Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit f48cc99

Browse files
committed
Merge branch '5.x'
# Conflicts: # CHANGELOG.md # gradle.properties # src/main/java/com/launchdarkly/sdk/server/StreamProcessor.java # src/main/java/com/launchdarkly/sdk/server/Version.java # src/test/java/com/launchdarkly/sdk/server/StreamProcessorTest.java
2 parents 5cdd8a6 + f1f019b commit f48cc99

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ All notable changes to the LaunchDarkly Java SDK will be documented in this file
66
### Changed:
77
- The internal implementation of the SSE client for streaming updates has been revised to use a single worker thread instead of two worker threads, reducing thread contention and memory usage.
88

9+
## [5.10.4] - 2022-12-20
10+
### Changed:
11+
- The internal implementation of the SSE client for streaming updates has been revised to use a single worker thread instead of two worker threads, reducing thread contention and memory usage.
12+
913
## [6.0.0] - 2022-12-07
1014
The latest version of this SDK supports LaunchDarkly's new custom contexts feature. Contexts are an evolution of a previously-existing concept, "users." Contexts let you create targeting rules for feature flags based on a variety of different information, including attributes pertaining to users, organizations, devices, and more. You can even combine contexts to create "multi-contexts."
1115

0 commit comments

Comments
 (0)