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
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,6 @@
1
+
1.15.0 (May 15, 2024)
2
+
- Added an optional settings validation parameter to let overwrite the default flag spec version, used by the JS Synchronizer.
3
+
1
4
1.14.0 (May 6, 2024)
2
5
- Added support for targeting rules based on semantic versions (https://semver.org/).
3
6
- Added special impression label "targeting rule type unsupported by sdk" when the matcher type is not supported by the SDK, which returns 'control' treatment.
@@ -78,7 +78,7 @@ export class SSEClient implements ISSEClient {
78
78
returnencodeURIComponent(params+channel);
79
79
}
80
80
).join(',');
81
-
consturl=`${this.streamingUrl}?channels=${channelsQueryParam}&accessToken=${authToken.token}&v=${VERSION}&heartbeats=true`;// same results using `&heartbeats=false`
81
+
consturl=`${this.streamingUrl}?channels=${channelsQueryParam}&accessToken=${authToken.token}&v=${ABLY_API_VERSION}&heartbeats=true`;// same results using `&heartbeats=false`
82
82
83
83
this.connection=newthis.eventSource!(
84
84
// For client-side SDKs, SplitSDKClientKey and SplitSDKClientKey metadata is passed as query params,
0 commit comments