Skip to content

Commit 09ab24e

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 1.11.3
1 parent 71db4dd commit 09ab24e

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+
## [1.11.3] - 2022-08-22
6+
### Changed:
7+
- Changed jitter logic that used `java.util.Random` to use `java.security.SecureRandom`. Even though in this case it is not being used for any cryptographic purpose, but only to produce a pseudo-random delay, static analysis tools may still report every use of `java.util.Random` as a security risk by default. The purpose of this change is simply to avoid such warnings; it has no practical effect on the behavior of the library.
8+
59
## [1.11.2] - 2020-09-28
610
### Fixed:
711
- Restored compatibility with Java 7. CI builds now verify that the library can be compiled and tested in Java 7 rather than just building with a target JVM setting of 1.7.

gradle.properties

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

0 commit comments

Comments
 (0)