You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.txt
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
0.10.0 (July 18, 2023)
2
+
- Updated @splitsoftware/splitio-commons package to version 1.9.0 that includes minor improvements:
3
+
- Updated streaming architecture implementation to apply feature flag updates from the notification received which is now enhanced, improving efficiency and reliability of the whole update system.
4
+
1
5
0.9.6 (June 29, 2023)
2
6
- Updated some transitive dependencies for vulnerability fixes.
3
7
- Updated @splitsoftware/splitio-commons package to version 1.8.3 that includes:
Copy file name to clipboardExpand all lines: types/splitio.d.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,7 @@ interface ILoggerAPI {
137
137
*/
138
138
interfaceIUserConsentAPI{
139
139
/**
140
-
* Set or update the user consent status. Possible values are `true` and `false`, which represent user consent `'GRANTED'` and `'DECLINED'` respectively.
140
+
* Sets or updates the user consent status. Possible values are `true` and `false`, which represent user consent `'GRANTED'` and `'DECLINED'` respectively.
141
141
* - `true ('GRANTED')`: the user has granted consent for tracking events and impressions. The SDK will send them to Split cloud.
142
142
* - `false ('DECLINED')`: the user has declined consent for tracking events and impressions. The SDK will not send them to Split cloud.
143
143
*
@@ -149,7 +149,7 @@ interface IUserConsentAPI {
149
149
*/
150
150
setStatus(userConsent: boolean): boolean;
151
151
/**
152
-
* Get the user consent status.
152
+
* Gets the user consent status.
153
153
*
154
154
* @function getStatus
155
155
* @returns {ConsentStatus} The user consent status.
0 commit comments