Skip to content

Commit

Permalink
chore(v4.11.x): release 4.11.8 (#7437)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaka-bot authored Oct 18, 2024
1 parent b66b03c commit 58ca45b
Show file tree
Hide file tree
Showing 5 changed files with 19 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.7"
".": "4.11.8"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [4.11.8](https://github.com/shaka-project/shaka-player/compare/v4.11.7...v4.11.8) (2024-10-18)


### Bug Fixes

* **DASH:** Live DASH allows segment overlap in the updated manifest for first new segments ([#7405](https://github.com/shaka-project/shaka-player/issues/7405)) ([1a95178](https://github.com/shaka-project/shaka-player/commit/1a9517805d8280be764cca11b18a528406214cfa))
* **DASH:** Live to vod transition ([#7404](https://github.com/shaka-project/shaka-player/issues/7404)) ([f650764](https://github.com/shaka-project/shaka-player/commit/f650764c69c65b21e7f701c48326f1465f70736e))
* Disable smooth codec switch if changeType is unavailable ([#7414](https://github.com/shaka-project/shaka-player/issues/7414)) ([b2146ce](https://github.com/shaka-project/shaka-player/commit/b2146ce6039699853fa2d5d1031fd2eaf8922fbd))
* Export getFetchedPlaybackInfo ([#7418](https://github.com/shaka-project/shaka-player/issues/7418)) ([3dbae25](https://github.com/shaka-project/shaka-player/commit/3dbae2540bd375240dbffb9857a05a28d8d38afc)), closes [#7416](https://github.com/shaka-project/shaka-player/issues/7416)
* **PS4/5:** Disable smooth codec switch on PS4/5 ([#7413](https://github.com/shaka-project/shaka-player/issues/7413)) ([6316946](https://github.com/shaka-project/shaka-player/commit/631694606e80d9e2441ada777a64bd906111470d))
* Seek delay for Cast Nest hub ([#7423](https://github.com/shaka-project/shaka-player/issues/7423)) ([fb3a333](https://github.com/shaka-project/shaka-player/commit/fb3a333987bb70640a10fdf83d034871e104876c))
* **UI:** Disable save frame when using remote playback ([#7433](https://github.com/shaka-project/shaka-player/issues/7433)) ([b66b03c](https://github.com/shaka-project/shaka-player/commit/b66b03c210548be1f361c23afb6c079c5083b545))
* **UI:** Restore missing AirPlay button ([#7389](https://github.com/shaka-project/shaka-player/issues/7389)) ([eaa1bda](https://github.com/shaka-project/shaka-player/commit/eaa1bda7b8c660bc367d046820f58c2f7e7e04cc))

## [4.11.7](https://github.com/shaka-project/shaka-player/compare/v4.11.6...v4.11.7) (2024-09-26)


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

0 comments on commit 58ca45b

Please sign in to comment.