Skip to content

Commit 42be0f6

Browse files
committed
Update change logs and version
1 parent 81392c8 commit 42be0f6

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
- Added new variations of the get treatment methods to support evaluating flags in given flag set/s.
44
- getTreatmentsByFlagSet and getTreatmentsByFlagSets
55
- getTreatmentWithConfigByFlagSets and getTreatmentsWithConfigByFlagSets
6-
- Added a new optional Split Filter configuration option. This allows the SDK and Split services to only synchronize the flags in the specified flag sets, avoiding unused or unwanted flags from being synced on the SDK instance, bringing all the benefits from a reduced payload.
6+
- Added a new optional Flag Sets Filter configuration option. This allows the SDK and Split services to only synchronize the flags in the specified flag sets, avoiding unused or unwanted flags from being synced on the SDK instance, bringing all the benefits from a reduced payload.
77
- Note: Only applicable when the SDK is in charge of the rollout data synchronization. When not applicable, the SDK will log a warning on init.
88
- Updated the following SDK manager methods to expose flag sets on flag views.
99
- Added `defaultTreatment` property to the `SplitView` object returned by the `split` and `splits` methods of the SDK manager.

client/pom.xml

Lines changed: 2 additions & 2 deletions
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>4.10.0-rc2</version>
8+
<version>4.10.0</version>
99
</parent>
1010
<artifactId>java-client</artifactId>
1111
<packaging>jar</packaging>
@@ -149,7 +149,7 @@
149149
<dependency>
150150
<groupId>io.split.client</groupId>
151151
<artifactId>pluggable-storage</artifactId>
152-
<version>2.1.0-rc2</version>
152+
<version>2.1.0</version>
153153
<scope>compile</scope>
154154
</dependency>
155155
<dependency>

pluggable-storage/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<parent>
77
<artifactId>java-client-parent</artifactId>
88
<groupId>io.split.client</groupId>
9-
<version>4.10.0-rc2</version>
9+
<version>4.10.0</version>
1010
</parent>
1111

12-
<version>2.1.0-rc2</version>
12+
<version>2.1.0</version>
1313
<artifactId>pluggable-storage</artifactId>
1414
<packaging>jar</packaging>
1515
<name>Package for Pluggable Storage</name>

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>4.10.0-rc2</version>
7+
<version>4.10.0</version>
88
<dependencyManagement>
99
<dependencies>
1010
<dependency>

redis-wrapper/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<parent>
77
<artifactId>java-client-parent</artifactId>
88
<groupId>io.split.client</groupId>
9-
<version>4.10.0-rc2</version>
9+
<version>4.10.0</version>
1010
</parent>
1111
<artifactId>redis-wrapper</artifactId>
12-
<version>3.1.0-rc2</version>
12+
<version>3.1.0</version>
1313
<packaging>jar</packaging>
1414
<name>Package for Redis Wrapper Implementation</name>
1515
<description>Implements Redis Pluggable Storage</description>
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>io.split.client</groupId>
2424
<artifactId>pluggable-storage</artifactId>
25-
<version>2.1.0-rc2</version>
25+
<version>2.1.0</version>
2626
<scope>compile</scope>
2727
</dependency>
2828
<dependency>
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>io.split.client</groupId>
4040
<artifactId>pluggable-storage</artifactId>
41-
<version>2.1.0-rc2</version>
41+
<version>2.1.0</version>
4242
<scope>compile</scope>
4343
</dependency>
4444
</dependencies>

testing/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>4.10.0-rc2</version>
8+
<version>4.10.0</version>
99
</parent>
1010
<artifactId>java-client-testing</artifactId>
1111
<packaging>jar</packaging>

0 commit comments

Comments
 (0)