Skip to content

Releases: open-feature/kotlin-sdk

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)

✨ 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)

v0.1.0

13 Nov 17:09
4d19a0a
Compare
Choose a tag to compare

0.1.0 (2023-11-08)

✨ New Features

🧹 Chore

  • update spec release link (7888447)
  • update the release version badge on the readme (#59) (aa44c7f)

🔄 Refactoring

v0.0.4

20 Oct 07:42
b8aab38
Compare
Choose a tag to compare

0.0.4 (2023-10-16)

📚 Documentation