|
1 | | -10.24.0 (November XX, 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): |
| 1 | +10.24.0 (December 4, 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): |
3 | 3 | - Added new variations of the get treatment methods to support evaluating flags in given flag set/s. |
4 | 4 | - getTreatmentsByFlagSet and getTreatmentsByFlagSets |
5 | 5 | - getTreatmentsWithConfigByFlagSets and getTreatmentsWithConfigByFlagSets |
6 | 6 | - 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 | 7 | - 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 | | - - Updated the following SDK manager methods to expose flag sets on flag views. |
| 8 | + - 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 | 9 | - 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). |
10 | | - - Updated @splitsoftware/splitio-commons package to version 1.11.0 that includes vulnerability fixes, and adds the `defaultTreatment` property to the `SplitView` object. |
| 10 | + - Updated @splitsoftware/splitio-commons package to version 1.12.0 that includes vulnerability fixes, flag sets support, and other improvements. |
| 11 | + - Updated Redis adapter to handle timeouts and queueing of some missing commands: 'hincrby', 'popNRaw', and 'pipeline.exec'. |
| 12 | + - Bugfixing - Fixed manager methods in consumer modes to return results in a promise when the SDK is not operational (not ready or destroyed). |
11 | 13 | - Bugfixing - Fixed SDK key validation in NodeJS to ensure the SDK_READY_TIMED_OUT event is emitted when a client-side type SDK key is provided instead of a server-side one (Related to issue https://github.com/splitio/javascript-client/issues/768). |
12 | 14 |
|
13 | 15 | 10.23.1 (September 22, 2023) |
|
0 commit comments