@splitsoftware/splitio
Advanced tools
Comparing version 10.24.0-beta to 10.24.0-rc.0
@@ -1,3 +0,3 @@ | ||
10.24.0 (November XX, 2023) | ||
- 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): | ||
10.24.0 (December XX, 2023) | ||
- 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): | ||
- Added new variations of the get treatment methods to support evaluating flags in given flag set/s. | ||
@@ -8,5 +8,8 @@ - getTreatmentsByFlagSet and getTreatmentsByFlagSets | ||
- 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. | ||
- Updated the following SDK manager methods to expose flag sets on flag views. | ||
- 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. | ||
- 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). | ||
- Updated @splitsoftware/splitio-commons package to version 1.11.0 that includes vulnerability fixes, and adds the `defaultTreatment` property to the `SplitView` object. | ||
- Updated @splitsoftware/splitio-commons package to version 1.12.0 that includes vulnerability fixes, flag sets support, and other improvements. | ||
- Updated Redis adapter to handle timeouts and queueing of some missing commands: 'hincrby', 'popNRaw', and 'pipeline.exec'. | ||
- Bugfixing - Fixed manager methods in consumer modes to return results in a promise when the SDK is not operational (not ready or destroyed). | ||
- 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). | ||
@@ -13,0 +16,0 @@ 10.23.1 (September 22, 2023) |
@@ -1,1 +0,1 @@ | ||
export var packageVersion = '10.24.0-beta'; | ||
export var packageVersion = '10.24.0-rc.0'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.packageVersion = void 0; | ||
exports.packageVersion = '10.24.0-beta'; | ||
exports.packageVersion = '10.24.0-rc.0'; |
{ | ||
"name": "@splitsoftware/splitio", | ||
"version": "10.24.0-beta", | ||
"version": "10.24.0-rc.0", | ||
"description": "Split SDK", | ||
@@ -43,3 +43,3 @@ "files": [ | ||
"dependencies": { | ||
"@splitsoftware/splitio-commons": "1.10.1-rc.3", | ||
"@splitsoftware/splitio-commons": "1.12.1-rc.3", | ||
"@types/google.analytics": "0.0.40", | ||
@@ -46,0 +46,0 @@ "@types/ioredis": "^4.28.0", |
@@ -1,1 +0,1 @@ | ||
export const packageVersion = '10.24.0-beta'; | ||
export const packageVersion = '10.24.0-rc.0'; |
Sorry, the diff of this file is too big to display
278727
5126
+ Added@splitsoftware/splitio-commons@1.12.1-rc.3(transitive)
- Removed@splitsoftware/splitio-commons@1.10.1-rc.3(transitive)