From a286e707061e1e6af1a996edf891425f3c80d649 Mon Sep 17 00:00:00 2001 From: Gaston Thea Date: Wed, 19 Jul 2023 16:43:25 -0300 Subject: [PATCH] 0.1.5 --- splitio/pubspec.yaml | 6 +++--- splitio_android/CHANGELOG.md | 7 +++++++ splitio_android/pubspec.yaml | 2 +- splitio_ios/CHANGELOG.md | 7 +++++++ splitio_ios/pubspec.yaml | 2 +- 5 files changed, 19 insertions(+), 5 deletions(-) diff --git a/splitio/pubspec.yaml b/splitio/pubspec.yaml index 6fd35e1..ea88246 100644 --- a/splitio/pubspec.yaml +++ b/splitio/pubspec.yaml @@ -1,6 +1,6 @@ name: splitio description: Official plugin for split.io, the platform for controlled rollouts, which serves features to your users via feature flags to manage your complete customer experience. -version: 0.1.5-rc.1 +version: 0.1.5 homepage: https://split.io/ repository: https://github.com/splitio/flutter-sdk-plugin/tree/main/splitio/ @@ -19,8 +19,8 @@ flutter: dependencies: flutter: sdk: flutter - splitio_android: ^0.1.5-rc.1 - splitio_ios: ^0.1.5-rc.1 + splitio_android: ^0.1.5 + splitio_ios: ^0.1.5 splitio_platform_interface: ^1.2.0 dev_dependencies: diff --git a/splitio_android/CHANGELOG.md b/splitio_android/CHANGELOG.md index 9bc1add..b1d8fbe 100644 --- a/splitio_android/CHANGELOG.md +++ b/splitio_android/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.1.5 (Jul 19, 2023) + +* Updated Android SDK to `3.3.0`, which includes: + * Improved streaming architecture implementation to apply feature flag updates from the notification received which is now enhanced, improving efficiency and reliability of the whole update system. + * Added logic to do a full check of feature flags immediately when the app comes back to foreground, limited to once per minute. + # 0.1.5-rc.1 (Jul 19, 2023) # 0.1.4 (May 23, 2023) @@ -8,6 +14,7 @@ # 0.1.4-rc.1 (May 23, 2023) # 0.1.3 (May 18, 2023) + * Updated Android SDK to `3.2.1` * Added support for new configuration options: * `impressionsMode` diff --git a/splitio_android/pubspec.yaml b/splitio_android/pubspec.yaml index e806438..05ed5c1 100644 --- a/splitio_android/pubspec.yaml +++ b/splitio_android/pubspec.yaml @@ -1,7 +1,7 @@ name: splitio_android description: The official Android implementation of splitio Flutter plugin. repository: https://github.com/splitio/flutter-sdk-plugin/tree/main/splitio_android -version: 0.1.5-rc.1 +version: 0.1.5 environment: sdk: ">=2.16.2 <4.0.0" diff --git a/splitio_ios/CHANGELOG.md b/splitio_ios/CHANGELOG.md index 30d4cd1..ef6647e 100644 --- a/splitio_ios/CHANGELOG.md +++ b/splitio_ios/CHANGELOG.md @@ -1,3 +1,10 @@ +# 0.1.5 (Jul 19, 2023) + +* Updated iOS SDK to `2.21.0`, which includes: + * Improved streaming architecture implementation to apply feature flag updates from the notification received which is now enhanced, improving efficiency and reliability of the whole update system. + * Added logic to do a full check of feature flags immediately when the app comes back to foreground, limited to once per minute. + * Updated SplitResult init to be public in order to improve testability. + # 0.1.5-rc.1 (Jul 19, 2023) # 0.1.4 (May 23, 2023) diff --git a/splitio_ios/pubspec.yaml b/splitio_ios/pubspec.yaml index 816bc78..571b0dd 100644 --- a/splitio_ios/pubspec.yaml +++ b/splitio_ios/pubspec.yaml @@ -1,7 +1,7 @@ name: splitio_ios description: The official iOS implementation of splitio Flutter plugin. repository: https://github.com/splitio/flutter-sdk-plugin/tree/main/splitio_ios -version: 0.1.5-rc.1 +version: 0.1.5 environment: sdk: ">=2.16.2 <4.0.0"