Skip to content

Commit e30791b

Browse files
committed
chore(v4.14.x): release 4.14.24
1 parent 1059814 commit e30791b

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-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.23"
2+
".": "4.14.24"
33
}

CHANGELOG.md

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

3+
## [4.14.24](https://github.com/shaka-project/shaka-player/compare/v4.14.23...v4.14.24) (2025-07-21)
4+
5+
6+
### Bug Fixes
7+
8+
* **Ads:** Fix interstitials support when using PiP on Safari ([#8875](https://github.com/shaka-project/shaka-player/issues/8875)) ([0d3aa6b](https://github.com/shaka-project/shaka-player/commit/0d3aa6b3c118f284f3c0e1f5277d81a927071005))
9+
* Cancel update before schedule an update after fetchAndAppend ([#8878](https://github.com/shaka-project/shaka-player/issues/8878)) ([1a7054d](https://github.com/shaka-project/shaka-player/commit/1a7054defc6f410de404061c280b1d7d1e806ec1))
10+
* **DASH:** Fix segmentSequenceCadence default value ([#8877](https://github.com/shaka-project/shaka-player/issues/8877)) ([d4120cf](https://github.com/shaka-project/shaka-player/commit/d4120cfe97965d0c915e22297ed40b1d5eeb39bd))
11+
* **DASH:** Prevent memory leak in uncompiled mode ([#8884](https://github.com/shaka-project/shaka-player/issues/8884)) ([d69d2a7](https://github.com/shaka-project/shaka-player/commit/d69d2a74c6ac035917644e22510b8aba5870f279))
12+
313
## [4.14.23](https://github.com/shaka-project/shaka-player/compare/v4.14.22...v4.14.23) (2025-07-15)
414

515

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.23' + '-uncompiled'; // x-release-please-version
8937+
shaka.Player.version = 'v4.14.24' + '-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.23",
4+
"version": "4.14.24",
55
"homepage": "https://github.com/shaka-project/shaka-player",
66
"author": "Google",
77
"maintainers": [

0 commit comments

Comments
 (0)