diff --git a/client/CHANGES.txt b/client/CHANGES.txt index 17bd85c3d..9b993a852 100644 --- a/client/CHANGES.txt +++ b/client/CHANGES.txt @@ -1,9 +1,12 @@ CHANGES -3.3.4 (Aug 19, 2020) +3.3.5 (Aug 19, 2020) - Added support for the new Split streaming architecture. When enabled (default), the SDK will not poll for updates but instead receive notifications every time there's a change in your environments, allowing to process those much quicker. If disabled or in the event of an issue, the SDK will fallback to the known polling mechanism to provide a seamless experience. - Updated the default of featuresRefreshRate to 60 seconds. +3.3.4 (Jul 15, 2020) +- Added Impression observer. + 3.3.3 (Apr 7, 2020) - Fix issue regarding special characters come from split/segments fetchers. diff --git a/client/pom.xml b/client/pom.xml index 7d550b942..0cdbf3096 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -5,7 +5,7 @@ io.split.client java-client-parent - 3.3.4 + 3.3.5 java-client jar diff --git a/pom.xml b/pom.xml index b1a47c0f4..9575cb31c 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 io.split.client java-client-parent - 3.3.4 + 3.3.5 diff --git a/testing/pom.xml b/testing/pom.xml index afecd65bb..ba6024531 100644 --- a/testing/pom.xml +++ b/testing/pom.xml @@ -6,7 +6,7 @@ io.split.client java-client-parent - 3.3.4 + 3.3.5 java-client-testing