From bc6e95ab845413b44f40164b34d92b70cb63978a Mon Sep 17 00:00:00 2001 From: Shaka Bot <13107131+shaka-bot@users.noreply.github.com> Date: Wed, 11 Sep 2024 06:04:28 -0700 Subject: [PATCH] chore(v4.11.x): release 4.11.2 (#7284) --- .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 b6e1475f8e..9ec06d4805 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.11.1" + ".": "4.11.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 978820169d..a8735c0bba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [4.11.2](https://github.com/shaka-project/shaka-player/compare/v4.11.1...v4.11.2) (2024-09-11) + + +### Bug Fixes + +* **DASH:** Avoid adding originalId when it is not necessary ([#7281](https://github.com/shaka-project/shaka-player/issues/7281)) ([15ebdc1](https://github.com/shaka-project/shaka-player/commit/15ebdc10510556a7f53b936220b72ea189d0e45d)) +* **DASH:** Clone EventStream nodes to reduce memory consumption ([#7285](https://github.com/shaka-project/shaka-player/issues/7285)) ([edd232b](https://github.com/shaka-project/shaka-player/commit/edd232ba1425aa98ce029e52a729e067f05a6fbe)), closes [#7148](https://github.com/shaka-project/shaka-player/issues/7148) +* **DASH:** Evict empty indexes in MetaSegmentIndex ([#7272](https://github.com/shaka-project/shaka-player/issues/7272)) ([b00ea8b](https://github.com/shaka-project/shaka-player/commit/b00ea8bd551f8bc8de3237e75b915bbbe9eba81c)) +* **DASH:** Use presentationTimeOffset in EventStream ([#7282](https://github.com/shaka-project/shaka-player/issues/7282)) ([0a21de1](https://github.com/shaka-project/shaka-player/commit/0a21de1a1a014ef7d4a3f7b698f991c1ea20c00f)), closes [#7277](https://github.com/shaka-project/shaka-player/issues/7277) +* **TTML:** Fix absence of conversion of alpha (transparency) from 0-255 -> 0-1 ([#7280](https://github.com/shaka-project/shaka-player/issues/7280)) ([dbb6518](https://github.com/shaka-project/shaka-player/commit/dbb6518981d2f49b6ddd279a292985081268d8a0)), closes [#7279](https://github.com/shaka-project/shaka-player/issues/7279) + ## [4.11.1](https://github.com/shaka-project/shaka-player/compare/v4.11.0...v4.11.1) (2024-09-09) diff --git a/lib/player.js b/lib/player.js index 5469516e70..ef37c053aa 100644 --- a/lib/player.js +++ b/lib/player.js @@ -8063,7 +8063,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5; * @export */ // eslint-disable-next-line no-useless-concat -shaka.Player.version = 'v4.11.1' + '-uncompiled'; // x-release-please-version +shaka.Player.version = 'v4.11.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 430537d5b8..0bef5003f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "shaka-player", - "version": "4.11.1", + "version": "4.11.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "shaka-player", - "version": "4.11.1", + "version": "4.11.2", "license": "Apache-2.0", "dependencies": { "eme-encryption-scheme-polyfill": "^2.1.5" diff --git a/package.json b/package.json index 77aff6e2c3..56df6b56d7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shaka-player", "description": "DASH/EME video player library", - "version": "4.11.1", + "version": "4.11.2", "homepage": "https://github.com/shaka-project/shaka-player", "author": "Google", "maintainers": [