|
| 1 | +0.13.0 (December 12, 2023) |
| 2 | + - Added support for Flag Sets in "consumer" and "partial consumer" modes (pluggable storage). |
| 3 | + - Updated SDK cache for browsers using localStorage, to clear cached feature flag definitions before initiating the synchronization process, if the cache was previously synchronized with a different SDK key (i.e., a different environment) or different Split Filter criteria. |
| 4 | + - Updated @splitsoftware/splitio-commons package to version 1.12.1 that includes flag sets support for consumer modes, and other improvements. |
| 5 | + - Bugfixing - Fixed manager methods in consumer modes to return results in a promise when the SDK is not operational (not ready or destroyed). |
| 6 | + |
1 | 7 | 0.12.0 (November 3, 2023) |
2 | | - - Added support for Flag Sets on the SDK, which enables grouping feature flags and interacting with the group rather than individually (more details in our documentation): |
| 8 | + - Added support for Flag Sets on the SDK, which enables grouping feature flags and interacting with the group rather than individually (more details in our documentation): |
3 | 9 | - Added new variations of the get treatment methods to support evaluating flags in given flag set/s. |
4 | 10 | - getTreatmentsByFlagSet and getTreatmentsByFlagSets |
5 | 11 | - getTreatmentsWithConfigByFlagSets and getTreatmentsWithConfigByFlagSets |
6 | 12 | - 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. |
7 | 13 | - Note: Only applicable when the SDK is in charge of the rollout data synchronization. When not applicable, the SDK will log a warning on init. |
8 | 14 | - Added `sets` property to the `SplitView` object returned by the `split` and `splits` methods of the SDK manager to expose flag sets on flag views. |
9 | | - - Updated @splitsoftware/splitio-commons package to version 1.11.0. |
| 15 | + - Updated @splitsoftware/splitio-commons package to version 1.11.0. |
10 | 16 |
|
11 | 17 | 0.11.0 (October 31, 2023) |
12 | 18 | - Added `defaultTreatment` property to the `SplitView` object returned by the `split` and `splits` methods of the SDK manager (Related to issue https://github.com/splitio/javascript-commons/issues/225). |
|
0 commit comments