Skip to content

Releases: open-feature/kotlin-sdk

v0.4.1

11 Mar 15:15
706fcdc
Compare
Choose a tag to compare

0.4.1 (2025-03-11)

🐛 Bug Fixes

✨ New Features

  • add otel compatible telemetry signal (#129) (fc0ff3d)

v0.4.0

06 Mar 18:50
600b488
Compare
Choose a tag to compare

0.4.0 (2025-03-05)

⚠ BREAKING CHANGES

  • rework states and adapt spec v0.8 (#117)

🐛 Bug Fixes

  • bring back provider eventing (#124) (06b6f6b)
  • deps: update dependency org.mockito.kotlin:mockito-kotlin to v5.4.0 (#105) (5bde444)

📚 Documentation

🔄 Refactoring

v0.3.3

16 Jan 18:52
732bf79
Compare
Choose a tag to compare

0.3.3 (2025-01-16)

🐛 Bug Fixes

v0.3.2

17 Dec 17:52
eae77c7
Compare
Choose a tag to compare

0.3.2 (2024-12-17)

🧹 Chore

  • deps: update plugin io.github.gradle-nexus.publish-plugin to v2 (#103) (4443e0a)

v0.3.1

17 Dec 15:05
74f0e96
Compare
Choose a tag to compare

0.3.1 (2024-12-17)

⚠ BREAKING CHANGES

  • In hindsight we detected that a the addition of Flag Metadata in this release was actually a breaking change for Provider authors. Instantiating a ProviderEvaluation would break in some cases.

✨ New Features

  • add flag evaluation metadata to evaluation details (#111) (6e9aa29)
  • add support for tracking (#114) (3b7ce62)

🔄 Refactoring

  • use the noop-provider instead of null provider (#112) (1f59e3d)

v0.3.0

10 Apr 08:29
0421d8e
Compare
Choose a tag to compare

0.3.0 (2024-04-08)

⚠ BREAKING CHANGES

  • remove kotlinx.serialization dependency

🔄 Refactoring

  • remove kotlinx.serialization dependency (3145d6c)

v0.2.3

06 Feb 15:41
700e16b
Compare
Choose a tag to compare

0.2.3 (2024-02-02)

🧹 Chore

📚 Documentation

  • changed emphasis of provider register disclaimer (cce8368)

🔄 Refactoring

  • Rename shutdown event to notready event (#97) (5a2bc63)

v0.2.2

16 Jan 07:59
02b6f26
Compare
Choose a tag to compare

0.2.2 (2024-01-15)

🐛 Bug Fixes

  • setProviderAndWait does not hang on ProviderError (#88) (1d4c24f)

✨ New Features

🧹 Chore

📚 Documentation

  • Update Events docs and signature (#90) (9ab5006)

v0.2.1

19 Dec 15:36
2e11419
Compare
Choose a tag to compare

0.2.1 (2023-12-19)

✨ New Features

  • downgrade the kotlin version so it's compatible with AGP 7.4 (#83) (8c3207a)
  • set evaluation-context in setProviderAndWait() (#80) (e19dd88)

v0.2.0

19 Dec 08:34
765efab
Compare
Choose a tag to compare

0.2.0 (2023-12-19)

⚠ BREAKING CHANGES

  • Artifact name change (#79)

🐛 Bug Fixes

  • deps: update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.6.2 (#68) (f7c7ab0)

✨ New Features

  • Make the eventing provider specific instead of being singleton (#75) (321f8be)

🧹 Chore

  • Artifact name change (#79) (8c540e6)
  • Remove mentions of jitpack. Adjusts maven central instructions (#78) (1246d5d)
  • Remove minify false (#77) (f4ba35d)