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
{{ message }}
This repository was archived by the owner on May 30, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,16 @@
3
3
4
4
All notable changes to the LaunchDarkly Java SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
5
5
6
+
## [2.4.0] - 2017-12-20
7
+
## Changed
8
+
- Added an option to disable sending analytics events
9
+
- No longer attempt to reconnect if a 401 response is received (this would indicate an invalid SDK key, so retrying won't help)
10
+
- Simplified logic to detect dropped stream connections
11
+
- Increased default polling interval to 30s
12
+
- Use flag data in redis before stream connection is established, if possible (See #107)
13
+
- Avoid creating HTTP cache when streaming mode is enabled (as it won't be useful). This makes it possible to use the SDK in Google App Engine and other environments with no mutable disk access.
14
+
15
+
6
16
## [2.3.4] - 2017-10-25
7
17
## Changed
8
18
- Removed GSON dependency from default jar (fixes #103)
0 commit comments