Skip to content

Releases: launchdarkly/erlang-server-sdk

v3.4.0

24 Oct 20:09
fedd4ad
Compare
Choose a tag to compare

3.4.0 (2024-10-24)

Features

  • Add support for client-side prerequisite events. (167308a)
  • Add support for client-side visibility for all_flags_state. (167308a)
  • Use ets for last-known server-time. (#136) (568ac51)

v3.3.1

24 Sep 18:04
259ea60
Compare
Choose a tag to compare

3.3.1 (2024-09-23)

Bug Fixes

  • Add mising events_uri type to options (#133) (65bb39c)

v3.3.0

20 May 20:43
ee96d29
Compare
Choose a tag to compare

3.3.0 (2024-05-20)

Features

  • add tlsv1.3 to default cipher suites (#128) (4074483)

v3.2.0

14 Mar 15:53
adcb2df
Compare
Choose a tag to compare

3.2.0 (2024-03-14)

Features

  • Always inline contexts for feature events (#119) (e5c6cc4)
  • Redact anonymous attributes within feature events (#120) (d334861)

v3.1.0

04 Jan 17:32
b391fb0
Compare
Choose a tag to compare

3.1.0 (2024-01-04)

Features

  • For otp 25+ use public_key:cacerts_get for the default certificate list. (#114) (b7065aa)

Bug Fixes

  • Make gun open errors explicitly into temporary failures (#118) (fc70445)

v3.0.4

04 Dec 21:12
124544e
Compare
Choose a tag to compare

3.0.4 (2023-12-04)

Bug Fixes

  • handle already_started when starting instance (#111) (5e181d4)

v3.0.3

17 Nov 18:22
242986e
Compare
Choose a tag to compare

3.0.3 (2023-11-17)

Bug Fixes

  • Allow Elixir projects to read flags from a local file (#106) (c290599)

v3.0.2

16 Nov 21:21
b709a19
Compare
Choose a tag to compare

3.0.2 (2023-11-16)

Bug Fixes

  • Update certifi dependency to 2.12.0 (b0c5e56)

v3.0.1

26 Sep 20:10
955d50d
Compare
Choose a tag to compare

3.0.1 (2023-09-26)

Bug Fixes

  • Fix arithmetic error in stream re-connection logic. (#104) (416af68)

v3.0.0

14 Sep 16:22
f88584f
Compare
Choose a tag to compare

3.0.0 (2023-09-14)

⚠ BREAKING CHANGES

  • Upgrade to support Gun 2.x (#99)

Features