@splitsoftware/splitio 11.5.1-rc.1 → 11.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGES.txt +1 -1
- package/README.md +20 -19
- package/cjs/settings/defaults/version.js +1 -1
- package/esm/settings/defaults/version.js +1 -1
- package/package.json +2 -2
- package/src/settings/defaults/version.js +1 -1
- package/types/client/index.d.ts +1 -1
- package/types/index.d.ts +3 -3
- package/types/server/index.d.ts +2 -2
package/CHANGES.txt
CHANGED
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
- Updated some transitive dependencies for vulnerability fixes.
|
|
76
76
|
|
|
77
77
|
10.27.0 (June 25, 2024)
|
|
78
|
-
- Added `sync.requestOptions.agent` option to SDK configuration for Node.js. This allows passing a custom Node.js HTTP(S) Agent with specific configurations for the SDK requests, like custom TLS settings or a network proxy (See https://
|
|
78
|
+
- Added `sync.requestOptions.agent` option to SDK configuration for Node.js. This allows passing a custom Node.js HTTP(S) Agent with specific configurations for the SDK requests, like custom TLS settings or a network proxy (See https://developer.harness.io/docs/feature-management-experimentation/sdks-and-infrastructure/server-side-sdks/nodejs-sdk/#proxy).
|
|
79
79
|
- Updated some transitive dependencies for vulnerability fixes.
|
|
80
80
|
|
|
81
81
|
10.26.1 (June 14, 2024)
|
package/README.md
CHANGED
|
@@ -43,7 +43,7 @@ client.on(client.Event.SDK_READY, function() {
|
|
|
43
43
|
});
|
|
44
44
|
```
|
|
45
45
|
|
|
46
|
-
Please refer to [JavaScript SDK (client-side)](https://
|
|
46
|
+
Please refer to [JavaScript SDK (client-side)](https://developer.harness.io/docs/feature-management-experimentation/sdks-and-infrastructure/client-side-sdks/javascript-sdk/) or [Node.js SDK (server-side)](https://developer.harness.io/docs/feature-management-experimentation/sdks-and-infrastructure/server-side-sdks/nodejs-sdk/) to learn about all the functionality provided by our SDK as well as specifics for each environment and the configuration options available for tailoring it to your current application setup.
|
|
47
47
|
|
|
48
48
|
## Submitting issues
|
|
49
49
|
The Split team monitors all issues submitted to this [issue tracker](https://github.com/splitio/javascript-client/issues). We encourage you to use this issue tracker to submit any bug reports, feedback, and feature enhancements. We'll do our best to respond in a timely manner.
|
|
@@ -62,24 +62,25 @@ To learn more about Split, contact hello@split.io, or get started with feature f
|
|
|
62
62
|
|
|
63
63
|
Split has built and maintains SDKs for:
|
|
64
64
|
|
|
65
|
-
|
|
66
|
-
*
|
|
67
|
-
*
|
|
68
|
-
*
|
|
69
|
-
*
|
|
70
|
-
*
|
|
71
|
-
*
|
|
72
|
-
*
|
|
73
|
-
*
|
|
74
|
-
* JavaScript
|
|
75
|
-
*
|
|
76
|
-
*
|
|
77
|
-
* PHP
|
|
78
|
-
*
|
|
79
|
-
*
|
|
80
|
-
* React
|
|
81
|
-
*
|
|
82
|
-
*
|
|
65
|
+
|
|
66
|
+
* .NET [Github](https://github.com/splitio/dotnet-client) [Docs](https://developer.harness.io/docs/feature-management-experimentation/sdks-and-infrastructure/server-side-sdks/net-sdk/)
|
|
67
|
+
* Android [Github](https://github.com/splitio/android-client) [Docs](https://developer.harness.io/docs/feature-management-experimentation/sdks-and-infrastructure/client-side-sdks/android-sdk/)
|
|
68
|
+
* Angular [Github](https://github.com/splitio/angular-sdk-plugin) [Docs](https://developer.harness.io/docs/feature-management-experimentation/sdks-and-infrastructure/client-side-sdks/angular-utilities/)
|
|
69
|
+
* Elixir thin-client [Github](https://github.com/splitio/elixir-thin-client) [Docs](https://developer.harness.io/docs/feature-management-experimentation/sdks-and-infrastructure/server-side-sdks/elixir-thin-client-sdk/)
|
|
70
|
+
* Flutter [Github](https://github.com/splitio/flutter-sdk-plugin) [Docs](https://developer.harness.io/docs/feature-management-experimentation/sdks-and-infrastructure/client-side-sdks/flutter-plugin/)
|
|
71
|
+
* 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/)
|
|
72
|
+
* iOS [Github](https://github.com/splitio/ios-client) [Docs](https://developer.harness.io/docs/feature-management-experimentation/sdks-and-infrastructure/client-side-sdks/ios-sdk/)
|
|
73
|
+
* Java [Github](https://github.com/splitio/java-client) [Docs](https://developer.harness.io/docs/feature-management-experimentation/sdks-and-infrastructure/server-side-sdks/java-sdk/)
|
|
74
|
+
* JavaScript [Github](https://github.com/splitio/javascript-client) [Docs](https://developer.harness.io/docs/feature-management-experimentation/sdks-and-infrastructure/client-side-sdks/javascript-sdk/)
|
|
75
|
+
* 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/)
|
|
76
|
+
* Node.js [Github](https://github.com/splitio/javascript-client) [Docs](https://developer.harness.io/docs/feature-management-experimentation/sdks-and-infrastructure/server-side-sdks/nodejs-sdk/)
|
|
77
|
+
* PHP [Github](https://github.com/splitio/php-client) [Docs](https://developer.harness.io/docs/feature-management-experimentation/sdks-and-infrastructure/server-side-sdks/php-sdk/)
|
|
78
|
+
* PHP thin-client [Github](https://github.com/splitio/php-thin-client) [Docs](https://developer.harness.io/docs/feature-management-experimentation/sdks-and-infrastructure/server-side-sdks/php-thin-client-sdk/)
|
|
79
|
+
* Python [Github](https://github.com/splitio/python-client) [Docs](https://developer.harness.io/docs/feature-management-experimentation/sdks-and-infrastructure/server-side-sdks/python-sdk/)
|
|
80
|
+
* React [Github](https://github.com/splitio/react-client) [Docs](https://developer.harness.io/docs/feature-management-experimentation/sdks-and-infrastructure/client-side-sdks/react-sdk/)
|
|
81
|
+
* React Native [Github](https://github.com/splitio/react-native-client) [Docs](https://developer.harness.io/docs/feature-management-experimentation/sdks-and-infrastructure/client-side-sdks/react-native-sdk/)
|
|
82
|
+
* Redux [Github](https://github.com/splitio/redux-client) [Docs](https://developer.harness.io/docs/feature-management-experimentation/sdks-and-infrastructure/client-side-sdks/redux-sdk/)
|
|
83
|
+
* Ruby [Github](https://github.com/splitio/ruby-client) [Docs](https://developer.harness.io/docs/feature-management-experimentation/sdks-and-infrastructure/server-side-sdks/ruby-sdk/)
|
|
83
84
|
|
|
84
85
|
For a comprehensive list of open source projects visit our [Github page](https://github.com/splitio?utf8=%E2%9C%93&query=%20only%3Apublic%20).
|
|
85
86
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export var packageVersion = '11.
|
|
1
|
+
export var packageVersion = '11.6.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@splitsoftware/splitio",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.6.0",
|
|
4
4
|
"description": "Split SDK",
|
|
5
5
|
"files": [
|
|
6
6
|
"README.md",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"node": ">=14.0.0"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@splitsoftware/splitio-commons": "2.
|
|
41
|
+
"@splitsoftware/splitio-commons": "2.6.0",
|
|
42
42
|
"bloom-filters": "^3.0.4",
|
|
43
43
|
"ioredis": "^4.28.0",
|
|
44
44
|
"js-yaml": "^3.13.1",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const packageVersion = '11.
|
|
1
|
+
export const packageVersion = '11.6.0';
|
package/types/client/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ declare module JsSdk {
|
|
|
9
9
|
/**
|
|
10
10
|
* Split.io SDK factory function.
|
|
11
11
|
* The settings parameter should be an object that complies with the SplitIO.IBrowserSettings.
|
|
12
|
-
* For more information read the corresponding article: @see {@link https://
|
|
12
|
+
* For more information read the corresponding article: @see {@link https://developer.harness.io/docs/feature-management-experimentation/sdks-and-infrastructure/client-side-sdks/javascript-sdk/#configuration}
|
|
13
13
|
*/
|
|
14
14
|
export function SplitFactory(settings: SplitIO.IBrowserSettings): SplitIO.IBrowserSDK;
|
|
15
15
|
}
|
package/types/index.d.ts
CHANGED
|
@@ -10,19 +10,19 @@ declare module JsSdk {
|
|
|
10
10
|
/**
|
|
11
11
|
* Split.io SDK factory function.
|
|
12
12
|
* The settings parameter should be an object that complies with the SplitIO.INodeAsyncSettings.
|
|
13
|
-
* For more information read the corresponding article: @see {@link https://
|
|
13
|
+
* For more information read the corresponding article: @see {@link https://developer.harness.io/docs/feature-management-experimentation/sdks-and-infrastructure/server-side-sdks/nodejs-sdk/#configuration}
|
|
14
14
|
*/
|
|
15
15
|
export function SplitFactory(settings: SplitIO.INodeAsyncSettings): SplitIO.IAsyncSDK;
|
|
16
16
|
/**
|
|
17
17
|
* Split.io SDK factory function.
|
|
18
18
|
* The settings parameter should be an object that complies with the SplitIO.INodeSettings.
|
|
19
|
-
* For more information read the corresponding article: @see {@link https://
|
|
19
|
+
* For more information read the corresponding article: @see {@link https://developer.harness.io/docs/feature-management-experimentation/sdks-and-infrastructure/server-side-sdks/nodejs-sdk/#configuration}
|
|
20
20
|
*/
|
|
21
21
|
export function SplitFactory(settings: SplitIO.INodeSettings): SplitIO.ISDK;
|
|
22
22
|
/**
|
|
23
23
|
* Split.io SDK factory function.
|
|
24
24
|
* The settings parameter should be an object that complies with the SplitIO.IBrowserSettings.
|
|
25
|
-
* For more information read the corresponding article: @see {@link https://
|
|
25
|
+
* For more information read the corresponding article: @see {@link https://developer.harness.io/docs/feature-management-experimentation/sdks-and-infrastructure/client-side-sdks/javascript-sdk/#configuration}
|
|
26
26
|
*/
|
|
27
27
|
export function SplitFactory(settings: SplitIO.IBrowserSettings): SplitIO.IBrowserSDK;
|
|
28
28
|
}
|
package/types/server/index.d.ts
CHANGED
|
@@ -9,13 +9,13 @@ declare module JsSdk {
|
|
|
9
9
|
/**
|
|
10
10
|
* Split.io SDK factory function.
|
|
11
11
|
* The settings parameter should be an object that complies with the SplitIO.INodeAsyncSettings.
|
|
12
|
-
* For more information read the corresponding article: @see {@link https://
|
|
12
|
+
* For more information read the corresponding article: @see {@link https://developer.harness.io/docs/feature-management-experimentation/sdks-and-infrastructure/server-side-sdks/nodejs-sdk/#configuration}
|
|
13
13
|
*/
|
|
14
14
|
export function SplitFactory(settings: SplitIO.INodeAsyncSettings): SplitIO.IAsyncSDK;
|
|
15
15
|
/**
|
|
16
16
|
* Split.io SDK factory function.
|
|
17
17
|
* The settings parameter should be an object that complies with the SplitIO.INodeSettings.
|
|
18
|
-
* For more information read the corresponding article: @see {@link https://
|
|
18
|
+
* For more information read the corresponding article: @see {@link https://developer.harness.io/docs/feature-management-experimentation/sdks-and-infrastructure/server-side-sdks/nodejs-sdk/#configuration}
|
|
19
19
|
*/
|
|
20
20
|
export function SplitFactory(settings: SplitIO.INodeSettings): SplitIO.ISDK;
|
|
21
21
|
}
|