megachangelog
LaunchDarkly logo

LaunchDarkly Changelog

LaunchDarkly — Feature Flags, Developer Tools product updates and releases, tracked on megachangelog.


Feature8.13.0

Expand version support for http.rb v6

Added support for http.rb v6, expanding version compatibility for HTTP client functionality in the LaunchDarkly SDK.

sdkhttpcompatibilityruby
Fix8.12.3

v8.12.3 — Bug fixes and API improvements

Fixed flag tracker to properly match string keys and moved fdv2 data source builders into the public API for better developer access.

flagsbug-fixapidata-source
Fix8.12.1

Remove bundler version constraint from gemspec

Removed an overly restrictive bundler version constraint from the gem specification to improve compatibility with different bundler versions.

gembundlerdependencyruby
Feature8.12.0

Support FDv2 through data_system_config option

Added support for FDv2 through a new data_system_config option in the configuration, allowing users to leverage the latest data system version.

fdv2configdata-systemfeature-store
Fix8.11.3

Bump openssl dependency to allow 4.x

Updated the OpenSSL dependency to support version 4.x, fixing compatibility issues and enabling the use of newer OpenSSL releases.

dependenciessecurityopensslbugfix
Fix8.11.2

v8.11.2 bug fixes

Fixed diagnostic logging for connection results in stream and prevented command injection vulnerability in FileDataSourceImpl.

bug-fixsecuritydiagnosticsstability
Fix8.11.1

Explicitly require openssl gem

Fixed a bug where the openssl gem was not explicitly required, causing potential issues. The dependency is now properly declared.

openssldependenciesgem
Feature8.11.0

Add experimental plugin support

Adds experimental plugin support to enable developers to extend LaunchDarkly functionality through a plugin system.

pluginsexperimentalextensibility