Skip to content

Commit fc8f0e6

Browse files
changelog
1 parent 455038b commit fc8f0e6

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
# [Unreleased](https://github.com/purecloudlabs/genesys-cloud-streaming-client/compare/v19.8.0...HEAD)
7+
# [Unreleased](https://github.com/purecloudlabs/genesys-cloud-streaming-client/compare/v19.8.1...HEAD)
8+
9+
# [v19.8.1](https://github.com/purecloudlabs/genesys-cloud-streaming-client/compare/v19.8.0...v19.8.1)
810
### Breaking Changes
911
* [STREAM-1604](https://inindca.atlassian.net/browse/STREAM-1604) - Replace `uuid` with native `globalThis.crypto.randomUUID()`. `randomUUID()` has been widely available in browsers since 2022, so this should only affect you if you use streaming-client in an older browser. Also update `genesys-cloud-client-logger` from v4.2.18 to v5.
1012

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "genesys-cloud-streaming-client",
3-
"version": "19.8.1",
3+
"version": "19.8.2",
44
"description": "client for the Genesys Cloud Streaming APIs (websocket/xmpp interface)",
55
"repository": "https:github.com/purecloudlabs/genesys-cloud-streaming-client",
66
"license": "MIT",

0 commit comments

Comments
 (0)