Skip to content

Commit

Permalink
Releasing version 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyReleaseBot committed Jan 14, 2022
1 parent e30d3c8 commit 9cec12a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.5.0] - 2022-01-13
### Added:
- `EventSource.Builder.maxTasksInFlight` allows setting a limit on how many asynchronous event handler calls can be queued for dispatch at any given time. (Thanks, [thomaslee](https://github.com/launchdarkly/okhttp-eventsource/pull/58)!)
- `EventSource.awaitClosed` provides confirmation that all asynchronous event handler calls have been completed after stopping the `EventSource`. (Thanks, [thomaslee](https://github.com/launchdarkly/okhttp-eventsource/pull/58)!)

### Changed:
- The build has been updated to use Gradle 7.
- The CI build now includes testing in Java 17.

## [2.4.0] - 2022-01-06
This release fixes a number of SSE spec compliance issues which do not affect usage in the LaunchDarkly Java and Android SDKs, but could be relevant in other use cases.

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.4.0
version=2.5.0
ossrhUsername=
ossrhPassword=

Expand Down

0 comments on commit 9cec12a

Please sign in to comment.