Skip to content

Commit

Permalink
chore(v4.10.x): release 4.10.21 (#7384)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaka-bot authored Sep 26, 2024
1 parent 2047aa4 commit 77b026a
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.10.20"
".": "4.10.21"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [4.10.21](https://github.com/shaka-project/shaka-player/compare/v4.10.20...v4.10.21) (2024-09-26)


### Bug Fixes

* Exclude TIMEOUT errors when disabling streams ([#7369](https://github.com/shaka-project/shaka-player/issues/7369)) ([72ac0f8](https://github.com/shaka-project/shaka-player/commit/72ac0f8f33f35b17b16648a70bf95ac67861856e)), closes [#7368](https://github.com/shaka-project/shaka-player/issues/7368)
* **preload:** Resolve manifest promise sooner ([#7380](https://github.com/shaka-project/shaka-player/issues/7380)) ([99159fb](https://github.com/shaka-project/shaka-player/commit/99159fbafe473f977e5eba6d0aefc90c1e620a85))
* Reduce calls to EME by ignoring MIME type in MediaKeySystemAccess cache ([#7374](https://github.com/shaka-project/shaka-player/issues/7374)) ([2047aa4](https://github.com/shaka-project/shaka-player/commit/2047aa4ebc8690bd990d5f30e75f0246b0bdf218)), closes [#7325](https://github.com/shaka-project/shaka-player/issues/7325)

## [4.10.20](https://github.com/shaka-project/shaka-player/compare/v4.10.19...v4.10.20) (2024-09-25)


Expand Down
2 changes: 1 addition & 1 deletion lib/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -7859,7 +7859,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5;
* @export
*/
// eslint-disable-next-line no-useless-concat, max-len
shaka.Player.version = 'v4.10.20' + '-uncompiled'; // x-release-please-version
shaka.Player.version = 'v4.10.21' + '-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.10.20",
"version": "4.10.21",
"homepage": "https://github.com/shaka-project/shaka-player",
"author": "Google",
"maintainers": [
Expand Down

0 comments on commit 77b026a

Please sign in to comment.