You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: client/CHANGES.txt
+9-4
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,14 @@
1
1
CHANGES
2
2
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
+
3
7
4.2.0 (Jun 7, 2021)
4
8
- Updated SDK telemetry storage, metrics and updater to be more effective and send less often.
5
9
- 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.
6
10
- Fixed issue where the SDK was validating no Split had over 50 conditions (legacy code).
11
+
- Bumped guava version to 30.
7
12
8
13
4.1.6 (Apr 15, 2021)
9
14
- Updated log level and message in some messages.
@@ -12,10 +17,10 @@ CHANGES
12
17
- Updated streaming logic to use limited fetch retry attempts.
13
18
14
19
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.
0 commit comments