Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit e7ae161

Browse files
Update Changelog for release of version 2.4.0
1 parent 98505fa commit e7ae161

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33

44
All notable changes to the LaunchDarkly Java SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
55

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+
616
## [2.3.4] - 2017-10-25
717
## Changed
818
- Removed GSON dependency from default jar (fixes #103)

0 commit comments

Comments
 (0)