diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 628e3169da..a192fb7b7a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.9.24" + ".": "4.9.25" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ac622b4756..7ca43b42ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [4.9.25](https://github.com/shaka-project/shaka-player/compare/v4.9.24...v4.9.25) (2024-08-30) + + +### Bug Fixes + +* Allow recover normal stream when trick play stream fails ([#7234](https://github.com/shaka-project/shaka-player/issues/7234)) ([e7820d8](https://github.com/shaka-project/shaka-player/commit/e7820d866d2a0baba8919402621b2ec531dcf22d)) +* Correct the behavior to defer closeSegmentIndex() calls during updates ([#7217](https://github.com/shaka-project/shaka-player/issues/7217)) ([b9005b3](https://github.com/shaka-project/shaka-player/commit/b9005b32f48d29bed4120e696e3ef90fb45847b1)) +* **DASH:** Clear streamMap when period is removed from the manifest ([#7202](https://github.com/shaka-project/shaka-player/issues/7202)) ([b18dcbf](https://github.com/shaka-project/shaka-player/commit/b18dcbf14d38ff61c168a9e2ab2a9cec4d461f2f)) +* **DASH:** Fix creation of multiperiod trickmode streams ([#7229](https://github.com/shaka-project/shaka-player/issues/7229)) ([97d6fd8](https://github.com/shaka-project/shaka-player/commit/97d6fd8c948ee9999de2633913d4f987f7a0f57c)) +* **DASH:** Fix MPD Patch when SegmentTemplate is shared between Representations ([#7218](https://github.com/shaka-project/shaka-player/issues/7218)) ([0635c10](https://github.com/shaka-project/shaka-player/commit/0635c103ed6807bd2c421b864a0d31a1e5568930)), closes [#7214](https://github.com/shaka-project/shaka-player/issues/7214) +* **DASH:** Use proper namespace when mapping TXml node to Element ([#7240](https://github.com/shaka-project/shaka-player/issues/7240)) ([7e6f3dc](https://github.com/shaka-project/shaka-player/commit/7e6f3dc837ee15b289eb36c4663d55b33ce302fb)) +* Don't throw an error when trying to disable a trick mode stream ([#7235](https://github.com/shaka-project/shaka-player/issues/7235)) ([c41615b](https://github.com/shaka-project/shaka-player/commit/c41615bf0372f8d0ead9c8ea16b8c80402c8ba6b)) +* Revert change that caused a lot of warning with "cannot find endTime" and hls playback errors ([#7239](https://github.com/shaka-project/shaka-player/issues/7239)) ([9d6ba9b](https://github.com/shaka-project/shaka-player/commit/9d6ba9b47f4f6d62747c84ac9ef298d65b0ec8b0)) +* **Stats:** Fix bytesDownloaded when using src= ([#7223](https://github.com/shaka-project/shaka-player/issues/7223)) ([b7ebe9e](https://github.com/shaka-project/shaka-player/commit/b7ebe9e8838e3600f65c8edc8db9591a5937d295)) + ## [4.9.24](https://github.com/shaka-project/shaka-player/compare/v4.9.23...v4.9.24) (2024-08-27) diff --git a/lib/player.js b/lib/player.js index baed443545..6c70f1f059 100644 --- a/lib/player.js +++ b/lib/player.js @@ -7518,7 +7518,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5; * @export */ // eslint-disable-next-line no-useless-concat -shaka.Player.version = 'v4.9.24' + '-uncompiled'; // x-release-please-version +shaka.Player.version = 'v4.9.25' + '-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 381015ecf7..1790a1511b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "shaka-player", - "version": "4.9.24", + "version": "4.9.25", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "shaka-player", - "version": "4.9.24", + "version": "4.9.25", "license": "Apache-2.0", "dependencies": { "eme-encryption-scheme-polyfill": "^2.1.5" diff --git a/package.json b/package.json index c7b419f94a..55acae9d69 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shaka-player", "description": "DASH/EME video player library", - "version": "4.9.24", + "version": "4.9.25", "homepage": "https://github.com/shaka-project/shaka-player", "author": "Google", "maintainers": [