diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a5df9e1885..f10676e916 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 d207784e9b..ea982242c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [4.8.4](https://github.com/shaka-project/shaka-player/compare/v4.8.3...v4.8.4) (2024-05-14) + + +### Bug Fixes + +* **CEA:** reset PTS on new init segment ([#6606](https://github.com/shaka-project/shaka-player/issues/6606)) ([6d6ac83](https://github.com/shaka-project/shaka-player/commit/6d6ac8321bf4e72ff7ec4e81fc250f3f547773fd)) +* 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 08291f7a71..96ea12d784 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 b97dabee32..b64a008de1 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 e538684fc1..2c7a619dc3 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": [