From 728807134b48911e217457f5061e76932802b61d Mon Sep 17 00:00:00 2001 From: Shaka Bot <13107131+shaka-bot@users.noreply.github.com> Date: Mon, 28 Oct 2024 01:28:56 -0700 Subject: [PATCH] chore(v4.11.x): release 4.11.11 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ lib/player.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 17 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 862db34123..ac56a4a180 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.11.10" + ".": "4.11.11" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6491965e21..c5ad30f33b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [4.11.11](https://github.com/shaka-project/shaka-player/compare/v4.11.10...v4.11.11) (2024-10-28) + + +### Bug Fixes + +* **AirPlay:** Prefer Playback Remote API for closeOpenSessions ([#7500](https://github.com/shaka-project/shaka-player/issues/7500)) ([71ec7ca](https://github.com/shaka-project/shaka-player/commit/71ec7ca0e12d36ef6a9be91ad265b88dee048f55)) +* Don't use info from MSE mode when using Remote Playback ([#7504](https://github.com/shaka-project/shaka-player/issues/7504)) ([791f9b1](https://github.com/shaka-project/shaka-player/commit/791f9b1881432ac908e9e524fc5d8a7e31a57285)) +* Fix support of getAllThumbnails when using shaka.dash.TimelineSegmentIndex ([#7508](https://github.com/shaka-project/shaka-player/issues/7508)) ([4d5e9ba](https://github.com/shaka-project/shaka-player/commit/4d5e9bacbd67ba437484a2fb37e103ee1c1d93f1)) +* **HLS:** Ignore DATERANGE with errors instead of fire an error ([#7499](https://github.com/shaka-project/shaka-player/issues/7499)) ([a58befc](https://github.com/shaka-project/shaka-player/commit/a58befc9f1ff3280b2e7a51cc57f0b0b49328ac2)) +* Reset MSE when we disconnect from Remote Playback ([#7506](https://github.com/shaka-project/shaka-player/issues/7506)) ([efaabe9](https://github.com/shaka-project/shaka-player/commit/efaabe90b61520578b882842263e14f64f14bbdb)) +* **UI:** Remove buffering spinner when playing a client side ad ([#7507](https://github.com/shaka-project/shaka-player/issues/7507)) ([c96eb30](https://github.com/shaka-project/shaka-player/commit/c96eb30e29692e247a7a1b50494fe7399ef9b55f)) + ## [4.11.10](https://github.com/shaka-project/shaka-player/compare/v4.11.9...v4.11.10) (2024-10-24) diff --git a/lib/player.js b/lib/player.js index 5c3ff9a0ab..7396f63b91 100644 --- a/lib/player.js +++ b/lib/player.js @@ -8086,7 +8086,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5; * @export */ // eslint-disable-next-line no-useless-concat, max-len -shaka.Player.version = 'v4.11.10' + '-uncompiled'; // x-release-please-version +shaka.Player.version = 'v4.11.11' + '-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 bd0a7c991c..f78cf4a503 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "shaka-player", - "version": "4.11.10", + "version": "4.11.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "shaka-player", - "version": "4.11.10", + "version": "4.11.11", "license": "Apache-2.0", "dependencies": { "eme-encryption-scheme-polyfill": "^2.1.5" diff --git a/package.json b/package.json index 7ad71e96b4..72b31ea24e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shaka-player", "description": "DASH/EME video player library", - "version": "4.11.10", + "version": "4.11.11", "homepage": "https://github.com/shaka-project/shaka-player", "author": "Google", "maintainers": [