Skip to content

Releases: launchdarkly/erlang-server-sdk

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

v2.1.2

25 Aug 16:14
479e343
Compare
Choose a tag to compare

2.1.2 (2023-08-24)

Bug Fixes

2.1.1

02 Aug 20:38
Compare
Choose a tag to compare

[2.1.1] - 2023-08-02

Fixed:

  • Fixed ldclient_instance:options() to include new redis_tls option. Only specs affected.