Skip to content

Releases: launchdarkly/openfeature-java-server

v1.1.1

15 Apr 16:52
7a5b072

Choose a tag to compare

1.1.1 (2025-04-15)

Bug Fixes

  • Reduce openfeature lower bound to 1.13 instead of 1.14 (#38) (1152e46)

v1.1.0

14 Apr 19:34
43d1715

Choose a tag to compare

1.1.0 (2025-04-14)

Features

v1.0.1

16 Sep 17:14
25ad7d1

Choose a tag to compare

1.0.1 (2024-09-16)

Bug Fixes

v1.0.0

07 Jun 21:11
c6b2edf

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

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

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

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

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

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.