diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0dcc2b6398..7cefdf54c4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.11.16" + ".": "4.11.17" } diff --git a/CHANGELOG.md b/CHANGELOG.md index df94275200..f813ac9eb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [4.11.17](https://github.com/shaka-project/shaka-player/compare/v4.11.16...v4.11.17) (2024-12-12) + + +### Bug Fixes + +* Avoid stack overflow when stringifying objects ([#7721](https://github.com/shaka-project/shaka-player/issues/7721)) ([d2284ae](https://github.com/shaka-project/shaka-player/commit/d2284ae86109eb1c5b3c5c203cfb9d9b68b3b77c)), closes [#7435](https://github.com/shaka-project/shaka-player/issues/7435) +* Fix usage of keySystemsMapping ([#7736](https://github.com/shaka-project/shaka-player/issues/7736)) ([1d620c7](https://github.com/shaka-project/shaka-player/commit/1d620c708487fcdaab28a33f84ca95811575405b)) +* Prefer Dolby Vision p5 over Dolby Vision p8 ([#7745](https://github.com/shaka-project/shaka-player/issues/7745)) ([05d8072](https://github.com/shaka-project/shaka-player/commit/05d80723fa5e0e1096271004dab407615b6a3dcb)) +* **UI:** Fix playback rate resets when pausing or playing the video ([#7728](https://github.com/shaka-project/shaka-player/issues/7728)) ([d942cad](https://github.com/shaka-project/shaka-player/commit/d942cad061aa22d327896092ca785c06e75d5ab1)) +* **UI:** Hide ad counter when the ad is non-linear ([#7718](https://github.com/shaka-project/shaka-player/issues/7718)) ([72f74fa](https://github.com/shaka-project/shaka-player/commit/72f74fa54841cb40efdcb7ff65da5e797dd7abbd)) +* **Xbox:** Simplify the use of WebView2 ([#7743](https://github.com/shaka-project/shaka-player/issues/7743)) ([f614183](https://github.com/shaka-project/shaka-player/commit/f614183142144dd9dcae4ccf3ac35d0c73ebde5c)) + + +### Performance Improvements + +* Reduce calls to isTypeSupported ([#7729](https://github.com/shaka-project/shaka-player/issues/7729)) ([1fd1691](https://github.com/shaka-project/shaka-player/commit/1fd1691a183adbe4cac879aae6f925f953ca0c0f)) + ## [4.11.16](https://github.com/shaka-project/shaka-player/compare/v4.11.15...v4.11.16) (2024-12-04) diff --git a/lib/player.js b/lib/player.js index 6ccd534019..5124fe33e3 100644 --- a/lib/player.js +++ b/lib/player.js @@ -8122,7 +8122,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5; * @export */ // eslint-disable-next-line no-useless-concat, max-len -shaka.Player.version = 'v4.11.16' + '-uncompiled'; // x-release-please-version +shaka.Player.version = 'v4.11.17' + '-uncompiled'; // x-release-please-version // Initialize the deprecation system using the version string we just set // on the player. diff --git a/package-lock.json b/package-lock.json index 3d72cd9e61..e93afcde13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "shaka-player", - "version": "4.11.16", + "version": "4.11.17", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "shaka-player", - "version": "4.11.16", + "version": "4.11.17", "license": "Apache-2.0", "dependencies": { "eme-encryption-scheme-polyfill": "^2.1.6" diff --git a/package.json b/package.json index 6b69fe1392..ce9f32c5fd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shaka-player", "description": "DASH/EME video player library", - "version": "4.11.16", + "version": "4.11.17", "homepage": "https://github.com/shaka-project/shaka-player", "author": "Google", "maintainers": [