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
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
+
0.7.1 (May XXX, 2025)
2
+
- Updated some transitive dependencies for vulnerability fixes.
3
+
1
4
0.7.0 (August 5, 2024)
2
-
- Added `sync.requestOptions.agent` option to allow passing a custom NodeJS HTTP(S) Agent with specific configurations for the Synchronizer requests, like custom TLS settings or a network proxy (See https://help.split.io/hc/en-us/articles/4421513571469-Split-JavaScript-synchronizer-tools#proxy).
5
+
- Added `sync.requestOptions.agent` option to allow passing a custom Node.js HTTP(S) Agent with specific configurations for the Synchronizer requests, like custom TLS settings or a network proxy (See https://help.split.io/hc/en-us/articles/4421513571469-Split-JavaScript-synchronizer-tools#proxy).
3
6
- Updated some transitive dependencies for vulnerability fixes.
4
7
5
8
0.6.0 (May 13, 2024)
@@ -31,8 +34,8 @@
31
34
0.3.0 (May 4, 2023)
32
35
- Added an optional error-first callback parameter to `execute` method, to be called when the synchronization is finished, with an error object if it finished unsuccessfully.
33
36
- Updated @splitsoftware/splitio-commons and other dependencies for vulnerability fixes and performance improvements.
34
-
- Bugfixing - Fixed `execute` method to ensure the returned promise resolves to `false` if any synchronization task fails (i.e., synchronization of feature flags, segments, impressions or events).
35
-
- Bugfixing - Fixed `execute` method to await storage destroy promise and handle rejections.
37
+
- Bugfix - Fixed `execute` method to ensure the returned promise resolves to `false` if any synchronization task fails (i.e., synchronization of feature flags, segments, impressions or events).
38
+
- Bugfix - Fixed `execute` method to await storage destroy promise and handle rejections.
36
39
37
40
0.2.0 (October 5, 2022)
38
41
- Added support for synchronizing telemetry data, impression counts and unique keys in pluggable storage.
* JavaScript for Browser [Github](https://github.com/splitio/javascript-browser-client)[Docs](https://help.split.io/hc/en-us/articles/360058730852-Browser-SDK)
@@ -84,4 +85,4 @@ For a comprehensive list of open source projects visit our [Github page](https:/
84
85
85
86
**Learn more about Split:**
86
87
87
-
Visit [split.io/product](https://www.split.io/product) for an overview of Split, or visit our documentation at [help.split.io](http://help.split.io) for more detailed information.
88
+
Visit [split.io/product](https://www.split.io/product) for an overview of Split, or visit our documentation at [help.split.io](https://help.split.io) for more detailed information.
0 commit comments