From 427757643f24c713053859ca8bf5d98203658c4f Mon Sep 17 00:00:00 2001 From: Shaka Bot <13107131+shaka-bot@users.noreply.github.com> Date: Fri, 15 Nov 2024 06:47:01 -0800 Subject: [PATCH 1/2] chore(v4.12.x): release 4.12.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ lib/player.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 22 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8167506404..130086b594 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.12.0" + ".": "4.12.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c22902b7a6..cd176a5231 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [4.12.1](https://github.com/shaka-project/shaka-player/compare/v4.12.0...v4.12.1) (2024-11-15) + + +### Bug Fixes + +* **Ads:** Always fire CUEPOINTS_CHANGED when not using multi video elements ([#7584](https://github.com/shaka-project/shaka-player/issues/7584)) ([e25400c](https://github.com/shaka-project/shaka-player/commit/e25400c7eef31611fe199bd00c8c75dfda7d981b)) +* **Ads:** Always set endTime for MPD Alternate ([#7583](https://github.com/shaka-project/shaka-player/issues/7583)) ([cfc4769](https://github.com/shaka-project/shaka-player/commit/cfc4769f833e00b441433f0188066bc489fbd00b)) +* **Ads:** Fix VAST_INVALID_XML error code ([#7593](https://github.com/shaka-project/shaka-player/issues/7593)) ([69c98a9](https://github.com/shaka-project/shaka-player/commit/69c98a904b2e56fb4287b89c61b3da791a91cf66)) +* **Ads:** Prevent playing the same ad twice ([#7585](https://github.com/shaka-project/shaka-player/issues/7585)) ([2339612](https://github.com/shaka-project/shaka-player/commit/2339612e8e7ee1eac7a6f7a71cfd44d55b7efda7)) +* Allow the user to disable subtitles while paused ([#7578](https://github.com/shaka-project/shaka-player/issues/7578)) ([4089b07](https://github.com/shaka-project/shaka-player/commit/4089b077e7f90eeaa6e241e079c8f98bad08c8f3)) +* Calculate timeToFirstByte before fire the event 'downloadheadersreceived' ([#7605](https://github.com/shaka-project/shaka-player/issues/7605)) ([ceeb264](https://github.com/shaka-project/shaka-player/commit/ceeb264361c4b21079688ba0045962beeb191d66)), closes [#7604](https://github.com/shaka-project/shaka-player/issues/7604) +* **DASH:** Fix playback after DASH period eviction ([#7519](https://github.com/shaka-project/shaka-player/issues/7519)) ([0f9ad7c](https://github.com/shaka-project/shaka-player/commit/0f9ad7ceb4e478d29a51af4a404f092381e2852a)), closes [#7516](https://github.com/shaka-project/shaka-player/issues/7516) +* **DASH:** Fix playback after DASH period eviction ([#7603](https://github.com/shaka-project/shaka-player/issues/7603)) ([09dcabc](https://github.com/shaka-project/shaka-player/commit/09dcabc39d467145ce42fb19e49f72fac11a2d08)) +* Disable live sync when the stream is paused ([#7579](https://github.com/shaka-project/shaka-player/issues/7579)) ([4737a22](https://github.com/shaka-project/shaka-player/commit/4737a220ac34b823268dd3770211e6823ab94bbd)) +* Prefer SimpleTextDisplayer on iOS ([#7569](https://github.com/shaka-project/shaka-player/issues/7569)) ([aec3d83](https://github.com/shaka-project/shaka-player/commit/aec3d835d470adf4c9554e3d83cc3048a7414e2d)) +* **UI:** Use trickPlay method to control the playback rate ([#7580](https://github.com/shaka-project/shaka-player/issues/7580)) ([0c3ef19](https://github.com/shaka-project/shaka-player/commit/0c3ef191ae0d8819e175c83ea2792e63009aa24e)) + ## [4.12.0](https://github.com/shaka-project/shaka-player/compare/v4.11.0...v4.12.0) (2024-11-13) diff --git a/lib/player.js b/lib/player.js index be74743d74..1134f0e72e 100644 --- a/lib/player.js +++ b/lib/player.js @@ -8269,7 +8269,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5; * @export */ // eslint-disable-next-line no-useless-concat, max-len -shaka.Player.version = 'v4.12.0' + '-uncompiled'; // x-release-please-version +shaka.Player.version = 'v4.12.1' + '-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 995d0e4042..a39a7dddf8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "shaka-player", - "version": "4.12.0", + "version": "4.12.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "shaka-player", - "version": "4.12.0", + "version": "4.12.1", "license": "Apache-2.0", "dependencies": { "eme-encryption-scheme-polyfill": "^2.1.5" diff --git a/package.json b/package.json index 7290ec9bc8..4662f60122 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shaka-player", "description": "DASH/EME video player library", - "version": "4.12.0", + "version": "4.12.1", "homepage": "https://github.com/shaka-project/shaka-player", "author": "Google", "maintainers": [ From 3b8f7c9c57e70f64fa0f494ca08fbf120b79aa21 Mon Sep 17 00:00:00 2001 From: Joey Parrish Date: Fri, 15 Nov 2024 08:58:19 -0800 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd176a5231..e331cbdd3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,8 +11,7 @@ * **Ads:** Prevent playing the same ad twice ([#7585](https://github.com/shaka-project/shaka-player/issues/7585)) ([2339612](https://github.com/shaka-project/shaka-player/commit/2339612e8e7ee1eac7a6f7a71cfd44d55b7efda7)) * Allow the user to disable subtitles while paused ([#7578](https://github.com/shaka-project/shaka-player/issues/7578)) ([4089b07](https://github.com/shaka-project/shaka-player/commit/4089b077e7f90eeaa6e241e079c8f98bad08c8f3)) * Calculate timeToFirstByte before fire the event 'downloadheadersreceived' ([#7605](https://github.com/shaka-project/shaka-player/issues/7605)) ([ceeb264](https://github.com/shaka-project/shaka-player/commit/ceeb264361c4b21079688ba0045962beeb191d66)), closes [#7604](https://github.com/shaka-project/shaka-player/issues/7604) -* **DASH:** Fix playback after DASH period eviction ([#7519](https://github.com/shaka-project/shaka-player/issues/7519)) ([0f9ad7c](https://github.com/shaka-project/shaka-player/commit/0f9ad7ceb4e478d29a51af4a404f092381e2852a)), closes [#7516](https://github.com/shaka-project/shaka-player/issues/7516) -* **DASH:** Fix playback after DASH period eviction ([#7603](https://github.com/shaka-project/shaka-player/issues/7603)) ([09dcabc](https://github.com/shaka-project/shaka-player/commit/09dcabc39d467145ce42fb19e49f72fac11a2d08)) +* **DASH:** Fix playback after DASH period eviction ([#7603](https://github.com/shaka-project/shaka-player/issues/7603)) ([09dcabc](https://github.com/shaka-project/shaka-player/commit/09dcabc39d467145ce42fb19e49f72fac11a2d08)), closes [#7516](https://github.com/shaka-project/shaka-player/issues/7516) * Disable live sync when the stream is paused ([#7579](https://github.com/shaka-project/shaka-player/issues/7579)) ([4737a22](https://github.com/shaka-project/shaka-player/commit/4737a220ac34b823268dd3770211e6823ab94bbd)) * Prefer SimpleTextDisplayer on iOS ([#7569](https://github.com/shaka-project/shaka-player/issues/7569)) ([aec3d83](https://github.com/shaka-project/shaka-player/commit/aec3d835d470adf4c9554e3d83cc3048a7414e2d)) * **UI:** Use trickPlay method to control the playback rate ([#7580](https://github.com/shaka-project/shaka-player/issues/7580)) ([0c3ef19](https://github.com/shaka-project/shaka-player/commit/0c3ef191ae0d8819e175c83ea2792e63009aa24e))