Skip to content

Commit 4dafc39

Browse files
authored
Merge pull request #147 from splitio/release-3.3.5
Release 3.3.5
2 parents 848dc84 + 1a9fd45 commit 4dafc39

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

client/CHANGES.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
CHANGES
22

3-
3.3.4 (Aug 19, 2020)
3+
3.3.5 (Aug 19, 2020)
44
- Added support for the new Split streaming architecture. When enabled (default), the SDK will not poll for updates but instead receive notifications every time there's a change in your environments, allowing to process those much quicker. If disabled or in the event of an issue, the SDK will fallback to the known polling mechanism to provide a seamless experience.
55
- Updated the default of featuresRefreshRate to 60 seconds.
66

7+
3.3.4 (Jul 15, 2020)
8+
- Added Impression observer.
9+
710
3.3.3 (Apr 7, 2020)
811
- Fix issue regarding special characters come from split/segments fetchers.
912

client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.split.client</groupId>
77
<artifactId>java-client-parent</artifactId>
8-
<version>3.3.4</version>
8+
<version>3.3.5</version>
99
</parent>
1010
<artifactId>java-client</artifactId>
1111
<packaging>jar</packaging>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>io.split.client</groupId>
66
<artifactId>java-client-parent</artifactId>
7-
<version>3.3.4</version>
7+
<version>3.3.5</version>
88
<dependencyManagement>
99
<dependencies>
1010
<dependency>

testing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.split.client</groupId>
88
<artifactId>java-client-parent</artifactId>
9-
<version>3.3.4</version>
9+
<version>3.3.5</version>
1010
</parent>
1111

1212
<artifactId>java-client-testing</artifactId>

0 commit comments

Comments
 (0)