From b3ebdf623c155ab386cbd79e33ea879fcee7b887 Mon Sep 17 00:00:00 2001 From: Shaka Bot <13107131+shaka-bot@users.noreply.github.com> Date: Wed, 11 Dec 2024 12:01:48 -0800 Subject: [PATCH] chore(v4.9.2-caf): release 4.9.3-caf2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ lib/player.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 16 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c291671524b..51b3a78b446 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.9.2-caf2" + ".": "4.9.3-caf2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fe8f7f21548..cb4a0a18bf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [4.9.3-caf2](https://github.com/shaka-project/shaka-player/compare/v4.9.2-caf2...v4.9.3-caf2) (2024-12-11) + + +### Bug Fixes + +* **Cast:** Incorrect detection of MediaCapabilities on Linux Chromecast ([#7628](https://github.com/shaka-project/shaka-player/issues/7628)) ([86fa9f1](https://github.com/shaka-project/shaka-player/commit/86fa9f1e4dcea57cf57f69495380b85f353386ea)) +* Disable seek retry cooldown on most platforms ([#7010](https://github.com/shaka-project/shaka-player/issues/7010)) ([f980ae9](https://github.com/shaka-project/shaka-player/commit/f980ae96646cf4bda9920328889534af285c504d)) +* Fix cast support for HLG HDR ([#7632](https://github.com/shaka-project/shaka-player/issues/7632)) ([b1df345](https://github.com/shaka-project/shaka-player/commit/b1df345daef0380276b2e3363dd1ee2390b3cd84)) +* **HLS:** Fix playback of raw AAC ([#7641](https://github.com/shaka-project/shaka-player/issues/7641)) ([1e3e65f](https://github.com/shaka-project/shaka-player/commit/1e3e65fc129393de0269844a48c1214cbd1da4e4)) +* Seek delay for Cast Nest hub ([#7423](https://github.com/shaka-project/shaka-player/issues/7423)) ([3adfd8f](https://github.com/shaka-project/shaka-player/commit/3adfd8f5b47c15ab76f7ca447f562e8325beaa33)) + ## [4.9.2-caf2](https://github.com/shaka-project/shaka-player/compare/v4.9.2-caf1...v4.9.2-caf2) (2024-09-26) diff --git a/lib/player.js b/lib/player.js index f58a0095ed4..a769226ecd4 100644 --- a/lib/player.js +++ b/lib/player.js @@ -7456,7 +7456,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5; * @export */ // eslint-disable-next-line no-useless-concat, max-len -shaka.Player.version = 'v4.9.2-caf2' + '-uncompiled'; // x-release-please-version +shaka.Player.version = 'v4.9.3-caf2' + '-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 7b5dfcde397..f3f76c27b07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "shaka-player", - "version": "4.9.2-caf2", + "version": "4.9.3-caf2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "shaka-player", - "version": "4.9.2-caf2", + "version": "4.9.3-caf2", "license": "Apache-2.0", "dependencies": { "eme-encryption-scheme-polyfill": "^2.1.5" diff --git a/package.json b/package.json index cf9083619e4..887b8afd26b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shaka-player", "description": "DASH/EME video player library", - "version": "4.9.2-caf2", + "version": "4.9.3-caf2", "homepage": "https://github.com/shaka-project/shaka-player", "author": "Google", "maintainers": [