Skip to content

Commit ce7ff27

Browse files
prepare release v1.3.0
1 parent 9e98b33 commit ce7ff27

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGES.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
1.3.0 (April 4, 2022)
2+
- Added support for user consent, a way to control if the SDK tracks impressions and events or not, based on users granting or rejecting consent for it.
3+
- Added support for SDK clients to optionally bind attributes, keeping these loaded within the SDK along with the user ID, for easier usage when requesting flag.
4+
- Added support for `scheduler.impressionsQueueSize` property on SDK configuration.
5+
- Added support to Redis storage for NodeJS to accept TLS configuration options.
6+
- Updated format for MySegments keys in LocalStorage, keeping backwards compatibility (issue https://github.com/splitio/javascript-client/issues/638).
7+
- Updated some modules due to general polishing and refactors, including updates on some log messages.
8+
- Updated some dependencies for vulnerability fixes.
9+
- Bugfixing - Fixed internal isObject utility function, to avoid false negatives on runtimes using multiple VM contexts, like NuxtJS dev server.
10+
- Bugfixing - Fixed validation of `core.key` SDK configuration param, to parse it into a string and log a warning when passing a number (Related to issue https://github.com/splitio/react-native-client/issues/19).
11+
- Bugfixing - Fixed validation of `sync.impressionsMode` SDK configuration param, to avoid an exception on SplitFactory instantiation when passing a non-string value.
12+
- Bugfixing - Fixed an issue with `connectionTimeout` options params of Redis storage, that was being ignored and not passed down to the underlying ioredis client.
13+
- Bugfixing - Fixed streaming synchronization issue with multiple clients.
14+
- Bugfixing - Fixed issue with internal Map ponyfill that result in logger not working on IE11 browser.
15+
116
1.2.0 (January 19, 2022)
217
- Added support to SDK clients on browser to optionally bind attributes to the client, keeping these loaded within the SDK along with the user ID, for easier usage when requesting flag.
318

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@splitsoftware/splitio-commons",
3-
"version": "1.2.1-rc.11",
3+
"version": "1.3.0",
44
"description": "Split Javascript SDK common components",
55
"main": "cjs/index.js",
66
"module": "esm/index.js",

0 commit comments

Comments
 (0)