From 53e6f661593f9ca039f744e36930a0e326ba6f2d Mon Sep 17 00:00:00 2001 From: Shaka Bot <13107131+shaka-bot@users.noreply.github.com> Date: Tue, 27 Aug 2024 01:58:01 -0700 Subject: [PATCH] chore(v4.9.x): release 4.9.24 (#7210) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ lib/player.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 18 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 79c952a1c5..628e3169da 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.9.23" + ".": "4.9.24" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 173d169448..ac622b4756 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [4.9.24](https://github.com/shaka-project/shaka-player/compare/v4.9.23...v4.9.24) (2024-08-27) + + +### Bug Fixes + +* Add null check for current reference ([#7184](https://github.com/shaka-project/shaka-player/issues/7184)) ([e44da8f](https://github.com/shaka-project/shaka-player/commit/e44da8fcc032c4d24b30d926fa23c33111da0975)) +* **DASH:** Fix EventStream Elements creation ([#7194](https://github.com/shaka-project/shaka-player/issues/7194)) ([a730d06](https://github.com/shaka-project/shaka-player/commit/a730d06e4b23c1c75f1d4eb827801075f6f213d8)) +* Do not minify CodecSwitchingStrategy enum keys ([#7200](https://github.com/shaka-project/shaka-player/issues/7200)) ([2bc3ef9](https://github.com/shaka-project/shaka-player/commit/2bc3ef9801d21a3237a1760ffad856830d584e59)) +* Dont use inaccurateManifestTolerance for sequenceMode ([#7207](https://github.com/shaka-project/shaka-player/issues/7207)) ([4d4fc14](https://github.com/shaka-project/shaka-player/commit/4d4fc14b8294c4a4279dd11216755c8457bb271c)) +* Fix normalized codec for VVC ([#7201](https://github.com/shaka-project/shaka-player/issues/7201)) ([e4a9ee3](https://github.com/shaka-project/shaka-player/commit/e4a9ee36ff0543b8612ee77bf1ba9a82557b4322)) +* **HLS:** Check that segment 0 exists ([#7208](https://github.com/shaka-project/shaka-player/issues/7208)) ([e1ecc44](https://github.com/shaka-project/shaka-player/commit/e1ecc44c1e9af516053216c5f44c15225f092c97)) +* Revert change that caused stalls with "cannot find endTime" ([#7213](https://github.com/shaka-project/shaka-player/issues/7213)) ([e69ade2](https://github.com/shaka-project/shaka-player/commit/e69ade2787e314275e1c8ade087e34533590c919)) + ## [4.9.23](https://github.com/shaka-project/shaka-player/compare/v4.9.22...v4.9.23) (2024-08-22) diff --git a/lib/player.js b/lib/player.js index a15019e1ca..e8c208eb30 100644 --- a/lib/player.js +++ b/lib/player.js @@ -7504,7 +7504,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5; * @export */ // eslint-disable-next-line no-useless-concat -shaka.Player.version = 'v4.9.23' + '-uncompiled'; // x-release-please-version +shaka.Player.version = 'v4.9.24' + '-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 bcd43d77c3..381015ecf7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "shaka-player", - "version": "4.9.23", + "version": "4.9.24", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "shaka-player", - "version": "4.9.23", + "version": "4.9.24", "license": "Apache-2.0", "dependencies": { "eme-encryption-scheme-polyfill": "^2.1.5" diff --git a/package.json b/package.json index 5122d9b3df..c7b419f94a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shaka-player", "description": "DASH/EME video player library", - "version": "4.9.23", + "version": "4.9.24", "homepage": "https://github.com/shaka-project/shaka-player", "author": "Google", "maintainers": [