Skip to content

Releases: launchdarkly/openfeature-java-server

v1.1.3

Choose a tag to compare

@github-actions github-actions released this 08 Jul 17:50
Immutable release. Only release title and notes can be modified.
dbb9886

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

Choose a tag to compare

@github-actions github-actions released this 24 Mar 22:04
568c177

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

Choose a tag to compare

@github-actions github-actions released this 15 Apr 16:52
7a5b072

1.1.1 (2025-04-15)

Bug Fixes

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

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 14 Apr 19:34
43d1715

1.1.0 (2025-04-14)

Features

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 16 Sep 17:14
25ad7d1

1.0.1 (2024-09-16)

Bug Fixes

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 07 Jun 21:11
c6b2edf

1.0.0 (2024-06-07)

⚠ BREAKING CHANGES

  • 1.0.0 release (#29)

Features

v0.2.3

Choose a tag to compare

@github-actions github-actions released this 07 Jun 16:37
500d6ec

0.2.3 (2024-06-06)

Bug Fixes

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

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 05 Jun 20:26
fcef33c

0.2.2 (2024-06-05)

Bug Fixes

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

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 05 Jun 19:48
e73c3f6

0.2.1 (2024-06-05)

Bug Fixes

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

0.2.0

Choose a tag to compare

@LaunchDarklyReleaseBot LaunchDarklyReleaseBot released this 02 Nov 22:43

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