|
| 1 | +0.9.5 (May 15, 2023) |
| 2 | + - Updated @splitsoftware/splitio-commons package to version 1.8.2 that includes minor improvements. |
| 3 | + - Updated terminology on the SDKs codebase to be more aligned with current standard without causing a breaking change. The core change is the term split for feature flag on things like logs and IntelliSense comments. |
| 4 | + - Updated split storage modules to optimize some operations when using Redis and pluggable storages. |
| 5 | + - Updated some transitive dependencies for vulnerability fixes. |
| 6 | + |
1 | 7 | 0.9.4 (May 4, 2023) |
2 | 8 | - Updated some transitive dependencies for vulnerability fixes. |
3 | 9 | - Bugfixing - Updated `unfetch` package as a runtime dependency, required when using the "full" entrypoint (`import { SplitFactory } from '@splitsoftware/splitio-browserjs/full'`). |
|
16 | 22 | 0.9.0 (October 5, 2022) |
17 | 23 | - Added a new impressions mode for the SDK called NONE, to be used in factory when there is no desire to capture impressions on an SDK factory to feed Split's analytics engine. Running NONE mode, the SDK will only capture unique keys evaluated for a particular feature flag instead of full blown impressions. |
18 | 24 | - Updated default value of `scheduler.featuresRefreshRate` config parameter from 30 seconds to 60 seconds. |
19 | | - - Updated @splitsoftware/splitio-commons package to version 1.7.1, that improves the performance of split evaluations (i.e., `getTreatment(s)` method calls) when using the default storage in memory, among other improvements. |
| 25 | + - Updated @splitsoftware/splitio-commons package to version 1.7.1, that improves the performance of feature flag evaluations (i.e., `getTreatment(s)` method calls) when using the default storage in memory, among other improvements. |
20 | 26 |
|
21 | 27 | 0.8.0 (July 22, 2022) |
22 | 28 | - Added `autoRequire` configuration option to the Google Analytics to Split integration, which takes care of requiring the splitTracker plugin on trackers dynamically created by Google tag managers (See https://help.split.io/hc/en-us/articles/360040838752#set-up-with-gtm-and-gtag.js). |
|
25 | 31 | - Updated some dependencies for vulnerability fixes. |
26 | 32 |
|
27 | 33 | 0.7.0 (June 29, 2022) |
28 | | - - Added a new config option to control the tasks that listen or poll for updates on feature flags and segments, via the new config sync.enabled . Running online Split will always pull the most recent updates upon initialization, this only affects updates fetching on a running instance. Useful when a consistent session experience is a must or to save resources when updates are not being used. |
| 34 | + - Added a new config option to control the tasks that listen or poll for updates on feature flags and segments, via the new config sync.enabled . Running online, Split will always pull the most recent updates upon initialization, this only affects updates fetching on a running instance. Useful when a consistent session experience is a must or to save resources when updates are not being used. |
29 | 35 | - Updated telemetry logic to track the anonymous config for user consent flag set to declined or unknown. |
30 | 36 | - Updated submitters logic, to avoid duplicating the post of impressions to Split cloud when the SDK is destroyed while its periodic post of impressions is running. |
31 | 37 | - Bugfixing - Updated submitters logic, to avoid dropping impressions and events that are being tracked while POST request is pending. |
|
0 commit comments