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.
@@ -17,6 +17,6 @@
17
17
  "file": "v17/streaming-client.browser.js"
18
18
  }
19
19
  ],
20
- "build": "111",
21
- "buildDate": "2024-08-29T18:23:46.793346362Z"
20
+ "build": "1",
21
+ "buildDate": "2024-09-04T17:24:18.779495587Z"
22
22
  }
@@ -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.3...HEAD)
8
- * [STREAM-146](https://inindca.atlassian.net/browse/STREAM-146) - Update logging for new JSON-RPC commands.
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-develop.111",
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",