splitio_platform_interface 1.5.0 splitio_platform_interface: ^1.5.0 copied to clipboard
A common platform interface for the splitio plugin.
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) #
1.4.0 (Nov 9, 2023) #
- Added support for Flag Sets, which enables grouping feature flags and interacting with the group rather than individually (more details in our documentation):
- Added new variations of the get treatment methods to support evaluating flags in given flag set/s.
- getTreatmentsByFlagSet and getTreatmentsByFlagSets
- getTreatmentWithConfigByFlagSets and getTreatmentsWithConfigByFlagSets
- Added a new optional Split Filter configuration option. This allows the SDK and Split services to only synchronize the flags in the specified flag sets, avoiding unused or unwanted flags from being synced on the SDK instance, bringing all the benefits from a reduced payload.
- Added
defaultTreatment
property to theSplitView
object returned by thesplit
andsplits
methods of the SDK manager.
- Added new variations of the get treatment methods to support evaluating flags in given flag set/s.
1.4.0-rc.1 (Nov 9, 2023) #
1.3.0 (Aug 15, 2023) #
- Added
readyTimeout
configuration option.
1.3.0-rc.1 (Aug 15, 2023) #
1.2.0 (May 23, 2023) #
- Added
setUserConsent
method. - Added
getUserConsent
method.
1.2.0-rc.1 (May 23, 2023) #
1.1.0 (May 18, 2023) #
- Added support for new configuration options:
impressionsMode
syncEnabled
logLevel
userConsent
encryptionEnabled
- Deprecated
enableDebug
configuration in favor oflogLevel
.
1.1.0-rc.1 (May 18, 2023) #
1.0.0 (Aug 13, 2022) #
Initial release.