Skip to content

Releases: open-feature/kotlin-sdk

v0.7.0

01 Oct 17:53
00f1016

Choose a tag to compare

0.7.0 (2025-09-17)

⚠ BREAKING CHANGES

  • OpenFeatureProviderEvents are now data classes and need to be instantiated (#170)

🐛 Bug Fixes

  • deps: update kotlin monorepo to v2.2.10 (#161) (8dcd870)

✨ New Features

🧹 Chore

  • deps: update actions/checkout action to v5 (#162) (a585962)
  • deps: update actions/setup-java action to v5 (#174) (b789313)
  • deps: update amannn/action-semantic-pull-request action to v6 (#163) (6b7fa1d)
  • deps: update browser-actions/setup-chrome action to v2 (#175) (6098e5a)
  • deps: update dependency gradle to v9 (#176) (bb1d63c)
  • deps: update plugin com.android.application to v8.12.2 (#143) (7941bb9)
  • deps: update plugin com.android.application to v8.13.0 (#178) (09dd988)
  • deps: update plugin com.android.library to v8.12.2 (#160) (392cbb9)
  • deps: update plugin org.jetbrains.kotlinx.binary-compatibility-validator to v0.18.1 (#152) (1392be3)

📚 Documentation

v0.6.2

19 Aug 06:39
4542eb9

Choose a tag to compare

0.6.2 (2025-08-19)

🐛 Bug Fixes

v0.6.1

18 Aug 11:20
c8b1dda

Choose a tag to compare

0.6.1 (2025-08-18)

🐛 Bug Fixes

v0.6.0

18 Aug 08:36
e20b2bb

Choose a tag to compare

0.6.0 (2025-08-18)

⚠ BREAKING CHANGES

Important

Before version 0.6.0 the Maven artifact's id was android-sdk. When upgrading to 0.6.0 or higher
please do make sure to use the new artifact id, which is kotlin-sdk.

In version 0.6.0 the base package name has changed from dev.openfeature.sdk to
dev.openfeature.kotlin.sdk. When upgrading to 0.6.0 or higher please update your imports
accordingly.

Example: import dev.openfeature.sdk.EvaluationContext ->
import dev.openfeature.kotlin.sdk.EvaluationContext.

  • Kotlin Multiplatform support (#148)

✨ New Features

v0.5.3

04 Aug 15:13
af1377e

Choose a tag to compare

0.5.3 (2025-08-04)

Note

Version v0.5.3 introduces a breaking change. It was included in this version due to an issue publishing this release to Maven Central.

⚠ BREAKING CHANGES

  • add evaluation details for finally hooks (#136)

🐛 Bug Fixes

v0.5.2

04 Aug 14:58
de57e0c

Choose a tag to compare

0.5.2 (2025-08-04)

Note

There was an issue publishing this release to Maven Central. Please use v0.5.3 instead.

🐛 Bug Fixes

  • update SonarType Central credentials (#155) (3d648ec)

v0.5.1

04 Aug 14:36
1123c5a

Choose a tag to compare

0.5.1 (2025-08-04)

Note

There was an issue publishing this release to Maven Central. Please use v0.5.3 instead.

🐛 Bug Fixes

v0.5.0

04 Aug 08:09
7ad216f

Choose a tag to compare

0.5.0 (2025-07-29)

Note

There was an issue publishing this release to Maven Central. Please use v0.5.3 instead.

⚠ BREAKING CHANGES

  • add evaluation details for finally hooks (#136)

🐛 Bug Fixes

✨ New Features

🧹 Chore

  • deps: update dependency gradle to v8.14.3 (#98) (62dcbde)

v0.4.1

11 Mar 15:15
706fcdc

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

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