@splitsoftware/splitio-commons 1.4.2-rc.3 → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGES.txt +1 -1
  2. package/package.json +1 -1
package/CHANGES.txt CHANGED
@@ -1,4 +1,4 @@
1
- 1.5.0 (June 24, 2022)
1
+ 1.5.0 (June 29, 2022)
2
2
  - 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.
3
3
  - Updated telemetry logic to track the anonymous config for user consent flag set to declined or unknown.
4
4
  - 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@splitsoftware/splitio-commons",
3
- "version": "1.4.2-rc.3",
3
+ "version": "1.5.0",
4
4
  "description": "Split Javascript SDK common components",
5
5
  "main": "cjs/index.js",
6
6
  "module": "esm/index.js",