Skip to content

Releases: launchdarkly/openfeature-java-server

v1.0.1

16 Sep 17:14
25ad7d1
Compare
Choose a tag to compare

1.0.1 (2024-09-16)

Bug Fixes

v1.0.0

07 Jun 21:11
c6b2edf
Compare
Choose a tag to compare

1.0.0 (2024-06-07)

⚠ BREAKING CHANGES

  • 1.0.0 release (#29)

Features

v0.2.3

07 Jun 16:37
500d6ec
Compare
Choose a tag to compare

0.2.3 (2024-06-06)

Bug Fixes

  • Improve client initialization handling. (#27) (cf0ed18)

v0.2.2

05 Jun 20:26
fcef33c
Compare
Choose a tag to compare

0.2.2 (2024-06-05)

Bug Fixes

  • Include java version for build when publishing. (#23) (d5880fe)

v0.2.1

05 Jun 19:48
e73c3f6
Compare
Choose a tag to compare

0.2.1 (2024-06-05)

Bug Fixes

  • Handle missing targeting key in updated OpenFeature SDK. (#21) (db83218)

0.2.0

02 Nov 22:43
Compare
Choose a tag to compare

[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.

0.1.0

24 Feb 23:09
Compare
Choose a tag to compare

[0.1.0] - 2023-02-24

Initial beta release of the LaunchDarkly OpenFeature provider for the Server-Side SDK for Java.