Skip to content

Commit 0f51d57

Browse files
committed
chore(v5.0.x): release 5.0.15
1 parent dd4428d commit 0f51d57

5 files changed

Lines changed: 21 additions & 5 deletions

File tree

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [5.0.15](https://github.com/shaka-project/shaka-player/compare/v5.0.14...v5.0.15) (2026-05-11)
4+
5+
6+
### Bug Fixes
7+
8+
* Avoid race condition in concurrent getAllThumbnails calls ([#10022](https://github.com/shaka-project/shaka-player/issues/10022)) ([3376fb6](https://github.com/shaka-project/shaka-player/commit/3376fb6ddda734d7315bbf57a5434439b87c286b))
9+
* **MSF:** handle WebTransport.closed rejection to avoid Safari unhandled promise error ([#10056](https://github.com/shaka-project/shaka-player/issues/10056)) ([b7a23cd](https://github.com/shaka-project/shaka-player/commit/b7a23cdef8f663a976bdd45dec544543982c30c9))
10+
* **text:** include regionAnchorX/Y in region cache key ([#10073](https://github.com/shaka-project/shaka-player/issues/10073)) ([294d721](https://github.com/shaka-project/shaka-player/commit/294d72100401b21c08cd0abd85250926db7064b3))
11+
12+
13+
### Performance Improvements
14+
15+
* **media:** replace slice with in-place array truncation ([#10070](https://github.com/shaka-project/shaka-player/issues/10070)) ([744f577](https://github.com/shaka-project/shaka-player/commit/744f577fd6fb7c23be3849f0b5dcc9351e9e520c))
16+
* Remove unnecessary allocations in Mp4Generator ([#10059](https://github.com/shaka-project/shaka-player/issues/10059)) ([9841dcc](https://github.com/shaka-project/shaka-player/commit/9841dccec1a5666ba90fbcd15ada7bb05a3119a6))
17+
* Remove unnecessary Uint8Array allocations in Mp4Generator ([#10069](https://github.com/shaka-project/shaka-player/issues/10069)) ([8711673](https://github.com/shaka-project/shaka-player/commit/8711673856aaec9e57f7527699753cfe3777f4b5))
18+
319
## [5.0.14](https://github.com/shaka-project/shaka-player/compare/v5.0.13...v5.0.14) (2026-05-04)
420

521

lib/player.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9107,7 +9107,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5;
91079107
* @export
91089108
*/
91099109
// eslint-disable-next-line no-useless-concat
9110-
shaka.Player.version = 'v5.0.14' + '-uncompiled'; // x-release-please-version
9110+
shaka.Player.version = 'v5.0.15' + '-uncompiled'; // x-release-please-version
91119111

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

0 commit comments

Comments
 (0)