Skip to content

Releases: launchdarkly/haskell-server-sdk

v4.5.0

14 Apr 19:14
bb96316
Compare
Choose a tag to compare

4.5.0 (2025-04-14)

Features

  • Inline context for custom events (#97) (0ad71aa)

v4.4.1

24 Dec 15:11
c5a11e3
Compare
Choose a tag to compare

4.4.1 (2024-12-24)

Bug Fixes

  • Fix SSE newline handling (365340a)
  • Handle optional properties in data payload (365340a)

v4.4.0

06 Dec 15:27
3980804
Compare
Choose a tag to compare

4.4.0 (2024-12-05)

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 (#91) (cb21081)

v4.3.0

24 Oct 14:32
34a9eb8
Compare
Choose a tag to compare

4.3.0 (2024-10-24)

Features

  • Add support for client-side prerequisite events (#89) (a3bf10a)

v4.2.0

05 Sep 18:16
6e99346
Compare
Choose a tag to compare

4.2.0 (2024-08-23)

Features

  • Add option to omit anonymous users from index and identify events (#87) (85e512a)

v4.1.0

18 Mar 19:42
4da77ef
Compare
Choose a tag to compare

4.1.0 (2024-03-18)

Features

  • Inline contexts for all evaluation events (#67) (654df01)
  • Redact anonymous attributes within feature events (#68) (65a3f3d)

v4.0.4

07 Mar 20:53
dcf5e4b
Compare
Choose a tag to compare

4.0.4 (2024-03-05)

Bug Fixes

  • Downgrade verbose data source log messages to debug (#76) (4de2b04)

v4.0.3

07 Feb 21:51
276aa67
Compare
Choose a tag to compare

4.0.3 (2024-02-07)

Bug Fixes

  • Bump aeson bounds to accept aeson-2.2.1.0 (#74) (faee60e)

v4.0.2

01 Feb 21:24
ce2ea06
Compare
Choose a tag to compare

4.0.2 (2024-02-01)

Bug Fixes

  • deps: Drop explicit dependency on vector (#69) (3bb826d)

4.0.1

26 Oct 17:03
Compare
Choose a tag to compare

[4.0.1] - 2023-10-26

Removed:

  • Eliminated unnecessary and noisy log message