Releases: launchdarkly/java-server-sdk
Releases · launchdarkly/java-server-sdk
2.3.4
26 Oct 06:20
Compare
Sorry, something went wrong.
No results found
[2.3.4] - 2017-10-25
Changed
Removed GSON dependency from default jar (fixes #103 )
2.3.2
22 Sep 16:46
Compare
Sorry, something went wrong.
No results found
[2.3.2] - 2017-09-22
Changed
Only log a warning on the first event that overflows the event buffer [#102 ]
2.3.1
11 Aug 22:34
Compare
Sorry, something went wrong.
No results found
[2.3.1] - 2017-08-11
Changed
Updated okhttp-eventsource dependency to 1.5.0 to pick up better connection timeout handling.
2.3.0
10 Jul 22:42
Compare
Sorry, something went wrong.
No results found
[2.3.0] - 2017-07-10
Added
LDUser Builder constructor which accepts a previously built user as an initialization parameter.
2.2.6
16 Jun 19:14
Compare
Sorry, something went wrong.
No results found
[2.2.6] - 2017-06-16
Added
#96 LDUser now has equals() and hashCode() methods
Changed
#93 LDClient now releases resources more quickly when shutting down
2.2.5
02 Jun 20:14
Compare
Sorry, something went wrong.
No results found
[2.2.5] - 2017-06-02
Changed
Improved Gson compatibility (added no-args constructors for classes we deserialize)
Automated release process
2.2.4
02 Jun 20:05
Compare
Sorry, something went wrong.
No results found
(Bad release config, see 2.2.5 for changes)
2.2.3
22 May 23:02
Compare
Sorry, something went wrong.
No results found
[2.2.3] - 2017-05-10
Fixed
Fixed issue where stream connection failed to fully establish
2.2.2
05 May 20:42
Compare
Sorry, something went wrong.
No results found
[2.2.2] - 2017-05-05
Fixed
In Java 7, connections to LaunchDarkly are now possible using TLSv1.1 and/or TLSv1.2
The order of SSE stream events is now preserved. (launchdarkly/okhttp-eventsource#19 )
2.2.1
25 Apr 22:02
Compare
Sorry, something went wrong.
No results found
[2.2.1] - 2017-04-25
Fixed
#92 Regex matches targeting rules now include the user if
a match is found anywhere in the attribute. Before fixing this bug, the entire attribute needed to match the pattern.