Releases: launchdarkly/rust-server-sdk
Releases · launchdarkly/rust-server-sdk
v2.3.0
2.3.0 (2024-10-24)
Features
- support prerequisite relation data in all_flags_detail (#99) (d0ad003)
v2.2.1
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
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
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
2.0.2 (2023-12-21)
Bug Fixes
v2.0.1
2.0.1 (2023-11-22)
Bug Fixes
- Export config::BuildError as ConfigBuildError (#57) (28e8d78)
v2.0.0
2.0.0 (2023-11-17)
⚠ BREAKING CHANGES
- Make rustls dependency optional (#136)
- Update to latest event source client (#135)
Features
1.1.3
[1.1.3] - 2023-08-10
Fixed:
- Fixed an issue with evaluating user targets as part of a multi-kind context.
1.1.2
[1.1.2] - 2023-06-26
Removed:
- Removed reliance on
built
crate.
1.1.1
[1.1.1] - 2023-05-10
Fixed:
- The secure mode hashing algorithm has been updated to use the context's fully qualified key.