Skip to content

Releases: launchdarkly/ruby-server-sdk

v8.8.0

16 Oct 15:09
354ef13
Compare
Choose a tag to compare

8.8.0 (2024-10-16)

Features

  • Add support for client-side prerequisite events (#299) (021451c)

v8.7.1

07 Oct 21:04
a99ce05
Compare
Choose a tag to compare

8.7.1 (2024-09-06)

Bug Fixes

  • Add additional payload filter key validation (#295) (75d6c6a)

v8.7.0

25 Jul 18:07
eb11670
Compare
Choose a tag to compare

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

  • Add option to enable compression of event payloads (#291) (978f6ea)

v8.6.0

26 Jun 18:03
d85a373
Compare
Choose a tag to compare

8.6.0 (2024-06-26)

Features

  • adding option to omit anonymous contexts in identify and index events (#287) (554f965)

v8.5.0

10 Jun 17:14
9f6c902
Compare
Choose a tag to compare

8.5.0 (2024-06-10)

Features

  • Support to_h and to_json methods for LDContext (#284) (d3c8d40)

Bug Fixes

  • Increment flag & segment versions when reloading from file data source (#285) (7d5b051)
  • Log warning if client init timeout is considered high (#278) (61f4c7e)

v8.4.2

03 May 20:02
fd7683c
Compare
Choose a tag to compare

8.4.2 (2024-05-03)

Bug Fixes

v8.4.1

29 Apr 17:24
caead08
Compare
Choose a tag to compare

8.4.1 (2024-04-29)

Bug Fixes

v8.4.0

05 Apr 14:45
b2ac61d
Compare
Choose a tag to compare
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 <mkeeler@launchdarkly.com>

v8.3.1

28 Mar 18:15
fbdaee2
Compare
Choose a tag to compare

8.3.1 (2024-03-28)

Bug Fixes

v7.3.3

28 Mar 13:06
0ff2ad8
Compare
Choose a tag to compare

7.3.3 (2024-03-28)

Bug Fixes

  • Remove invalid prereq check_variation_range check (#261) (960e392), closes #260