diff --git a/CHANGELOG.md b/CHANGELOG.md index 67bc2b160e..509249d499 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [4.7.10](https://github.com/shaka-project/shaka-player/compare/v4.7.9...v4.7.10) (2024-02-21) + + +### Bug Fixes + +* **DASH:** Fix precision issue on some platforms ([#6258](https://github.com/shaka-project/shaka-player/issues/6258)) ([a2a56cf](https://github.com/shaka-project/shaka-player/commit/a2a56cf16da6636f6ef6fa8a6baf2d0916aa7ee6)) +* **DASH:** Use labels to stitch streams across periods ([#6121](https://github.com/shaka-project/shaka-player/issues/6121)) ([75c8dce](https://github.com/shaka-project/shaka-player/commit/75c8dce0f7d8e1fb8cf64ed947355c20185aae20)) +* do not remove sub-second amounts from source buffer ([08c92c5](https://github.com/shaka-project/shaka-player/commit/08c92c53b9964c31d6e358a02eba679081a37521)), closes [#6240](https://github.com/shaka-project/shaka-player/issues/6240) +* don't double wrap URIs for HLS key requests ([#6246](https://github.com/shaka-project/shaka-player/issues/6246)) ([5c8bd2e](https://github.com/shaka-project/shaka-player/commit/5c8bd2e4141d5bea749e92fd45cf1ee84a96598c)) +* Fix detection of flac support on Safari ([#6250](https://github.com/shaka-project/shaka-player/issues/6250)) ([5b9c494](https://github.com/shaka-project/shaka-player/commit/5b9c4949e6f202da45c1b997de1ebe1697b9c329)), closes [#6249](https://github.com/shaka-project/shaka-player/issues/6249) + + +### Performance Improvements + +* Optimize init segment reference comparison for common case ([#6014](https://github.com/shaka-project/shaka-player/issues/6014)) ([0ffb401](https://github.com/shaka-project/shaka-player/commit/0ffb401dae98f3a73d940227f28dc010092b54b5)) + ## [4.7.9](https://github.com/shaka-project/shaka-player/compare/v4.7.8...v4.7.9) (2024-02-02) diff --git a/lib/player.js b/lib/player.js index a90d39343b..55f6687c7c 100644 --- a/lib/player.js +++ b/lib/player.js @@ -6934,7 +6934,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5; * @export */ // eslint-disable-next-line no-useless-concat -shaka.Player.version = 'v4.7.9' + '-uncompiled'; // x-release-please-version +shaka.Player.version = 'v4.7.10' + '-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 595185abcc..ac452650c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "shaka-player", - "version": "4.7.9", + "version": "4.7.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "shaka-player", - "version": "4.7.9", + "version": "4.7.10", "license": "Apache-2.0", "dependencies": { "eme-encryption-scheme-polyfill": "^2.1.1" diff --git a/package.json b/package.json index 309ff579b8..52ee00d825 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shaka-player", "description": "DASH/EME video player library", - "version": "4.7.9", + "version": "4.7.10", "homepage": "https://github.com/shaka-project/shaka-player", "author": "Google", "maintainers": [