Skip to content

Commit bc019c2

Browse files
committed
chore(v4.14.x): release 4.14.23
1 parent 83d22a3 commit bc019c2

File tree

5 files changed

+20
-5
lines changed

5 files changed

+20
-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.14.22"
2+
".": "4.14.23"
33
}

CHANGELOG.md

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

3+
## [4.14.23](https://github.com/shaka-project/shaka-player/compare/v4.14.22...v4.14.23) (2025-07-15)
4+
5+
6+
### Bug Fixes
7+
8+
* Allow preload segments when we discard the reference by cross boundary logic ([#8862](https://github.com/shaka-project/shaka-player/issues/8862)) ([be5e6d5](https://github.com/shaka-project/shaka-player/commit/be5e6d5322ea15abe9fcb75ae5be7fcb59eb2f53))
9+
* **DASH:** Update timeline on PTO change ([#8869](https://github.com/shaka-project/shaka-player/issues/8869)) ([83d22a3](https://github.com/shaka-project/shaka-player/commit/83d22a339d50d555fbea6392537bc1682efd74db))
10+
* Fix selectAudioTrack when using src= ([#8857](https://github.com/shaka-project/shaka-player/issues/8857)) ([be22585](https://github.com/shaka-project/shaka-player/commit/be2258510ed71197e8b4aefb8f56c80d8408d7d5))
11+
* Live to VOD discards the wrong segments when crossBoundaryStrategy is not KEEP ([#8863](https://github.com/shaka-project/shaka-player/issues/8863)) ([20feb0f](https://github.com/shaka-project/shaka-player/commit/20feb0fc332f34a47978a8b0fa5b4ac8e1e9e4b7))
12+
13+
14+
### Performance Improvements
15+
16+
* **DRM:** Run expiration timer only when EME is in use ([#8853](https://github.com/shaka-project/shaka-player/issues/8853)) ([de03da5](https://github.com/shaka-project/shaka-player/commit/de03da54fe1b7b5d1948a274e23fdfed2920ae56))
17+
318
## [4.14.22](https://github.com/shaka-project/shaka-player/compare/v4.14.21...v4.14.22) (2025-07-07)
419

520

lib/player.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8934,7 +8934,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5;
89348934
* @export
89358935
*/
89368936
// eslint-disable-next-line no-useless-concat
8937-
shaka.Player.version = 'v4.14.22' + '-uncompiled'; // x-release-please-version
8937+
shaka.Player.version = 'v4.14.23' + '-uncompiled'; // x-release-please-version
89388938

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

0 commit comments

Comments
 (0)