Skip to content

Commit 45954b6

Browse files
committed
chore(v4.15.x): release 4.15.7
1 parent 6850b43 commit 45954b6

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.15.6"
2+
".": "4.15.7"
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.15.7](https://github.com/shaka-project/shaka-player/compare/v4.15.6...v4.15.7) (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)) ([1c1bffe](https://github.com/shaka-project/shaka-player/commit/1c1bffe78786f80dbead774306aaf5ffb08f84c6))
9+
* **DASH:** Change start number for SubNumber templating, based on DASH 6th edition ([#8860](https://github.com/shaka-project/shaka-player/issues/8860)) ([8c6f41b](https://github.com/shaka-project/shaka-player/commit/8c6f41b93068e0e8c269025934bddd33cc15707b)), closes [#8859](https://github.com/shaka-project/shaka-player/issues/8859)
10+
* **DASH:** Update timeline on PTO change ([#8869](https://github.com/shaka-project/shaka-player/issues/8869)) ([6850b43](https://github.com/shaka-project/shaka-player/commit/6850b434772f18a16d36baf1d4db53d2eaa48120))
11+
* Fix selectAudioTrack when using src= ([#8857](https://github.com/shaka-project/shaka-player/issues/8857)) ([996cdd8](https://github.com/shaka-project/shaka-player/commit/996cdd8c6135a7afe27de83f180cd41d92777603))
12+
* Fix Tizen 3 default cross-boundary strategy ([#8850](https://github.com/shaka-project/shaka-player/issues/8850)) ([d5aa1e0](https://github.com/shaka-project/shaka-player/commit/d5aa1e0c0dd789b3969c28b300d2786458c43ff9))
13+
* Live to VOD discards the wrong segments when crossBoundaryStrategy is not KEEP ([#8863](https://github.com/shaka-project/shaka-player/issues/8863)) ([6664fef](https://github.com/shaka-project/shaka-player/commit/6664fefe182ee28e2ac29e7e5cf1002f179c99cf))
14+
* **UI:** Exit from Fullscreen and PiP when unloading ([#8848](https://github.com/shaka-project/shaka-player/issues/8848)) ([86ce3ee](https://github.com/shaka-project/shaka-player/commit/86ce3ee16cace11e62845313500c679063161db5))
15+
16+
17+
### Performance Improvements
18+
19+
* **DRM:** Run expiration timer only when EME is in use ([#8853](https://github.com/shaka-project/shaka-player/issues/8853)) ([0568e61](https://github.com/shaka-project/shaka-player/commit/0568e6145fdb3e08c0e152a2f0cc93ea813f74fa))
20+
321
## [4.15.6](https://github.com/shaka-project/shaka-player/compare/v4.15.5...v4.15.6) (2025-07-07)
422

523

lib/player.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9330,7 +9330,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5;
93309330
* @export
93319331
*/
93329332
// eslint-disable-next-line no-useless-concat
9333-
shaka.Player.version = 'v4.15.6' + '-uncompiled'; // x-release-please-version
9333+
shaka.Player.version = 'v4.15.7' + '-uncompiled'; // x-release-please-version
93349334

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

0 commit comments

Comments
 (0)