genesys-cloud-streaming-client 18.0.1-master-to-develop.2 → 18.0.1-master-to-develop.3
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/dist/deploy-info.json +2 -2
- package/dist/npm/CHANGELOG.md +4 -1
- package/package.json +1 -1
package/dist/deploy-info.json
CHANGED
package/dist/npm/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
5
5
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
6
6
|
|
|
7
7
|
# [Unreleased](https://github.com/purecloudlabs/genesys-cloud-streaming-client/compare/v18.0.0...HEAD)
|
|
8
|
+
### Breaking Changes
|
|
9
|
+
* Lru-cache was upgraded from v6 to v11, which uses newer language features. Depending on your language target version, you may need to configure a transpiler accordingly. For example, we added `plugin-proposal-class-properties` and `plugin-transform-private-methods` to our Babel config for streaming-client.
|
|
10
|
+
|
|
8
11
|
### Fixed
|
|
9
12
|
* [STREAM-207](https://inindca.atlassian.net/browse/STREAM-207) - [STREAM-207] handle ice candidates received before the offer (sdpOverXmpp only)
|
|
10
13
|
|
|
@@ -302,7 +305,7 @@ const users = response.data;
|
|
|
302
305
|
But can still be opt-in. Generally, if this is needed, consumers should be utilizing the SDK's bundled es modules.
|
|
303
306
|
* [PCM-1770](https://inindca.atlassian.net/browse/PCM-1770) – Converted `SessionTypes` to an `enum` but still left the union type as to not break consumers' typings.
|
|
304
307
|
* Renamed `ISessionInfo` to `IPendingSession` (but kept `ISessionInfo` for backwards compatibility).
|
|
305
|
-
# [v13.4.0](https://github.com/purecloudlabs/genesys-cloud-streaming-client/compare/v13.3.7...v13.4.0
|
|
308
|
+
# [v13.4.0](https://github.com/purecloudlabs/genesys-cloud-streaming-client/compare/v13.3.7...v13.4.0)
|
|
306
309
|
### Added
|
|
307
310
|
* [PCM-1753](https://inindca.atlassian.net/browse/PCM-1753) – Add an option for log formatters
|
|
308
311
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "genesys-cloud-streaming-client",
|
|
3
|
-
"version": "18.0.1-master-to-develop.
|
|
3
|
+
"version": "18.0.1-master-to-develop.3",
|
|
4
4
|
"description": "client for the Genesys Cloud Streaming APIs (websocket/xmpp interface)",
|
|
5
5
|
"repository": "https:github.com/purecloudlabs/genesys-cloud-streaming-client",
|
|
6
6
|
"license": "MIT",
|