Skip to content

Commit 7bf1b47

Browse files
Merge pull request #197 from splitio/development
Release v1.12.1
2 parents 9514f82 + 49ff142 commit 7bf1b47

File tree

3 files changed

+43
-59
lines changed

3 files changed

+43
-59
lines changed

CHANGES.txt

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
1.12.1 (August 2, 2024)
2+
- Updated @splitsoftware/splitio package to version 10.27.0 and some transitive dependencies for vulnerability fixes.
3+
14
1.12.0 (May 10, 2024)
25
- Updated @splitsoftware/splitio package to version 10.26.0 that includes minor updates:
36
- Added support for targeting rules based on semantic versions (https://semver.org/).
@@ -81,7 +84,7 @@
8184

8285
1.6.0 (June 30, 2022)
8386
- Updated @splitsoftware/splitio dependency to version 10.20.0, which includes:
84-
- 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.
87+
- 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.
8588
- Updated telemetry logic to track the anonymous config for user consent flag set to declined or unknown.
8689
- 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.
8790

package-lock.json

+37-56
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@splitsoftware/splitio-react",
3-
"version": "1.12.0",
3+
"version": "1.12.1",
44
"description": "A React library to easily integrate and use Split JS SDK",
55
"main": "lib/index.js",
66
"module": "es/index.js",
@@ -63,7 +63,7 @@
6363
},
6464
"homepage": "https://github.com/splitio/react-client#readme",
6565
"dependencies": {
66-
"@splitsoftware/splitio": "10.26.0",
66+
"@splitsoftware/splitio": "10.27.0",
6767
"memoize-one": "^5.1.1",
6868
"shallowequal": "^1.1.0",
6969
"tslib": "^2.3.1"

0 commit comments

Comments
 (0)