From 24aa2cad1e6eae62382ff9407114bd4cc18f44c5 Mon Sep 17 00:00:00 2001 From: Shaka Bot <13107131+shaka-bot@users.noreply.github.com> Date: Mon, 13 May 2024 07:12:24 -0700 Subject: [PATCH] chore(v4.8.x): release 4.8.4 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 10 ++++++++++ lib/player.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 15 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a5df9e18858..f10676e9161 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.8.3" + ".": "4.8.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d207784e9b3..38efe42aa87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [4.8.4](https://github.com/shaka-project/shaka-player/compare/v4.8.3...v4.8.4) (2024-05-13) + + +### Bug Fixes + +* Clear preload array before awaiting destroy ([#6584](https://github.com/shaka-project/shaka-player/issues/6584)) ([fc49dde](https://github.com/shaka-project/shaka-player/commit/fc49dde3d08b9f19406569b54e93bd2561a4ebb7)) +* Destroy preload managers on player destroy ([#6576](https://github.com/shaka-project/shaka-player/issues/6576)) ([87d1c50](https://github.com/shaka-project/shaka-player/commit/87d1c50399f11f4e786df898b35d72aade44c446)) +* Do not assume 1080p Cast devices, some are 720p ([#6562](https://github.com/shaka-project/shaka-player/issues/6562)) ([3661ac4](https://github.com/shaka-project/shaka-player/commit/3661ac44714c2818a5369e1745840bf470dfc3ea)) +* **HLS:** Fix mimetype checking when using SUPPLEMENTAL-CODECS ([#6597](https://github.com/shaka-project/shaka-player/issues/6597)) ([8763ea2](https://github.com/shaka-project/shaka-player/commit/8763ea2ea2db2a864fa90a68c2e9fd05db9e633e)), closes [#6586](https://github.com/shaka-project/shaka-player/issues/6586) + ## [4.8.3](https://github.com/shaka-project/shaka-player/compare/v4.8.2...v4.8.3) (2024-05-08) diff --git a/lib/player.js b/lib/player.js index 08291f7a717..96ea12d784b 100644 --- a/lib/player.js +++ b/lib/player.js @@ -7217,7 +7217,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5; * @export */ // eslint-disable-next-line no-useless-concat -shaka.Player.version = 'v4.8.3' + '-uncompiled'; // x-release-please-version +shaka.Player.version = 'v4.8.4' + '-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 b97dabee325..b64a008de11 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "shaka-player", - "version": "4.8.3", + "version": "4.8.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "shaka-player", - "version": "4.8.3", + "version": "4.8.4", "license": "Apache-2.0", "dependencies": { "eme-encryption-scheme-polyfill": "^2.1.1" diff --git a/package.json b/package.json index e538684fc1e..2c7a619dc31 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shaka-player", "description": "DASH/EME video player library", - "version": "4.8.3", + "version": "4.8.4", "homepage": "https://github.com/shaka-project/shaka-player", "author": "Google", "maintainers": [