From 58ca45b703ba6446340be75a72da3292aaadde9a Mon Sep 17 00:00:00 2001 From: Shaka Bot <13107131+shaka-bot@users.noreply.github.com> Date: Fri, 18 Oct 2024 06:32:48 -0700 Subject: [PATCH] chore(v4.11.x): release 4.11.8 (#7437) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ lib/player.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 19 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a45fbc2bfa..a731c2208a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.11.7" + ".": "4.11.8" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a096b76da6..b433c62cab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [4.11.8](https://github.com/shaka-project/shaka-player/compare/v4.11.7...v4.11.8) (2024-10-18) + + +### Bug Fixes + +* **DASH:** Live DASH allows segment overlap in the updated manifest for first new segments ([#7405](https://github.com/shaka-project/shaka-player/issues/7405)) ([1a95178](https://github.com/shaka-project/shaka-player/commit/1a9517805d8280be764cca11b18a528406214cfa)) +* **DASH:** Live to vod transition ([#7404](https://github.com/shaka-project/shaka-player/issues/7404)) ([f650764](https://github.com/shaka-project/shaka-player/commit/f650764c69c65b21e7f701c48326f1465f70736e)) +* Disable smooth codec switch if changeType is unavailable ([#7414](https://github.com/shaka-project/shaka-player/issues/7414)) ([b2146ce](https://github.com/shaka-project/shaka-player/commit/b2146ce6039699853fa2d5d1031fd2eaf8922fbd)) +* Export getFetchedPlaybackInfo ([#7418](https://github.com/shaka-project/shaka-player/issues/7418)) ([3dbae25](https://github.com/shaka-project/shaka-player/commit/3dbae2540bd375240dbffb9857a05a28d8d38afc)), closes [#7416](https://github.com/shaka-project/shaka-player/issues/7416) +* **PS4/5:** Disable smooth codec switch on PS4/5 ([#7413](https://github.com/shaka-project/shaka-player/issues/7413)) ([6316946](https://github.com/shaka-project/shaka-player/commit/631694606e80d9e2441ada777a64bd906111470d)) +* Seek delay for Cast Nest hub ([#7423](https://github.com/shaka-project/shaka-player/issues/7423)) ([fb3a333](https://github.com/shaka-project/shaka-player/commit/fb3a333987bb70640a10fdf83d034871e104876c)) +* **UI:** Disable save frame when using remote playback ([#7433](https://github.com/shaka-project/shaka-player/issues/7433)) ([b66b03c](https://github.com/shaka-project/shaka-player/commit/b66b03c210548be1f361c23afb6c079c5083b545)) +* **UI:** Restore missing AirPlay button ([#7389](https://github.com/shaka-project/shaka-player/issues/7389)) ([eaa1bda](https://github.com/shaka-project/shaka-player/commit/eaa1bda7b8c660bc367d046820f58c2f7e7e04cc)) + ## [4.11.7](https://github.com/shaka-project/shaka-player/compare/v4.11.6...v4.11.7) (2024-09-26) diff --git a/lib/player.js b/lib/player.js index c490d9f0f4..f3ed97e575 100644 --- a/lib/player.js +++ b/lib/player.js @@ -8080,7 +8080,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5; * @export */ // eslint-disable-next-line no-useless-concat, max-len -shaka.Player.version = 'v4.11.7' + '-uncompiled'; // x-release-please-version +shaka.Player.version = 'v4.11.8' + '-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 9c64766e32..50a3e18f15 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "shaka-player", - "version": "4.11.7", + "version": "4.11.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "shaka-player", - "version": "4.11.7", + "version": "4.11.8", "license": "Apache-2.0", "dependencies": { "eme-encryption-scheme-polyfill": "^2.1.5" diff --git a/package.json b/package.json index 47ec56896c..d5d794bbf2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shaka-player", "description": "DASH/EME video player library", - "version": "4.11.7", + "version": "4.11.8", "homepage": "https://github.com/shaka-project/shaka-player", "author": "Google", "maintainers": [