You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,24 @@
2
2
3
3
All notable changes to the LaunchDarkly Erlang/Elixir SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
4
4
5
+
## [1.0.0-beta1] - 2020-02-12
6
+
7
+
### Added
8
+
9
+
- Added offline mode which stops the SDK making remote calls to LaunchDarkly and variation calls will then fall back to default values for your feature flags. You can do this by setting offline mode in the config map with the `offline` key.
10
+
11
+
- Added ETag polling cache for If-None-Match on update requests.
12
+
13
+
- The SDK now specifies a uniquely identifiable request header when sending events to LaunchDarkly to ensure that events are only processed once, even if the SDK sends them two times due to a failed initial attempt.
14
+
15
+
- Added an initialized function which indicates whether the SDK is in offline mode or if the update processor has been initialized.
16
+
17
+
### Changed
18
+
19
+
- Return last variation when user bucket exceeds variation weight sum.
20
+
21
+
- Client now checks initialization status when evaluating a variation or all flags.
0 commit comments