This repository has been archived by the owner on May 30, 2024. It is now read-only.
Releases: launchdarkly/java-server-sdk
Releases · launchdarkly/java-server-sdk
2.2.0
[2.2.0] - 2017-04-11
Added
- Authentication for proxied http requests is now supported (Basic Auth only)
2.1.0
2.0.11
2.0.10
[2.0.10] - 2017-02-06
Changed
- Updated okhttp-eventsource dependency to bring in newer okhttp dependency
- Added more verbose debug level logging when sending events
2.0.9
2.0.8
[2.0.8] - 2016-12-22
Changed
- Better handling of null default values.
2.0.7
[2.0.7] - 2016-12-21
Changed
- allFlags() method on client no longer returns null when client is in offline mode.
2.0.6
Automatically reconnect if heartbeats are no longer detected
[2.0.5] - 2016-11-09
Changed
The StreamProcessor now listens for heartbeats from the streaming API, and will automatically reconnect if heartbeats are not received.
See Changelog