Releases: open-feature/kotlin-sdk
Releases · open-feature/kotlin-sdk
v0.7.0
0.7.0 (2025-09-17)
⚠ BREAKING CHANGES
- OpenFeatureProviderEvents are now data classes and need to be instantiated (#170)
🐛 Bug Fixes
✨ 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
v0.6.1
v0.6.0
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
v0.5.2
v0.5.1
v0.5.0
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
- add evaluation details for finally hooks (#136) (9847a52)
- sampleapp: Adding sample app (#132) (d8b58b4)