Skip to content

Commit

Permalink
Releasing version 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyCI committed Jun 18, 2020
1 parent 5e3bd01 commit 163986a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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.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))
- Fixed a race condition that could cause `onClosed()` not to be called in some circumstances where it should be called.

## [2.3.0] - 2020-06-02
### Added:
- `EventSource.Builder.logger()` and the `Logger` interface allow a custom logging implementation to be used instead of SLF4J.
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.0
version=2.3.1
ossrhUsername=
ossrhPassword=

Expand Down

0 comments on commit 163986a

Please sign in to comment.