genesys-cloud-streaming-client 17.2.4-develop.111 → 17.2.4-release.1
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 +7 -2
- package/package.json +1 -1
package/dist/deploy-info.json
CHANGED
package/dist/npm/CHANGELOG.md
CHANGED
|
@@ -4,9 +4,14 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
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
|
-
# [Unreleased](https://github.com/purecloudlabs/genesys-cloud-streaming-client/compare/v17.2.
|
|
8
|
-
|
|
7
|
+
# [Unreleased](https://github.com/purecloudlabs/genesys-cloud-streaming-client/compare/v17.2.4...HEAD)
|
|
8
|
+
|
|
9
|
+
# [v17.2.4](https://github.com/purecloudlabs/genesys-cloud-streaming-client/compare/v17.2.3...v17.2.4)
|
|
10
|
+
### Fixed
|
|
9
11
|
* [STREAM-69](https://inindca.atlassian.net/browse/STREAM-69) - Don't send stats when offline and start sending stats again when online.
|
|
12
|
+
|
|
13
|
+
### Changed
|
|
14
|
+
* [STREAM-146](https://inindca.atlassian.net/browse/STREAM-146) - Update logging for new JSON-RPC commands.
|
|
10
15
|
* [STREAM-172](https://inindca.atlassian.net/browse/STREAM-172) - Update axios to address Snyk vulnerability
|
|
11
16
|
* [STREAM-153](https://inindca.atlassian.net/browse/STREAM-153) - Don't stop sending stats when stopping server logging.
|
|
12
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "genesys-cloud-streaming-client",
|
|
3
|
-
"version": "17.2.4-
|
|
3
|
+
"version": "17.2.4-release.1",
|
|
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",
|