Releases: open-feature/kotlin-sdk
Releases · open-feature/kotlin-sdk
v0.4.1
0.4.1 (2025-03-11)
🐛 Bug Fixes
✨ New Features
v0.4.0
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
0.3.3 (2025-01-16)
🐛 Bug Fixes
v0.3.2
0.3.2 (2024-12-17)
🧹 Chore
- deps: update plugin io.github.gradle-nexus.publish-plugin to v2 (#103) (4443e0a)
v0.3.1
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
🔄 Refactoring
- use the noop-provider instead of null provider (#112) (1f59e3d)
v0.3.0
0.3.0 (2024-04-08)
⚠ BREAKING CHANGES
- remove kotlinx.serialization dependency
🔄 Refactoring
- remove kotlinx.serialization dependency (3145d6c)
v0.2.3
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
0.2.2 (2024-01-15)
🐛 Bug Fixes
- setProviderAndWait does not hang on ProviderError (#88) (1d4c24f)
✨ New Features
🧹 Chore
📚 Documentation
v0.2.1
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
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)