Skip to content

Commit 08b9754

Browse files
Merge pull request #194 from splitio/release-4.1.4
Releasing 4.1.4
2 parents fdba632 + 316c0f6 commit 08b9754

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

client/CHANGES.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
CHANGES
22

3+
4.1.4 (Mar 19, 2021)
4+
- Updated: Internal cache structure refactor.
5+
- Updated: Streaming revamp with several bugfixes and improved log messages.
6+
- Added: Cache-Control header for on-demand requests to sdk-server.
7+
- Updated: Localhost Client revamp & bugfix for missing splits.
8+
39
4.1.2 (Nov 25, 2020)
410
- Updated junit from 4.12 to 4.13.1
511
- Updated HttpClient from 4.5.2 to 5.0.3

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>4.1.3-rc1</version>
8+
<version>4.1.4</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>4.1.3-rc1</version>
7+
<version>4.1.4</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>4.1.3-rc1</version>
9+
<version>4.1.4</version>
1010
</parent>
1111

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

0 commit comments

Comments
 (0)