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

Releases: launchdarkly/java-server-sdk

2.2.0

11 Apr 21:11
Compare
Choose a tag to compare

[2.2.0] - 2017-04-11

Added

  • Authentication for proxied http requests is now supported (Basic Auth only)

2.1.0

02 Mar 19:05
Compare
Choose a tag to compare

[2.1.0] - 2017-03-02

Added

  • LdClientInterface (and its implementation) have a new method: boolean isFlagKnown(String featureKey) which checks for a
    feature flag's existence. Thanks @yuv422!

2.0.11

24 Feb 21:59
Compare
Choose a tag to compare

[2.0.11] - 2017-02-24

Changed

  • EventProcessor now respects the connect and socket timeouts configured with LDConfig.

2.0.10

07 Feb 00:48
Compare
Choose a tag to compare

[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

24 Jan 21:56
Compare
Choose a tag to compare

[2.0.9] - 2017-01-24

Changed

  • StreamProcessor uses the proxy configuration specified by LDConfig.

2.0.8

22 Dec 18:22
Compare
Choose a tag to compare

[2.0.8] - 2016-12-22

Changed

  • Better handling of null default values.

2.0.7

21 Dec 20:11
Compare
Choose a tag to compare

[2.0.7] - 2016-12-21

Changed

  • allFlags() method on client no longer returns null when client is in offline mode.

2.0.6

21 Nov 21:43
Compare
Choose a tag to compare

Automatically reconnect if heartbeats are no longer detected

10 Nov 23:57
Compare
Choose a tag to compare

[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

2.0.4

12 Oct 23:49
Compare
Choose a tag to compare