Skip to content

Commit 2ba96ce

Browse files
authored
chore(v4.11.x): release 4.11.16 (#7713)
1 parent b70f923 commit 2ba96ce

File tree

5 files changed

+17
-5
lines changed

5 files changed

+17
-5
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.11.15"
2+
".": "4.11.16"
33
}

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [4.11.16](https://github.com/shaka-project/shaka-player/compare/v4.11.15...v4.11.16) (2024-12-04)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
* 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))
10+
* 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)
11+
* **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))
12+
* **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))
13+
* **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))
14+
315
## [4.11.15](https://github.com/shaka-project/shaka-player/compare/v4.11.14...v4.11.15) (2024-11-27)
416

517

lib/player.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8129,7 +8129,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5;
81298129
* @export
81308130
*/
81318131
// eslint-disable-next-line no-useless-concat, max-len
8132-
shaka.Player.version = 'v4.11.15' + '-uncompiled'; // x-release-please-version
8132+
shaka.Player.version = 'v4.11.16' + '-uncompiled'; // x-release-please-version
81338133

81348134
// Initialize the deprecation system using the version string we just set
81358135
// on the player.

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "shaka-player",
33
"description": "DASH/EME video player library",
4-
"version": "4.11.15",
4+
"version": "4.11.16",
55
"homepage": "https://github.com/shaka-project/shaka-player",
66
"author": "Google",
77
"maintainers": [

0 commit comments

Comments
 (0)