Skip to content

Commit

Permalink
chore(v4.11.x): release 4.11.21
Browse files Browse the repository at this point in the history
  • Loading branch information
shaka-bot committed Jan 23, 2025
1 parent 2801876 commit 6a4868b
Show file tree
Hide file tree
Showing 5 changed files with 20 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.11.20"
".": "4.11.21"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [4.11.21](https://github.com/shaka-project/shaka-player/compare/v4.11.20...v4.11.21) (2025-01-23)


### Bug Fixes

* Avoid setAppendWindow when the window is Infinity ([#7923](https://github.com/shaka-project/shaka-player/issues/7923)) ([2801876](https://github.com/shaka-project/shaka-player/commit/2801876a2653ae4166da4dbc6cdab996d5b858e5))
* **DASH:** Change fallback presentation delay ([#7918](https://github.com/shaka-project/shaka-player/issues/7918)) ([c2f01b6](https://github.com/shaka-project/shaka-player/commit/c2f01b65842c8a612aa4813e3d9fdda07e74349b))
* **DASH:** Ignore early segments in a period ([#7910](https://github.com/shaka-project/shaka-player/issues/7910)) ([bcb6a92](https://github.com/shaka-project/shaka-player/commit/bcb6a92ecee0ab939be41de4e49512f5afdad55e))
* **DASH:** Notify time range with the fitted timeline ([#7911](https://github.com/shaka-project/shaka-player/issues/7911)) ([942871c](https://github.com/shaka-project/shaka-player/commit/942871cd85792cae2c8a26027199fe429e5e7244))


### Performance Improvements

* Improve GapJumpingController times ([#7921](https://github.com/shaka-project/shaka-player/issues/7921)) ([7811268](https://github.com/shaka-project/shaka-player/commit/7811268c7e7ba6f48bc10bd07ee94112e71fc7ed))

## [4.11.20](https://github.com/shaka-project/shaka-player/compare/v4.11.19...v4.11.20) (2025-01-17)


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

0 comments on commit 6a4868b

Please sign in to comment.