Skip to content

Commit c588937

Browse files
authored
chore(v4.11.x): release 4.11.17 (#7755)
1 parent b4cc3db commit c588937

File tree

5 files changed

+22
-5
lines changed

5 files changed

+22
-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.16"
2+
".": "4.11.17"
33
}

CHANGELOG.md

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

3+
## [4.11.17](https://github.com/shaka-project/shaka-player/compare/v4.11.16...v4.11.17) (2024-12-12)
4+
5+
6+
### Bug Fixes
7+
8+
* Avoid stack overflow when stringifying objects ([#7721](https://github.com/shaka-project/shaka-player/issues/7721)) ([d2284ae](https://github.com/shaka-project/shaka-player/commit/d2284ae86109eb1c5b3c5c203cfb9d9b68b3b77c)), closes [#7435](https://github.com/shaka-project/shaka-player/issues/7435)
9+
* Fix usage of keySystemsMapping ([#7736](https://github.com/shaka-project/shaka-player/issues/7736)) ([1d620c7](https://github.com/shaka-project/shaka-player/commit/1d620c708487fcdaab28a33f84ca95811575405b))
10+
* Prefer Dolby Vision p5 over Dolby Vision p8 ([#7745](https://github.com/shaka-project/shaka-player/issues/7745)) ([05d8072](https://github.com/shaka-project/shaka-player/commit/05d80723fa5e0e1096271004dab407615b6a3dcb))
11+
* **UI:** Fix playback rate resets when pausing or playing the video ([#7728](https://github.com/shaka-project/shaka-player/issues/7728)) ([d942cad](https://github.com/shaka-project/shaka-player/commit/d942cad061aa22d327896092ca785c06e75d5ab1))
12+
* **UI:** Hide ad counter when the ad is non-linear ([#7718](https://github.com/shaka-project/shaka-player/issues/7718)) ([72f74fa](https://github.com/shaka-project/shaka-player/commit/72f74fa54841cb40efdcb7ff65da5e797dd7abbd))
13+
* **Xbox:** Simplify the use of WebView2 ([#7743](https://github.com/shaka-project/shaka-player/issues/7743)) ([f614183](https://github.com/shaka-project/shaka-player/commit/f614183142144dd9dcae4ccf3ac35d0c73ebde5c))
14+
15+
16+
### Performance Improvements
17+
18+
* Reduce calls to isTypeSupported ([#7729](https://github.com/shaka-project/shaka-player/issues/7729)) ([1fd1691](https://github.com/shaka-project/shaka-player/commit/1fd1691a183adbe4cac879aae6f925f953ca0c0f))
19+
320
## [4.11.16](https://github.com/shaka-project/shaka-player/compare/v4.11.15...v4.11.16) (2024-12-04)
421

522

lib/player.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8122,7 +8122,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5;
81228122
* @export
81238123
*/
81248124
// eslint-disable-next-line no-useless-concat, max-len
8125-
shaka.Player.version = 'v4.11.16' + '-uncompiled'; // x-release-please-version
8125+
shaka.Player.version = 'v4.11.17' + '-uncompiled'; // x-release-please-version
81268126

81278127
// Initialize the deprecation system using the version string we just set
81288128
// 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.16",
4+
"version": "4.11.17",
55
"homepage": "https://github.com/shaka-project/shaka-player",
66
"author": "Google",
77
"maintainers": [

0 commit comments

Comments
 (0)