Skip to content

Commit c52f4e5

Browse files
author
LaunchDarklyReleaseBot
committedJun 29, 2022
Releasing version 2.6.1
1 parent dd0b327 commit c52f4e5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
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).
44

5+
## [2.6.1] - 2022-06-29
6+
### Fixed:
7+
- The 2.5.0 and 2.6.0 releases mistakenly showed `kotlin-stdlib` as a compile-time dependency in `pom.xml`. While this library does use the Kotlin runtime (because the underlying OkHttp client uses Kotlin), that is a transitive dependency and is not needed at compile time.
8+
59
## [2.6.0] - 2022-06-28
610
### Added:
711
- `EventSource.Builder.streamEventData` and `EventSource.Builder.expectFields`, for enabling a new event parsing mode in which event data can be consumed directly from the stream without holding it all in memory. This may be useful in applications where individual events are extremely large.

‎gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=2.6.0
1+
version=2.6.1
22
ossrhUsername=
33
ossrhPassword=
44

0 commit comments

Comments
 (0)
Please sign in to comment.