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

Commit e29c2e0

Browse files
authored
version 4.2.2 (#88)
1 parent cc42ed6 commit e29c2e0

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
@@ -3,6 +3,11 @@
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+
## [4.2.2] - 2018-08-17
7+
### Fixed:
8+
- When logging errors related to the evaluation of a specific flag, the log message now always includes the flag key.
9+
- Exception stacktraces are now logged only at DEBUG level. Previously, some were being logged at ERROR level.
10+
611
## [4.2.1] - 2018-07-16
712
### Fixed:
813
- Should not permanently give up on posting events if the server returns a 400 error.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version=4.2.1
1+
version=4.2.2
22
ossrhUsername=
33
ossrhPassword=

0 commit comments

Comments
 (0)