File tree 4 files changed +9
-3
lines changed 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
CHANGES
2
2
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
+
3
9
4.1.2 (Nov 25, 2020)
4
10
- Updated junit from 4.12 to 4.13.1
5
11
- Updated HttpClient from 4.5.2 to 5.0.3
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >io.split.client</groupId >
7
7
<artifactId >java-client-parent</artifactId >
8
- <version >4.1.3-rc1 </version >
8
+ <version >4.1.4 </version >
9
9
</parent >
10
10
<artifactId >java-client</artifactId >
11
11
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >io.split.client</groupId >
6
6
<artifactId >java-client-parent</artifactId >
7
- <version >4.1.3-rc1 </version >
7
+ <version >4.1.4 </version >
8
8
<dependencyManagement >
9
9
<dependencies >
10
10
<dependency >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.split.client</groupId >
8
8
<artifactId >java-client-parent</artifactId >
9
- <version >4.1.3-rc1 </version >
9
+ <version >4.1.4 </version >
10
10
</parent >
11
11
12
12
<artifactId >java-client-testing</artifactId >
You can’t perform that action at this time.
0 commit comments