Skip to content

Releases: launchdarkly/ruby-server-sdk

v8.10.1

13 Jun 17:07
3870181

Choose a tag to compare

8.10.1 (2025-06-13)

Bug Fixes

  • Add benchmark dependency to remove warning (#324) (ccb9c2d)

v8.10.0

16 Apr 18:26
893bb66

Choose a tag to compare

8.10.0 (2025-04-08)

Features

  • Add postfork method to re-initialize after forking (#319) (e7c2b07)

v8.9.0

13 Mar 20:41
a040aa2

Choose a tag to compare

8.9.0 (2025-03-13)

Features

  • Inline context for custom and migration op events (#315) (ab5b14f)

v8.8.4

10 Mar 14:34
b6590ed

Choose a tag to compare

8.8.4 (2025-03-10)

Bug Fixes

  • Provide thread names whenever possible (#316) (6c30537)

v8.8.3

24 Feb 19:52
eb80680

Choose a tag to compare

8.8.3 (2025-02-24)

Bug Fixes

v8.8.2

06 Nov 18:11
ff64f36

Choose a tag to compare

8.8.2 (2024-11-06)

Bug Fixes

  • Allow gem to be installed from source (#305) (76d06bc)
  • Improve DataKind eql? to consider object type (#304) (5893245)

v8.8.1

30 Oct 15:55
58275c3

Choose a tag to compare

8.8.1 (2024-10-30)

Bug Fixes

  • Modify data kind constants to avoid Process.warmup rehash (#301) (06f11f0)

v8.8.0

16 Oct 15:09
354ef13

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

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

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)