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

Commit d3c966e

Browse files
Update Changelog for release of version 2.5.1
1 parent f6dbfd3 commit d3c966e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33

44
All notable changes to the LaunchDarkly Java SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
55

6+
## [2.5.1] - 2018-01-31
7+
8+
## Changed
9+
- All threads created by the client are now daemon threads.
10+
- Fixed a bug that could result in a previously deleted feature flag appearing to be available again.
11+
- Reduced the logging level for use of an unknown feature flag from `WARN` to `INFO`.
12+
13+
614
## [2.5.0] - 2018-01-08
715
## Added
816
- Support for specifying [private user attributes](https://docs.launchdarkly.com/docs/private-user-attributes) in order to prevent user attributes from being sent in analytics events back to LaunchDarkly. See the `allAttributesPrivate` and `privateAttributeNames` methods on `LDConfig.Builder` as well as the `privateX` methods on `LDUser.Builder`.

0 commit comments

Comments
 (0)