Skip to content

Commit

Permalink
chore(v4.6.x): release 4.6.14 (#6260)
Browse files Browse the repository at this point in the history
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
shaka-bot committed Feb 21, 2024
1 parent f31d744 commit 4688d22
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,21 @@
# Changelog

## [4.6.14](https://github.com/shaka-project/shaka-player/compare/v4.6.13...v4.6.14) (2024-02-21)


### Bug Fixes

* **DASH:** Fix precision issue on some platforms ([#6258](https://github.com/shaka-project/shaka-player/issues/6258)) ([56e8faa](https://github.com/shaka-project/shaka-player/commit/56e8faa7366ef779d58636360400976ad504bc3f))
* **DASH:** Use labels to stitch streams across periods ([#6121](https://github.com/shaka-project/shaka-player/issues/6121)) ([dc5e796](https://github.com/shaka-project/shaka-player/commit/dc5e79697f0b057515f3fbf79f2b3420f1de2356))
* do not remove sub-second amounts from source buffer ([4a4c9e9](https://github.com/shaka-project/shaka-player/commit/4a4c9e9d5e0f1926c5ee19cb70fd614367e2471b)), 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)) ([0e37f4a](https://github.com/shaka-project/shaka-player/commit/0e37f4af353f74b7d98b756341f717bac5f6af2a))
* Fix detection of flac support on Safari ([#6250](https://github.com/shaka-project/shaka-player/issues/6250)) ([070ff8e](https://github.com/shaka-project/shaka-player/commit/070ff8eb32c7b88571227da2eadbe0f32c6f18d2)), 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)) ([db9d9ef](https://github.com/shaka-project/shaka-player/commit/db9d9ef5d19d5dc59c607fcf9269f6770ecffe45))

## [4.6.13](https://github.com/shaka-project/shaka-player/compare/v4.6.12...v4.6.13) (2024-02-02)


Expand Down
2 changes: 1 addition & 1 deletion lib/player.js
Expand Up @@ -6837,7 +6837,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5;
* @export
*/
// eslint-disable-next-line no-useless-concat
shaka.Player.version = 'v4.6.13' + '-uncompiled'; // x-release-please-version
shaka.Player.version = 'v4.6.14' + '-uncompiled'; // x-release-please-version

// Initialize the deprecation system using the version string we just set
// on the player.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "shaka-player",
"description": "DASH/EME video player library",
"version": "4.6.13",
"version": "4.6.14",
"homepage": "https://github.com/shaka-project/shaka-player",
"author": "Google",
"maintainers": [
Expand Down

0 comments on commit 4688d22

Please sign in to comment.