This repository was archived by the owner on May 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 3
3
4
4
All notable changes to the LaunchDarkly Java SDK will be documented in this file. This project adheres to [ Semantic Versioning] ( http://semver.org ) .
5
5
6
+ ## [ 2.0.3] - 2016-10-10
7
+ ### Added
8
+ - StreamingProcessor now supports increasing retry delays with jitter. Addresses [ https://github.com/launchdarkly/java-client/issues/74[(https://github.com/launchdarkly/java-client/issues/74)
9
+
6
10
## [ 2.0.2] - 2016-09-13
7
11
### Added
8
12
- Now publishing artifact with 'all' classifier that includes SLF4J for ColdFusion or other systems that need it.
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Quick setup
11
11
<dependency>
12
12
<groupId>com.launchdarkly</groupId>
13
13
<artifactId>launchdarkly-client</artifactId>
14
- <version>2.0.2 </version>
14
+ <version>2.0.3 </version>
15
15
</dependency>
16
16
17
17
1 . Import the LaunchDarkly package:
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ repositories {
19
19
20
20
allprojects {
21
21
group = ' com.launchdarkly'
22
- version = " 2.0.2 "
22
+ version = " 2.0.3 "
23
23
sourceCompatibility = 1.7
24
24
targetCompatibility = 1.7
25
25
}
You can’t perform that action at this time.
0 commit comments