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

Commit 3a1d855

Browse files
committed
Merge branch '2.6.x'
# Conflicts: # CHANGELOG.md # README.md # gradle.properties
2 parents cd18c7f + cb9d26b commit 3a1d855

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ All notable changes to the LaunchDarkly Java SDK will be documented in this file
2222
_This release was broken and should not be used._
2323

2424

25+
## [2.6.1] - 2018-03-01
26+
### Fixed
27+
- Improved performance when evaluating flags with custom attributes, by avoiding an unnecessary caught exception (thanks, [rbalamohan](https://github.com/launchdarkly/java-client/issues/113)).
28+
29+
2530
## [2.6.0] - 2018-02-12
2631
## Added
2732
- Adds support for a future LaunchDarkly feature, coming soon: semantic version user attributes.

src/main/java/com/launchdarkly/client/RedisFeatureStoreBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* {@link RedisFeatureStoreBuilder} calls can be chained, enabling the following pattern:
1717
*
1818
* <pre>
19-
* RedisFeatureStoreBuilder builder = new RedisFeatureStoreBuilder("host", 443, 60)
19+
* RedisFeatureStore store = new RedisFeatureStoreBuilder("host", 443, 60)
2020
* .refreshStaleValues(true)
2121
* .asyncRefresh(true)
2222
* .socketTimeout(200)

0 commit comments

Comments
 (0)