Skip to content

Commit d84fc65

Browse files
authored
chore(v4.16.x): release 4.16.22 (#9823)
1 parent 56a92bb commit d84fc65

File tree

5 files changed

+18
-5
lines changed

5 files changed

+18
-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.21"
2+
".": "4.16.22"
33
}

CHANGELOG.md

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

3+
## [4.16.22](https://github.com/shaka-project/shaka-player/compare/v4.16.21...v4.16.22) (2026-03-13)
4+
5+
6+
### Bug Fixes
7+
8+
* **UI:** sync seek position with hover timestamp using consistent position calculation ([#9818](https://github.com/shaka-project/shaka-player/issues/9818)) ([56a92bb](https://github.com/shaka-project/shaka-player/commit/56a92bb917d2ea2db2bcdcc8fadf5fca6f6229c0))
9+
10+
11+
### Performance Improvements
12+
13+
* **DASH:** Add period caching to speed up manifest parsing ([#9353](https://github.com/shaka-project/shaka-player/issues/9353)) ([6f7129c](https://github.com/shaka-project/shaka-player/commit/6f7129c2cceda04f55ea560d7bccfab616a135ab))
14+
* **net:** Optimize getExtension URI parsing ([#9816](https://github.com/shaka-project/shaka-player/issues/9816)) ([872f598](https://github.com/shaka-project/shaka-player/commit/872f598af576e817908558d0a33ca99bfb920e1b))
15+
316
## [4.16.21](https://github.com/shaka-project/shaka-player/compare/v4.16.20...v4.16.21) (2026-03-09)
417

518

lib/player.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9563,7 +9563,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5;
95639563
* @export
95649564
*/
95659565
// eslint-disable-next-line no-useless-concat
9566-
shaka.Player.version = 'v4.16.21' + '-uncompiled'; // x-release-please-version
9566+
shaka.Player.version = 'v4.16.22' + '-uncompiled'; // x-release-please-version
95679567

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

0 commit comments

Comments
 (0)