From e7c4b3ddeb41bc786f103c340c7e6e65dd273537 Mon Sep 17 00:00:00 2001 From: Lucas Echeverz Date: Mon, 7 Jun 2021 15:57:47 -0300 Subject: [PATCH 1/4] Changes log --- client/CHANGES.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/client/CHANGES.txt b/client/CHANGES.txt index e02d816d8..07ee97aa7 100644 --- a/client/CHANGES.txt +++ b/client/CHANGES.txt @@ -1,10 +1,15 @@ CHANGES +4.2.0 (Jun 7, 2021) +- Update SDK telemetry storage, metrics and updater to be more effective and send less often. +- 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. +- Fixed issue where the SDK was validating no Split had over 50 conditions (legacy code). + 4.1.6 (Apr 15, 2021) --Updated log level and message in some messages. +- Updated log level and message in some messages. 4.1.5 (Apr 6, 2021) --Updated: Streaming retry fix. +- Updated: Streaming retry fix. 4.1.4 (Mar 19, 2021) - Updated: Internal cache structure refactor. From e264811bcfce15413b10cc9ba7be86dae5a9d4bc Mon Sep 17 00:00:00 2001 From: Lucas Echeverz Date: Mon, 7 Jun 2021 16:01:09 -0300 Subject: [PATCH 2/4] Fix PR comments --- client/CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/CHANGES.txt b/client/CHANGES.txt index 07ee97aa7..8a8a9e9ce 100644 --- a/client/CHANGES.txt +++ b/client/CHANGES.txt @@ -1,7 +1,7 @@ CHANGES 4.2.0 (Jun 7, 2021) -- Update SDK telemetry storage, metrics and updater to be more effective and send less often. +- Updated SDK telemetry storage, metrics and updater to be more effective and send less often. - 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. - Fixed issue where the SDK was validating no Split had over 50 conditions (legacy code). From 70f26b5a2fbb40ae36ce2255798c8e8d4dd7d03e Mon Sep 17 00:00:00 2001 From: Lucas Echeverz Date: Mon, 7 Jun 2021 17:19:58 -0300 Subject: [PATCH 3/4] PR comment --- client/CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/CHANGES.txt b/client/CHANGES.txt index 8a8a9e9ce..cb1fc2794 100644 --- a/client/CHANGES.txt +++ b/client/CHANGES.txt @@ -9,7 +9,7 @@ CHANGES - Updated log level and message in some messages. 4.1.5 (Apr 6, 2021) -- Updated: Streaming retry fix. +- Updated streaming logic to use limited fetch retry attempts 4.1.4 (Mar 19, 2021) - Updated: Internal cache structure refactor. From 5047220030d194cf2fa75f0b8a750405ee56e3da Mon Sep 17 00:00:00 2001 From: Lucas Echeverz Date: Mon, 7 Jun 2021 17:20:19 -0300 Subject: [PATCH 4/4] PR comment --- client/CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/CHANGES.txt b/client/CHANGES.txt index cb1fc2794..2d413bf6e 100644 --- a/client/CHANGES.txt +++ b/client/CHANGES.txt @@ -9,7 +9,7 @@ CHANGES - Updated log level and message in some messages. 4.1.5 (Apr 6, 2021) -- Updated streaming logic to use limited fetch retry attempts +- Updated streaming logic to use limited fetch retry attempts. 4.1.4 (Mar 19, 2021) - Updated: Internal cache structure refactor.