Skip to content

Releases: launchdarkly/rust-server-sdk

v2.3.0

25 Oct 17:46
c239b8a
Compare
Choose a tag to compare

2.3.0 (2024-10-24)

Features

  • support prerequisite relation data in all_flags_detail (#99) (d0ad003)

v2.2.1

08 Aug 20:11
b042788
Compare
Choose a tag to compare

2.2.1 (2024-08-08)

Bug Fixes

  • Allow event retries even if initial request fails to connect (#93) (a9c0150)
  • Suppress error log on es::Error::Eof (#96) (20d0891)

v2.2.0

19 Jul 13:54
8b5e18e
Compare
Choose a tag to compare

2.2.0 (2024-07-19)

Features

  • Add option to omit anonymous users from index and identify events (#89) (78c9668)
  • Add support for migrations (#90) (445ab74)
  • Add wait_for_initialization with timeout parameter (#76) (45e3451)

Bug Fixes

v2.1.0

15 Mar 20:59
08bf51b
Compare
Choose a tag to compare

2.1.0 (2024-03-15)

Features

  • Inline contexts for all evaluation events (#63) (b31b5e7)
  • Redact anonymous attributes within feature events (#64) (66e2e54)

v2.0.2

21 Dec 21:46
539a821
Compare
Choose a tag to compare

2.0.2 (2023-12-21)

Bug Fixes

v2.0.1

22 Nov 16:25
8c16e46
Compare
Choose a tag to compare

2.0.1 (2023-11-22)

Bug Fixes

  • Export config::BuildError as ConfigBuildError (#57) (28e8d78)

v2.0.0

17 Nov 21:53
57101f6
Compare
Choose a tag to compare

2.0.0 (2023-11-17)

⚠ BREAKING CHANGES

  • Make rustls dependency optional (#136)
  • Update to latest event source client (#135)

Features

1.1.3

10 Aug 16:21
Compare
Choose a tag to compare

[1.1.3] - 2023-08-10

Fixed:

  • Fixed an issue with evaluating user targets as part of a multi-kind context.

1.1.2

26 Jun 14:11
Compare
Choose a tag to compare

[1.1.2] - 2023-06-26

Removed:

  • Removed reliance on built crate.

1.1.1

10 May 17:44
Compare
Choose a tag to compare

[1.1.1] - 2023-05-10

Fixed:

  • The secure mode hashing algorithm has been updated to use the context's fully qualified key.