Skip to content

Commit de05819

Browse files
Merge pull request #164 from splitio/update-license
Update License Year
2 parents 52cfd42 + 9079de5 commit de05819

File tree

13 files changed

+38
-20
lines changed

13 files changed

+38
-20
lines changed

splitio/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 1.0.0 (Aug 14, 2025)
2+
- Updated Android SDK to `5.3.1` & iOS SDK to `3.3.2`
3+
- Added support for rule-based segments. These segments determine membership at runtime by evaluating their configured rules against the user attributes provided to the SDK.
4+
- Added support for feature flag prerequisites. This allows customers to define dependency conditions between flags, which are evaluated before any allowlists or targeting rules.
5+
- Added two new configuration options to control the behavior of the persisted rollout plan cache. Use `rolloutCacheConfiguration` in the config.
6+
- Added a new optional argument to the client `getTreatment` methods to allow passing additional evaluation options, such as a map of properties to append to the generated impressions sent to Split backend. Read more in our docs.
7+
- Added support for the new impressions tracking toggle available on feature flags, both respecting the setting and including the new field being returned on SplitView type objects. Read more in our docs.
8+
9+
# 1.0.0-rc.1 (Aug 14, 2025)
10+
111
# 0.2.0 (Nov 6, 2024)
212
* Added support for targeting rules based on large segments.
313
* BREAKING CHANGE (for Split Proxy users):

splitio/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176

177177
END OF TERMS AND CONDITIONS
178178

179-
Copyright © 2025 Split Software, Inc.
179+
Copyright © 2026 Split Software, Inc.
180180

181181
Licensed under the Apache License, Version 2.0 (the "License");
182182
you may not use this file except in compliance with the License.

splitio/pubspec.yaml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
publish_to: none # TODO
21
name: splitio
32
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.
4-
version: 1.0.0-rc.1
3+
version: 1.0.0
54
homepage: https://split.io/
65
repository: https://github.com/splitio/flutter-sdk-plugin/tree/main/splitio/
76

@@ -20,12 +19,9 @@ flutter:
2019
dependencies:
2120
flutter:
2221
sdk: flutter
23-
splitio_android: # ^1.0.0-rc.1
24-
path: ../splitio_android
25-
splitio_ios: # ^1.0.0-rc.1
26-
path: ../splitio_ios
27-
splitio_platform_interface: # ^2.0.0-rc.1
28-
path: ../splitio_platform_interface
22+
splitio_android: ^1.0.0
23+
splitio_ios: ^1.0.0
24+
splitio_platform_interface: ^2.0.0
2925
dev_dependencies:
3026
flutter_test:
3127
sdk: flutter

splitio_android/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 1.0.0 (Aug 14, 2025)
2+
- Updated Android SDK to `5.3.1`.
3+
4+
# 1.0.0-rc.1 (Aug 14, 2025)
5+
16
# 0.2.0 (Nov 6, 2024)
27
* Updated Android SDK to `5.0.0`
38

splitio_android/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176

177177
END OF TERMS AND CONDITIONS
178178

179-
Copyright © 2025 Split Software, Inc.
179+
Copyright © 2026 Split Software, Inc.
180180

181181
Licensed under the Apache License, Version 2.0 (the "License");
182182
you may not use this file except in compliance with the License.

splitio_android/pubspec.yaml

Lines changed: 2 additions & 3 deletions
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: 1.0.0-rc.1
4+
version: 1.0.0
55

66
environment:
77
sdk: ">=2.16.2 <4.0.0"
@@ -19,8 +19,7 @@ flutter:
1919
dependencies:
2020
flutter:
2121
sdk: flutter
22-
splitio_platform_interface: # ^2.0.0-rc.1
23-
path: ../splitio_platform_interface
22+
splitio_platform_interface: ^2.0.0
2423

2524
dev_dependencies:
2625
flutter_test:

splitio_ios/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 1.0.0 (Aug 14, 2025)
2+
- iOS SDK to `3.3.2`
3+
4+
# 1.0.0-rc.1 (Aug 14, 2025)
5+
16
# 0.2.0 (Nov 6, 2024)
27
* Updated iOS SDK to `3.0.0`
38

splitio_ios/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176

177177
END OF TERMS AND CONDITIONS
178178

179-
Copyright © 2025 Split Software, Inc.
179+
Copyright © 2026 Split Software, Inc.
180180

181181
Licensed under the Apache License, Version 2.0 (the "License");
182182
you may not use this file except in compliance with the License.

splitio_ios/pubspec.yaml

Lines changed: 2 additions & 3 deletions
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: 1.0.0-rc.1
4+
version: 1.0.0
55

66
environment:
77
sdk: ">=2.16.2 <4.0.0"
@@ -18,8 +18,7 @@ flutter:
1818
dependencies:
1919
flutter:
2020
sdk: flutter
21-
splitio_platform_interface: # ^2.0.0-rc.1
22-
path: ../splitio_platform_interface
21+
splitio_platform_interface: ^2.0.0
2322

2423
dev_dependencies:
2524
flutter_test:

splitio_platform_interface/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 2.0.0 (Aug 14, 2025)
2+
3+
# 2.0.0-rc.1 (Aug 14, 2025)
4+
15
# 1.5.0 (Oct 18, 2024)
26
* Added certificate pinning functionality. This feature allows you to pin a certificate to the SDK, ensuring that the SDK only communicates with servers that present this certificate. Read more in our documentation.
37

0 commit comments

Comments
 (0)