genesys-cloud-streaming-client 14.2.0-PCM-1944.3 → 14.2.0-develop.19

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "developercenter-cdn/streaming-client",
3
- "version": "PCM-1944",
3
+ "version": "14.2.0",
4
4
  "ecosystem": "pc",
5
5
  "team": "Genesys Client Media (WebRTC)",
6
6
  "indexFiles": [
@@ -17,6 +17,6 @@
17
17
  "file": "/v14/streaming-client.browser.js"
18
18
  }
19
19
  ],
20
- "build": "3",
21
- "buildDate": "2022-07-19T16:48:35.594881Z"
20
+ "build": "19",
21
+ "buildDate": "2022-07-20T17:26:31.716260Z"
22
22
  }
@@ -4,6 +4,8 @@ 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
  # [Unreleased](https://github.com/purecloudlabs/genesys-cloud-streaming-client/compare/v14.1.2...HEAD)
7
+ ### Added
8
+ * [PCM-1944](https://inindca.atlassian.net/browse/PCM-1944) – Added reconnect options to the `streamingClient.connect` so it will continue to try to connect at a given interval. This is separate from the reconnection logic in the case where the client connected but disconnected unexpectedly.
7
9
 
8
10
  # [v14.1.2](https://github.com/purecloudlabs/genesys-cloud-streaming-client/compare/v14.1.1...v14.1.2)
9
11
  ### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "genesys-cloud-streaming-client",
3
- "version": "14.2.0-PCM-1944.3",
3
+ "version": "14.2.0-develop.19",
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",