Skip to content

Commit a99bb54

Browse files
authored
0.1.5 (#81)
1 parent bd91371 commit a99bb54

File tree

5 files changed

+19
-5
lines changed

5 files changed

+19
-5
lines changed

splitio/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: splitio
22
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.
3-
version: 0.1.5-rc.1
3+
version: 0.1.5
44
homepage: https://split.io/
55
repository: https://github.com/splitio/flutter-sdk-plugin/tree/main/splitio/
66

@@ -19,8 +19,8 @@ flutter:
1919
dependencies:
2020
flutter:
2121
sdk: flutter
22-
splitio_android: ^0.1.5-rc.1
23-
splitio_ios: ^0.1.5-rc.1
22+
splitio_android: ^0.1.5
23+
splitio_ios: ^0.1.5
2424
splitio_platform_interface: ^1.2.0
2525

2626
dev_dependencies:

splitio_android/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.1.5 (Jul 19, 2023)
2+
3+
* Updated Android SDK to `3.3.0`, which includes:
4+
* 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.
5+
* Added logic to do a full check of feature flags immediately when the app comes back to foreground, limited to once per minute.
6+
17
# 0.1.5-rc.1 (Jul 19, 2023)
28

39
# 0.1.4 (May 23, 2023)
@@ -8,6 +14,7 @@
814
# 0.1.4-rc.1 (May 23, 2023)
915

1016
# 0.1.3 (May 18, 2023)
17+
1118
* Updated Android SDK to `3.2.1`
1219
* Added support for new configuration options:
1320
* `impressionsMode`

splitio_android/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: splitio_android
22
description: The official Android implementation of splitio Flutter plugin.
33
repository: https://github.com/splitio/flutter-sdk-plugin/tree/main/splitio_android
4-
version: 0.1.5-rc.1
4+
version: 0.1.5
55

66
environment:
77
sdk: ">=2.16.2 <4.0.0"

splitio_ios/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 0.1.5 (Jul 19, 2023)
2+
3+
* Updated iOS SDK to `2.21.0`, which includes:
4+
* 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.
5+
* Added logic to do a full check of feature flags immediately when the app comes back to foreground, limited to once per minute.
6+
* Updated SplitResult init to be public in order to improve testability.
7+
18
# 0.1.5-rc.1 (Jul 19, 2023)
29

310
# 0.1.4 (May 23, 2023)

splitio_ios/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: splitio_ios
22
description: The official iOS implementation of splitio Flutter plugin.
33
repository: https://github.com/splitio/flutter-sdk-plugin/tree/main/splitio_ios
4-
version: 0.1.5-rc.1
4+
version: 0.1.5
55

66
environment:
77
sdk: ">=2.16.2 <4.0.0"

0 commit comments

Comments
 (0)