Skip to content

Commit

Permalink
chore(v4.11.x): release 4.11.11
Browse files Browse the repository at this point in the history
  • Loading branch information
shaka-bot committed Oct 28, 2024
1 parent c96eb30 commit 7288071
Show file tree
Hide file tree
Showing 5 changed files with 17 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.10"
".": "4.11.11"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [4.11.11](https://github.com/shaka-project/shaka-player/compare/v4.11.10...v4.11.11) (2024-10-28)


### Bug Fixes

* **AirPlay:** Prefer Playback Remote API for closeOpenSessions ([#7500](https://github.com/shaka-project/shaka-player/issues/7500)) ([71ec7ca](https://github.com/shaka-project/shaka-player/commit/71ec7ca0e12d36ef6a9be91ad265b88dee048f55))
* Don't use info from MSE mode when using Remote Playback ([#7504](https://github.com/shaka-project/shaka-player/issues/7504)) ([791f9b1](https://github.com/shaka-project/shaka-player/commit/791f9b1881432ac908e9e524fc5d8a7e31a57285))
* Fix support of getAllThumbnails when using shaka.dash.TimelineSegmentIndex ([#7508](https://github.com/shaka-project/shaka-player/issues/7508)) ([4d5e9ba](https://github.com/shaka-project/shaka-player/commit/4d5e9bacbd67ba437484a2fb37e103ee1c1d93f1))
* **HLS:** Ignore DATERANGE with errors instead of fire an error ([#7499](https://github.com/shaka-project/shaka-player/issues/7499)) ([a58befc](https://github.com/shaka-project/shaka-player/commit/a58befc9f1ff3280b2e7a51cc57f0b0b49328ac2))
* Reset MSE when we disconnect from Remote Playback ([#7506](https://github.com/shaka-project/shaka-player/issues/7506)) ([efaabe9](https://github.com/shaka-project/shaka-player/commit/efaabe90b61520578b882842263e14f64f14bbdb))
* **UI:** Remove buffering spinner when playing a client side ad ([#7507](https://github.com/shaka-project/shaka-player/issues/7507)) ([c96eb30](https://github.com/shaka-project/shaka-player/commit/c96eb30e29692e247a7a1b50494fe7399ef9b55f))

## [4.11.10](https://github.com/shaka-project/shaka-player/compare/v4.11.9...v4.11.10) (2024-10-24)


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

0 comments on commit 7288071

Please sign in to comment.