Skip to content

Commit 1e4a882

Browse files
Merge pull request #238 from splitio/release-4.2.1
Releasing stale check revamp
2 parents 67a9a2a + e3e3ac4 commit 1e4a882

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed

client/CHANGES.txt

+9-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
CHANGES
22

3+
4.2.1 (Jun 18, 2021)
4+
- Updated settings for httpClient instances to add stale check to more effectively manage connection pools after it was turned off by default on httpClient 5.x.x.
5+
- Updated TelemetryRefreshRate setting default value to 3600s.
6+
37
4.2.0 (Jun 7, 2021)
48
- Updated SDK telemetry storage, metrics and updater to be more effective and send less often.
59
- Improved the synchronization flow to be more reliable in the event of an edge case generating delay in cache purge propagation, keeping the SDK cache properly synced.
610
- Fixed issue where the SDK was validating no Split had over 50 conditions (legacy code).
11+
- Bumped guava version to 30.
712

813
4.1.6 (Apr 15, 2021)
914
- Updated log level and message in some messages.
@@ -12,10 +17,10 @@ CHANGES
1217
- Updated streaming logic to use limited fetch retry attempts.
1318

1419
4.1.4 (Mar 19, 2021)
15-
- Updated: Internal cache structure refactor.
16-
- Updated: Streaming revamp with several bugfixes and improved log messages.
17-
- Added: Cache-Control header for on-demand requests to sdk-server.
18-
- Updated: Localhost Client revamp & bugfix for missing splits.
20+
- Updated Internal cache structure refactor.
21+
- Updated Streaming revamp with several bugfixes and improved log messages.
22+
- Added Cache-Control header for on-demand requests to sdk-server.
23+
- Updated Localhost Client revamp & bugfix for missing splits.
1924

2025
4.1.3 (Dec 2, 2020)
2126
- Fix Issue when closing SSE Connection

client/pom.xml

+1-1
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.2.0</version>
8+
<version>4.2.1</version>
99
</parent>
1010
<artifactId>java-client</artifactId>
1111
<packaging>jar</packaging>

pom.xml

+1-1
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.2.0</version>
7+
<version>4.2.1</version>
88
<dependencyManagement>
99
<dependencies>
1010
<dependency>

testing/pom.xml

+1-1
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.2.0</version>
9+
<version>4.2.1</version>
1010
</parent>
1111

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

0 commit comments

Comments
 (0)