Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions splitio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.1.10 (Oct 18, 2024)
* 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.
* Updated iOS SDK to `2.26.1` & Android SDK to `4.2.2`

# 0.1.10-rc.1 (Oct 17, 2024)

# 0.1.9+1 (Jun 7, 2024)
Expand Down
14 changes: 7 additions & 7 deletions splitio/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -166,31 +166,31 @@ packages:
path: ".."
relative: true
source: path
version: "0.1.10-rc.1"
version: "0.1.10"
splitio_android:
dependency: transitive
description:
name: splitio_android
sha256: "1d88a57b12f1df062ce8f66137cd21383b200c17c1c07b2bb640045c7275a524"
sha256: b2ebb1ef9c9f1399b5dca7b008dd90f1cdf3c05da4da74154ff0a5489bafd114
url: "https://pub.dev"
source: hosted
version: "0.1.10-rc.2"
version: "0.1.10"
splitio_ios:
dependency: transitive
description:
name: splitio_ios
sha256: b99b33f24152ac7b15796abe560d7d0d336df93353c7e264526472b38b6f7acb
sha256: bf59562ef13c55b528886f3f9383ec4a5608d9de42e910256ba7fb025b310fa0
url: "https://pub.dev"
source: hosted
version: "0.1.10-rc.2"
version: "0.1.10"
splitio_platform_interface:
dependency: transitive
description:
name: splitio_platform_interface
sha256: "7d6c187b3bb200451d28d86eb508ae97d64e97d50619024eaff9c27cd2555f10"
sha256: "2f0457991d18d654486264a66dacf54c7cf23cd88bbb73ed299d69dbbc2fd49b"
url: "https://pub.dev"
source: hosted
version: "1.5.0-rc.2"
version: "1.5.0"
stack_trace:
dependency: transitive
description:
Expand Down
8 changes: 4 additions & 4 deletions splitio/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.10-rc.1
version: 0.1.10
homepage: https://split.io/
repository: https://github.com/splitio/flutter-sdk-plugin/tree/main/splitio/

Expand All @@ -19,9 +19,9 @@ flutter:
dependencies:
flutter:
sdk: flutter
splitio_android: ^0.1.10-rc.2
splitio_ios: ^0.1.10-rc.2
splitio_platform_interface: ^1.5.0-rc.2
splitio_android: ^0.1.10
splitio_ios: ^0.1.10
splitio_platform_interface: ^1.5.0

dev_dependencies:
flutter_test:
Expand Down
3 changes: 3 additions & 0 deletions splitio_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 0.1.10 (Oct 18, 2024)
* Updated Android SDK to `4.2.2`

# 0.1.10-rc.2 (Oct 17, 2024)

# 0.1.10-rc.1 (Oct 17, 2024)
Expand Down
4 changes: 2 additions & 2 deletions splitio_android/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.10-rc.2
version: 0.1.10

environment:
sdk: ">=2.16.2 <4.0.0"
Expand All @@ -19,7 +19,7 @@ flutter:
dependencies:
flutter:
sdk: flutter
splitio_platform_interface: ^1.5.0-rc.2
splitio_platform_interface: ^1.5.0

dev_dependencies:
flutter_test:
Expand Down
3 changes: 3 additions & 0 deletions splitio_ios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 0.1.10 (Oct 18, 2024)
* Updated iOS SDK to `2.26.1`

# 0.1.10-rc.2 (Oct 17, 2024)

# 0.1.10-rc.1 (Oct 17, 2024)
Expand Down
4 changes: 2 additions & 2 deletions splitio_ios/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.10-rc.2
version: 0.1.10

environment:
sdk: ">=2.16.2 <4.0.0"
Expand All @@ -18,7 +18,7 @@ flutter:
dependencies:
flutter:
sdk: flutter
splitio_platform_interface: ^1.5.0-rc.2
splitio_platform_interface: ^1.5.0

dev_dependencies:
flutter_test:
Expand Down
3 changes: 3 additions & 0 deletions splitio_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.5.0 (Oct 18, 2024)
* 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.

# 1.5.0-rc.2 (Oct 17, 2024)

# 1.5.0-rc.1 (Oct 17, 2024)
Expand Down
2 changes: 1 addition & 1 deletion splitio_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: splitio_platform_interface
description: A common platform interface for the splitio plugin.
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
version: 1.5.0-rc.2
version: 1.5.0
repository: https://github.com/splitio/flutter-sdk-plugin/tree/main/splitio_platform_interface

environment:
Expand Down