Releases: launchdarkly/erlang-server-sdk
Releases · launchdarkly/erlang-server-sdk
v3.4.0
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
3.3.1 (2024-09-23)
Bug Fixes
v3.3.0
3.3.0 (2024-05-20)
Features
v3.2.0
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
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
3.0.4 (2023-12-04)
Bug Fixes
- handle
already_started
when starting instance (#111) (5e181d4)
v3.0.3
3.0.3 (2023-11-17)
Bug Fixes
- Allow Elixir projects to read flags from a local file (#106) (c290599)
v3.0.2
3.0.2 (2023-11-16)
Bug Fixes
- Update certifi dependency to 2.12.0 (b0c5e56)
v3.0.1
3.0.1 (2023-09-26)
Bug Fixes
- Fix arithmetic error in stream re-connection logic. (#104) (416af68)
v3.0.0
3.0.0 (2023-09-14)
⚠ BREAKING CHANGES
- Upgrade to support Gun 2.x (#99)
Features