Skip to content

Commit

Permalink
Releasing version 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyCI committed Jun 24, 2021
1 parent f922c73 commit 525cf8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## [2.3.2] - 2021-06-24
### Fixed:
- Fixed a bug that caused the connection error handler to be called twice instead of once, with only the second return value being used. The second call would always pass an `EOFException` instead of the original error. The result was that any connection error handler logic that needed to distinguish between different kinds of errors would not work as intended.

## [2.3.1] - 2020-06-18
### Fixed:
- Worker threads might not be shut down after closing the EventSource, if the stream had previously been stopped due to a ConnectionErrorHandler returning `SHUTDOWN`. Now, the threads are stopped as soon as the stream is shut down for any reason. ([#51](https://github.com/launchdarkly/okhttp-eventsource/issues/51))
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=2.3.1
version=2.3.2
ossrhUsername=
ossrhPassword=

Expand Down

0 comments on commit 525cf8b

Please sign in to comment.