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

Commit 2e42bb6

Browse files
authored
Merge pull request #7 from launchdarkly/pk/release-2.2.2
release 2.2.2
2 parents 4183261 + 6abdfec commit 2e42bb6

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
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+
## [2.2.2] - 2017-04-28
7+
### Fixed
8+
- In Java 7, connections to LaunchDarkly are now possible using TLSv1.1 and/or TLSv1.2
9+
- The order of SSE stream events is now preserved. ((launchdarkly/okhttp-eventsource#19)[https://github.com/launchdarkly/okhttp-eventsource/issues/19]
10+
611
## [2.2.1] - 2017-04-25
712
### Fixed
813
- [#92](https://github.com/launchdarkly/java-client/issues/92) Regex `matches` targeting rules now include the user if

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repositories {
1919

2020
allprojects {
2121
group = 'com.launchdarkly'
22-
version = "2.2.1"
22+
version = "2.2.2"
2323
sourceCompatibility = 1.7
2424
targetCompatibility = 1.7
2525
}
@@ -30,7 +30,7 @@ dependencies {
3030
compile "com.google.guava:guava:19.0"
3131
compile "joda-time:joda-time:2.9.3"
3232
compile "org.slf4j:slf4j-api:1.7.21"
33-
compile group: "com.launchdarkly", name: "okhttp-eventsource", version: "1.3.0", changing: true
33+
compile group: "com.launchdarkly", name: "okhttp-eventsource", version: "1.3.1", changing: true
3434
compile "redis.clients:jedis:2.9.0"
3535
testCompile "org.easymock:easymock:3.4"
3636
testCompile 'junit:junit:4.12'

0 commit comments

Comments
 (0)