From 8c3c26cccf7928f205cfa2138b26f0ac52ef7b78 Mon Sep 17 00:00:00 2001 From: Shaka Bot <13107131+shaka-bot@users.noreply.github.com> Date: Mon, 8 Jan 2024 03:36:53 -0800 Subject: [PATCH] chore(v4.7.x): release 4.7.2 --- CHANGELOG.md | 21 +++++++++++++++++++++ lib/player.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 25 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85692c1569..38ebb28eeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [4.7.2](https://github.com/shaka-project/shaka-player/compare/v4.7.1...v4.7.2) (2024-01-08) + + +### Bug Fixes + +* APL set-top box wrongly identifies as an Apple device. ([#6026](https://github.com/shaka-project/shaka-player/issues/6026)) ([9df8253](https://github.com/shaka-project/shaka-player/commit/9df8253012829a9e8a6663512ee8281ca415336d)) +* avoid uiTextDisplayer.destroy crashing if called more than once ([#6022](https://github.com/shaka-project/shaka-player/issues/6022)) ([ebd2043](https://github.com/shaka-project/shaka-player/commit/ebd2043dec97b7da69c3fb89a12e7a2444ecf7a8)) +* **DASH:** Check if periodCombiner_ exists before configuring ([#5998](https://github.com/shaka-project/shaka-player/issues/5998)) ([2fa803e](https://github.com/shaka-project/shaka-player/commit/2fa803e30bb1981b3ca95fc60a8c8fcdfb8c4f5e)) +* ENCRYPTED CONTENT WITHOUT DRM INFO on comcast X1 due to safari blocklist ([#6034](https://github.com/shaka-project/shaka-player/issues/6034)) ([47ae494](https://github.com/shaka-project/shaka-player/commit/47ae4940e77186b10a57c7df594505a3d0f266a8)) +* Fix untrusted types in MediaTailorAdManager ([#5996](https://github.com/shaka-project/shaka-player/issues/5996)) ([13416b7](https://github.com/shaka-project/shaka-player/commit/13416b79e02dd2a26c03b85c806b9985d2f348be)) +* **HLS:** Fix clear init segment mapping ([#6000](https://github.com/shaka-project/shaka-player/issues/6000)) ([b24a421](https://github.com/shaka-project/shaka-player/commit/b24a4215b1b65168cb406847a9889c6b5cb5cb6e)) +* log prefetch miss for missing segments ([#6012](https://github.com/shaka-project/shaka-player/issues/6012)) ([ec59d3b](https://github.com/shaka-project/shaka-player/commit/ec59d3b8553cb0206100a0bf3e6e94a3c427e36d)) +* **UI:** Fix disable PiP when using documentPictureInPicture ([#5992](https://github.com/shaka-project/shaka-player/issues/5992)) ([74b0ad4](https://github.com/shaka-project/shaka-player/commit/74b0ad481e460e3ff07f6d3bc5103b7fa68660e0)) + + +### Performance Improvements + +* **mp4generator:** stop nesting concat in methods ([#6041](https://github.com/shaka-project/shaka-player/issues/6041)) ([f007f8f](https://github.com/shaka-project/shaka-player/commit/f007f8feada2520dfe9b01c4bfda51246602474e)) +* **transmuxer:** various performance improvements ([#6003](https://github.com/shaka-project/shaka-player/issues/6003)) ([7573f64](https://github.com/shaka-project/shaka-player/commit/7573f64fd262793eb33690d6f524ca9dc3198bf0)) +* ts parser O(n^2) performance bug. ([#6035](https://github.com/shaka-project/shaka-player/issues/6035)) ([ad56b60](https://github.com/shaka-project/shaka-player/commit/ad56b6083f715cc5e4bcaecb63c5f1fb302f4a99)) + ## [4.7.1](https://github.com/shaka-project/shaka-player/compare/v4.7.0...v4.7.1) (2023-12-05) diff --git a/lib/player.js b/lib/player.js index 4bfc165e53..dbdcfb89c6 100644 --- a/lib/player.js +++ b/lib/player.js @@ -6865,7 +6865,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5; * @export */ // eslint-disable-next-line no-useless-concat -shaka.Player.version = 'v4.7.1' + '-uncompiled'; // x-release-please-version +shaka.Player.version = 'v4.7.2' + '-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 9bf164e312..fef36d468b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "shaka-player", - "version": "4.7.1", + "version": "4.7.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "shaka-player", - "version": "4.7.1", + "version": "4.7.2", "license": "Apache-2.0", "dependencies": { "eme-encryption-scheme-polyfill": "^2.1.1" diff --git a/package.json b/package.json index e7ec65ae7c..573ffc3771 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shaka-player", "description": "DASH/EME video player library", - "version": "4.7.1", + "version": "4.7.2", "homepage": "https://github.com/shaka-project/shaka-player", "author": "Google", "maintainers": [