Releases: launchdarkly/openfeature-java-server
Releases · launchdarkly/openfeature-java-server
v1.1.3
Compare
Sorry, something went wrong.
No results found
Immutable
release. Only release title and notes can be modified.
1.1.3 (2026-06-29)
Bug Fixes
update ProviderEvaluationBuilder usage for OpenFeature SDK 1.21.0 compatibility (#52 ) (4350abe )
This PR was generated with Release Please . See documentation .
v1.1.2
Compare
Sorry, something went wrong.
No results found
1.1.2 (2026-03-20)
Bug Fixes
Update OpenFeature SDK dependency lower bound from 1.13.0 to 1.16.0 (0db9fb0 )
This PR was generated with Release Please . See documentation .
v1.1.1
Compare
Sorry, something went wrong.
No results found
1.1.1 (2025-04-15)
Bug Fixes
Reduce openfeature lower bound to 1.13 instead of 1.14 (#38 ) (1152e46 )
v1.1.0
Compare
Sorry, something went wrong.
No results found
1.1.0 (2025-04-14)
Features
v1.0.1
Compare
Sorry, something went wrong.
No results found
1.0.1 (2024-09-16)
Bug Fixes
v1.0.0
Compare
Sorry, something went wrong.
No results found
1.0.0 (2024-06-07)
⚠ BREAKING CHANGES
Features
v0.2.3
Compare
Sorry, something went wrong.
No results found
0.2.3 (2024-06-06)
Bug Fixes
Improve client initialization handling. (#27 ) (cf0ed18 )
v0.2.2
Compare
Sorry, something went wrong.
No results found
0.2.2 (2024-06-05)
Bug Fixes
Include java version for build when publishing. (#23 ) (d5880fe )
v0.2.1
Compare
Sorry, something went wrong.
No results found
0.2.1 (2024-06-05)
Bug Fixes
Handle missing targeting key in updated OpenFeature SDK. (#21 ) (db83218 )
0.2.0
Compare
Sorry, something went wrong.
No results found
[0.2.0] - 2023-11-02
This version contains breaking changes. You will need to update your LaunchDarkly SDK version as well as the OpenFeature SDK version.
Additionally this version changes how the provider is constructed. For an example please refer to the README.md.
The LDClient is now constructed by the provider, and if you need to access it, then you can use the getLdClient method.
Changed:
Updated to support the latest LaunchDarkly SDK as well as supporting initialization, shutdown, and eventing specification changes.