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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
2.6.0 (September 19, 2025)
1
+
2.6.0 (September 18, 2025)
2
2
- Added `storage.wrapper` configuration option to allow the SDK to use a custom storage wrapper for the storage type `LOCALSTORAGE`. Default value is `window.localStorage`.
* JavaScript for Browser [Github](https://github.com/splitio/javascript-browser-client)[Docs](https://help.split.io/hc/en-us/articles/360058730852-Browser-SDK)
* GO [Github](https://github.com/splitio/go-client)[Docs](https://developer.harness.io/docs/feature-management-experimentation/sdks-and-infrastructure/server-side-sdks/go-sdk/)
* JavaScript for Browser [Github](https://github.com/splitio/javascript-browser-client)[Docs](https://developer.harness.io/docs/feature-management-experimentation/sdks-and-infrastructure/client-side-sdks/browser-sdk/)
* For mocking/testing only. The SDK will refresh the features mocked data when mode is set to "localhost" by defining the key.
285
-
* For more information see {@link https://help.split.io/hc/en-us/articles/360020564931-Node-js-SDK#localhost-mode}
285
+
* For more information see {@link https://developer.harness.io/docs/feature-management-experimentation/sdks-and-infrastructure/server-side-sdks/nodejs-sdk/#localhost-mode}
* For mocking/testing only. The SDK will refresh the features mocked data when mode is set to "localhost" by defining the key.
445
-
* For more information see {@link https://help.split.io/hc/en-us/articles/360020448791-JavaScript-SDK#localhost-mode}
445
+
* For more information see {@link https://developer.harness.io/docs/feature-management-experimentation/sdks-and-infrastructure/client-side-sdks/javascript-sdk/#localhost-mode}
446
446
*
447
447
* @defaultValue `15`
448
448
*/
@@ -794,7 +794,7 @@ declare namespace SplitIO {
794
794
/**
795
795
* Attributes should be on object with values of type string, boolean, number (dates should be sent as millis since epoch) or array of strings or numbers.
* Settings interface for Browser SDK instances created with client-side API and asynchronous storage (e.g., serverless environments with a persistent storage).
1240
1240
* If your storage is synchronous (by default we use memory, which is sync) use SplitIO.IClientSideSettings instead.
* Settings interface for JavaScript SDK instances created on the browser, with client-side API and synchronous storage (e.g., in-memory or local storage).
* Tracks an event to be fed to the results product on Split user interface.
1743
1743
*
1744
1744
* @param key - The key that identifies the entity related to this event.
1745
-
* @param trafficType - The traffic type of the entity related to this event. See {@link https://help.split.io/hc/en-us/articles/360019916311-Traffic-type}
1745
+
* @param trafficType - The traffic type of the entity related to this event. See {@link https://developer.harness.io/docs/feature-management-experimentation/management-and-administration/fme-settings/traffic-types/}
1746
1746
* @param eventType - The event type corresponding to this event.
1747
1747
* @param value - The value of this event.
1748
1748
* @param properties - The properties of this event. Values can be string, number, boolean or null.
@@ -1840,7 +1840,7 @@ declare namespace SplitIO {
1840
1840
* Tracks an event to be fed to the results product on Split user interface, and returns a promise to signal when the event was successfully queued (or not).
1841
1841
*
1842
1842
* @param key - The key that identifies the entity related to this event.
1843
-
* @param trafficType - The traffic type of the entity related to this event. See {@link https://help.split.io/hc/en-us/articles/360019916311-Traffic-type}
1843
+
* @param trafficType - The traffic type of the entity related to this event. See {@link https://developer.harness.io/docs/feature-management-experimentation/management-and-administration/fme-settings/traffic-types/}
1844
1844
* @param eventType - The event type corresponding to this event.
1845
1845
* @param value - The value of this event.
1846
1846
* @param properties - The properties of this event. Values can be string, number, boolean or null.
@@ -1970,7 +1970,7 @@ declare namespace SplitIO {
1970
1970
/**
1971
1971
* Tracks an event to be fed to the results product on Split user interface.
1972
1972
*
1973
-
* @param trafficType - The traffic type of the entity related to this event. See {@link https://help.split.io/hc/en-us/articles/360019916311-Traffic-type}
1973
+
* @param trafficType - The traffic type of the entity related to this event. See {@link https://developer.harness.io/docs/feature-management-experimentation/management-and-administration/fme-settings/traffic-types/}
1974
1974
* @param eventType - The event type corresponding to this event.
1975
1975
* @param value - The value of this event.
1976
1976
* @param properties - The properties of this event. Values can be string, number, boolean or null.
0 commit comments