Skip to content

Latest commit

 

History

History
58 lines (29 loc) · 2.8 KB

CHANGELOG.md

File metadata and controls

58 lines (29 loc) · 2.8 KB

Change log

All notable changes to the LaunchDarkly OpenFeature provider for the Server-Side SDK for Java will be documented in this file. This project adheres to Semantic Versioning.

1.0.1 (2024-09-16)

Bug Fixes

1.0.0 (2024-06-07)

⚠ BREAKING CHANGES

  • 1.0.0 release (#29)

Features

0.2.3 (2024-06-06)

Bug Fixes

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

0.2.2 (2024-06-05)

Bug Fixes

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

0.2.1 (2024-06-05)

Bug Fixes

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

[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] - 2023-02-24

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

[0.1.0] - 2023-02-24

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