Skip to content

Commit c099c91

Browse files
zserviespatrickfeeney03Aidan ZimmermannAidanWZ
authored
Release/v12.0.0 (#978)
Co-authored-by: Patrick Feeney <patrickfeeneytamayo@gmail.com> Co-authored-by: Aidan Zimmermann <aidan.zimmermann@genesys.com> Co-authored-by: Aidan Zimmermann <aidan.zimmermann@gmail.com>
1 parent ffd8382 commit c099c91

34 files changed

Lines changed: 1489 additions & 7598 deletions

.github/workflows/matrix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
node-version: [16, 18, 20]
16+
node-version: [18, 20, 22]
1717
operating-system:
1818
- ubuntu-latest
1919
- windows-latest
@@ -51,7 +51,7 @@ jobs:
5151
strategy:
5252
fail-fast: false
5353
matrix:
54-
node-version: [16, 18, 20]
54+
node-version: [18, 20, 22]
5555
operating-system: [ubuntu-latest, windows-latest, macos-latest]
5656
runs-on: ${{ matrix.operating-system }}
5757
steps:

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v22.17.1

changelog.md

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

6-
# [Unreleased](https://github.com/MyPureCloud/genesys-cloud-webrtc-sdk/compare/v11.5.1...HEAD)
6+
# [Unreleased](https://github.com/MyPureCloud/genesys-cloud-webrtc-sdk/compare/v12.0.0...HEAD)
7+
8+
# [v12.0.0](https://github.com/MyPureCloud/genesys-cloud-webrtc-sdk/compare/v11.5.1...v12.0.0)
9+
### Added
10+
* [STREAM-1099](https://inindca.atlassian.net/browse/STREAM-1099) - Emit `participantsUpdate` for JWT Video Guests
11+
12+
### Breaking Changes
13+
* [STREAM-1178](https://inindca.atlassian.net/browse/STREAM-1178) - REVERT STREAM-825, removed ability to send multiple tracks when screensharing.
14+
* [STREAM-1130](https://inindca.atlassian.net/browse/STREAM-1130) - Updated TypeScript to v5.9.3 and Webpack to v5.105.0, removed legacy Spigot testing, added `.nvmrc`, demo app dependency updates, updated Node versions in testing matrices.
715

816
# [v11.5.1](https://github.com/MyPureCloud/genesys-cloud-webrtc-sdk/compare/v11.5.0...v11.5.1)
917
### Added

0 commit comments

Comments
 (0)