Skip to content

Commit

Permalink
chore(v4.11.x): release 4.11.16 (#7713)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaka-bot authored Dec 4, 2024
1 parent b70f923 commit 2ba96ce
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.15"
".": "4.11.16"
}
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.16](https://github.com/shaka-project/shaka-player/compare/v4.11.15...v4.11.16) (2024-12-04)


### Bug Fixes

* Allow set maxLatency and minLatency to 0 ([#7704](https://github.com/shaka-project/shaka-player/issues/7704)) ([92f2db9](https://github.com/shaka-project/shaka-player/commit/92f2db9959e7b13dbf0c048a3c471da72fa77da1))
* Fix unload call after destroy ([#7690](https://github.com/shaka-project/shaka-player/issues/7690)) ([0121c0c](https://github.com/shaka-project/shaka-player/commit/0121c0c175490c1c3f76e0f3d70ad90c2db8ace7))
* Timeout unfulfilled request to decodingInfo and requestMediaKeySystemAccess ([#7682](https://github.com/shaka-project/shaka-player/issues/7682)) ([cc7c738](https://github.com/shaka-project/shaka-player/commit/cc7c738702ef393694cedd289dbc296ff79f94a4)), closes [#7680](https://github.com/shaka-project/shaka-player/issues/7680)
* **UI:** Allow pause non-linear video ads ([#7699](https://github.com/shaka-project/shaka-player/issues/7699)) ([8633980](https://github.com/shaka-project/shaka-player/commit/863398097f8a6b702fae28d466263a093f2b58fa))
* **UI:** Hide ad position when the ad is non-linear ([#7711](https://github.com/shaka-project/shaka-player/issues/7711)) ([b70f923](https://github.com/shaka-project/shaka-player/commit/b70f923eca69ad0f9eac020966b1d17e944aab72))
* **UI:** Show presentation time when playing non-linear ads ([#7707](https://github.com/shaka-project/shaka-player/issues/7707)) ([f456152](https://github.com/shaka-project/shaka-player/commit/f4561524919089ba13f9acc0874e59b3ddf74161))

## [4.11.15](https://github.com/shaka-project/shaka-player/compare/v4.11.14...v4.11.15) (2024-11-27)


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

0 comments on commit 2ba96ce

Please sign in to comment.