Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(v4.6.x): release 4.6.14 #6260

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -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