Skip to content

Commit

Permalink
prepare 2.3.2 release (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyCI authored Jun 24, 2021
1 parent 163986a commit f922c73
Show file tree
Hide file tree
Showing 11 changed files with 310 additions and 267 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Eclipse project files
.classpath
.project

.settings

# Intellij project files
*.iml
*.ipr
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ All notable changes to the LaunchDarkly EventSource implementation for Java will
### Removed:
- In `EventSource`: `setHttpUrl`, `setLastEventId`, `setMaxReconnectTime`, `setReconnectionTime`, `setUri` (these can only be set in the builder).

## [1.11.2] - 2020-09-28
### Fixed:
- Restored compatibility with Java 7. CI builds now verify that the library can be compiled and tested in Java 7 rather than just building with a target JVM setting of 1.7.
- Bumped OkHttp version to 3.12.12 to avoid a crash on Java 8u252.
- Explicitly closing the stream could also cause an unnecessary backoff delay (with a log line about waiting X amount of time) before the stream task actually shut down.

## [1.11.1] - 2020-05-26
### Fixed:
- Fixed a bug that could cause the randomized jitter not to be applied to reconnection delays if the reconnect interval (in milliseconds) was a power of two.
Expand Down
222 changes: 0 additions & 222 deletions build.gradle

This file was deleted.

Loading

0 comments on commit f922c73

Please sign in to comment.