From f62c7b6a04b9a179737bbe9d7c38a4a58264ecc7 Mon Sep 17 00:00:00 2001 From: Shaka Bot <13107131+shaka-bot@users.noreply.github.com> Date: Thu, 19 Sep 2024 03:13:01 -0700 Subject: [PATCH] chore(v4.9.x): release 4.9.28 (#7341) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ lib/player.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 19 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 694f78b2e0..08a4a2ffbd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.9.27" + ".": "4.9.28" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ba0cc8f05..7d0c7918f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [4.9.28](https://github.com/shaka-project/shaka-player/compare/v4.9.27...v4.9.28) (2024-09-19) + + +### Bug Fixes + +* Avoid make HEAD request for image mime type ([#7332](https://github.com/shaka-project/shaka-player/issues/7332)) ([6d74d9f](https://github.com/shaka-project/shaka-player/commit/6d74d9f37a03cb66a64a70c253383bc4b4254a1c)) +* **DASH:** Fix HTTP redirect during manifest update ([#7339](https://github.com/shaka-project/shaka-player/issues/7339)) ([8df7cc9](https://github.com/shaka-project/shaka-player/commit/8df7cc92aa984917656eb17826a82a22ce435a33)) +* Fix external image track mime type ([#7333](https://github.com/shaka-project/shaka-player/issues/7333)) ([d40d9fa](https://github.com/shaka-project/shaka-player/commit/d40d9fa0595e83c65e9509723a9027f876451334)) +* **HLS:** Allow sync live streams without PROGRAM-DATE-TIME ([#7340](https://github.com/shaka-project/shaka-player/issues/7340)) ([7bd481f](https://github.com/shaka-project/shaka-player/commit/7bd481fb4f36cdbcf10f729dcd11d00d9239fb5b)) +* **HLS:** Fix uncaught error in slow network scenario ([#7321](https://github.com/shaka-project/shaka-player/issues/7321)) ([25d8f1b](https://github.com/shaka-project/shaka-player/commit/25d8f1bb58c5cfe488cac4bf07c12773211a009c)) +* **offline:** Text segments are downloaded before audio&video ([#7336](https://github.com/shaka-project/shaka-player/issues/7336)) ([71c5f32](https://github.com/shaka-project/shaka-player/commit/71c5f323eee529dd63d58fe88e45e3b3222d53bb)) +* **Tizen:** Adding gapPadding to gap manager to solve Tizen issue ([#7331](https://github.com/shaka-project/shaka-player/issues/7331)) ([cbd0199](https://github.com/shaka-project/shaka-player/commit/cbd01999133de98749a5072b13417bdd2715f516)) +* **UI:** Remove spinner and client side ad container elements when calling destroy ([#7320](https://github.com/shaka-project/shaka-player/issues/7320)) ([52b48be](https://github.com/shaka-project/shaka-player/commit/52b48be55dad8e89dad4d2d6181521209d04df36)) + ## [4.9.27](https://github.com/shaka-project/shaka-player/compare/v4.9.26...v4.9.27) (2024-09-14) diff --git a/lib/player.js b/lib/player.js index 02074258ee..f8caf7a522 100644 --- a/lib/player.js +++ b/lib/player.js @@ -7527,7 +7527,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5; * @export */ // eslint-disable-next-line no-useless-concat, max-len -shaka.Player.version = 'v4.9.27' + '-uncompiled'; // x-release-please-version +shaka.Player.version = 'v4.9.28' + '-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 f667ee4542..d7dee59a53 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "shaka-player", - "version": "4.9.27", + "version": "4.9.28", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "shaka-player", - "version": "4.9.27", + "version": "4.9.28", "license": "Apache-2.0", "dependencies": { "eme-encryption-scheme-polyfill": "^2.1.5" diff --git a/package.json b/package.json index f910d394dd..7db3455d0e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shaka-player", "description": "DASH/EME video player library", - "version": "4.9.27", + "version": "4.9.28", "homepage": "https://github.com/shaka-project/shaka-player", "author": "Google", "maintainers": [