Skip to content

Commit f65ab41

Browse files
committed
chore(v4.16.x): release 4.16.11
1 parent 76c44c7 commit f65ab41

File tree

5 files changed

+23
-5
lines changed

5 files changed

+23
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.16.10"
2+
".": "4.16.11"
33
}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [4.16.11](https://github.com/shaka-project/shaka-player/compare/v4.16.10...v4.16.11) (2025-12-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **Ads:** Fix playback of post roll-ads when using interstitials ([#9428](https://github.com/shaka-project/shaka-player/issues/9428)) ([3c27e00](https://github.com/shaka-project/shaka-player/commit/3c27e00814cbd5c74e853b057c7a7bdff3506e81))
9+
* Avoid InvalidStateError when getting buffering when MSE is closed ([#9437](https://github.com/shaka-project/shaka-player/issues/9437)) ([812adfb](https://github.com/shaka-project/shaka-player/commit/812adfb46c14b977df495feb0048a7f48f8da4d2))
10+
* **DRM:** Fix multikey playback on devices with SW DRM only ([#9443](https://github.com/shaka-project/shaka-player/issues/9443)) ([8566d57](https://github.com/shaka-project/shaka-player/commit/8566d5714cd0af1f1398713929b4b0c8c4263172))
11+
* **FairPlay:** Fix FairPlay compatibility with DASH ([#9436](https://github.com/shaka-project/shaka-player/issues/9436)) ([76c44c7](https://github.com/shaka-project/shaka-player/commit/76c44c7d1da8577f5df0460c8643f1746678042c))
12+
* **HLS:** Support PATHWAY-ID (Content Steering) for subtitles ([#9442](https://github.com/shaka-project/shaka-player/issues/9442)) ([e4ffa1a](https://github.com/shaka-project/shaka-player/commit/e4ffa1a72146773ef206c14fc223fe1d509d1dab))
13+
* **UI:** Show forced subtitles in subtitle selector ([#9441](https://github.com/shaka-project/shaka-player/issues/9441)) ([5252464](https://github.com/shaka-project/shaka-player/commit/5252464ea63b3f60ee111fb2ca213f021527d36c))
14+
* Use timeupdate event for buffering states ([#9445](https://github.com/shaka-project/shaka-player/issues/9445)) ([095680e](https://github.com/shaka-project/shaka-player/commit/095680e2bca5e28b48dfb8334b3e251f06f6edf6)), closes [#9438](https://github.com/shaka-project/shaka-player/issues/9438)
15+
16+
17+
### Reverts
18+
19+
* Revert "fix(HLS): Keep syncTime continuous by using previous value, if available ([#9135](https://github.com/shaka-project/shaka-player/issues/9135))" ([#9425](https://github.com/shaka-project/shaka-player/issues/9425)) ([2e1af59](https://github.com/shaka-project/shaka-player/commit/2e1af5973cc67c6d0790f53b0ea4e960e6e50421))
20+
321
## [4.16.10](https://github.com/shaka-project/shaka-player/compare/v4.16.9...v4.16.10) (2025-11-24)
422

523

lib/player.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9535,7 +9535,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5;
95359535
* @export
95369536
*/
95379537
// eslint-disable-next-line no-useless-concat
9538-
shaka.Player.version = 'v4.16.10' + '-uncompiled'; // x-release-please-version
9538+
shaka.Player.version = 'v4.16.11' + '-uncompiled'; // x-release-please-version
95399539

95409540
// Initialize the deprecation system using the version string we just set
95419541
// on the player.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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.16.10",
4+
"version": "4.16.11",
55
"homepage": "https://github.com/shaka-project/shaka-player",
66
"author": "Google",
77
"maintainers": [

0 commit comments

Comments
 (0)