Releases: launchdarkly/ruby-server-sdk
Releases · launchdarkly/ruby-server-sdk
v8.8.1
v8.8.0
v8.7.1
v8.7.0
8.7.0 (2024-07-25)
This release introduces the ability to enable compression of event payloads. When enabled, the SDK will compress events before sending them to the LaunchDarkly servers. This can reduce the bandwidth required to send events, which can be useful in high-traffic environments to reduce egress traffic costs.
Important
Relay Proxy users MUST upgrade to version 8.9 or higher prior to enabling this option to prevent loss of event data.
However, enabling this feature is NOT required when using the Relay Proxy as it will manage compression automatically.
Features
v8.6.0
v8.5.0
v8.4.2
v8.4.1
v8.4.0
chore(main): release 8.4.0 (#268) :robot: I have created a release *beep* *boop* --- This release introduces a Hooks API. Hooks are collections of user-defined callbacks that are executed by the SDK at various points of interest. You can use them to augment the SDK with metrics or tracing. ## [8.4.0](https://github.com/launchdarkly/ruby-server-sdk/compare/8.3.1...8.4.0) (2024-04-05) ### Features * Add initial support for hooks ([#256](https://github.com/launchdarkly/ruby-server-sdk/issues/256)) ([3cf16eb](https://github.com/launchdarkly/ruby-server-sdk/commit/3cf16ebd559053cef601de288bddbc6430fe33ec)) ### Bug Fixes * Adjust migration variation and hook interaction ([#264](https://github.com/launchdarkly/ruby-server-sdk/issues/264)) ([8067af6](https://github.com/launchdarkly/ruby-server-sdk/commit/8067af635e7adc726656ecf75d4395a30cb1e359)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matthew Keeler <[email protected]>