Skip to content

Commit

Permalink
chore(v4.10.x): release 4.10.16 (#7283)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaka-bot authored Sep 11, 2024
1 parent d1351bf commit 4821416
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.10.15"
".": "4.10.16"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [4.10.16](https://github.com/shaka-project/shaka-player/compare/v4.10.15...v4.10.16) (2024-09-11)


### Bug Fixes

* **DASH:** Avoid adding originalId when it is not necessary ([#7281](https://github.com/shaka-project/shaka-player/issues/7281)) ([8e9c635](https://github.com/shaka-project/shaka-player/commit/8e9c635bd36e1bbcd66f6002c0a9614b83528944))
* **DASH:** Clone EventStream nodes to reduce memory consumption ([#7285](https://github.com/shaka-project/shaka-player/issues/7285)) ([d1351bf](https://github.com/shaka-project/shaka-player/commit/d1351bf6bbe01cd8a7cd0708a84756698d440e50)), closes [#7148](https://github.com/shaka-project/shaka-player/issues/7148)
* **DASH:** Evict empty indexes in MetaSegmentIndex ([#7272](https://github.com/shaka-project/shaka-player/issues/7272)) ([0189b0e](https://github.com/shaka-project/shaka-player/commit/0189b0e5afdc41e0ca884f4a7024d2d179bcecc8))
* **DASH:** Use presentationTimeOffset in EventStream ([#7282](https://github.com/shaka-project/shaka-player/issues/7282)) ([26db3f4](https://github.com/shaka-project/shaka-player/commit/26db3f4f36b81d14e6fa13bb5901d6891d494965)), closes [#7277](https://github.com/shaka-project/shaka-player/issues/7277)
* **TTML:** Fix absence of conversion of alpha (transparency) from 0-255 -> 0-1 ([#7280](https://github.com/shaka-project/shaka-player/issues/7280)) ([5df6467](https://github.com/shaka-project/shaka-player/commit/5df64678e5e4bae2d639b5022e60eebbea0b5f1e)), closes [#7279](https://github.com/shaka-project/shaka-player/issues/7279)

## [4.10.15](https://github.com/shaka-project/shaka-player/compare/v4.10.14...v4.10.15) (2024-09-09)


Expand Down
2 changes: 1 addition & 1 deletion lib/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -7848,7 +7848,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5;
* @export
*/
// eslint-disable-next-line no-useless-concat
shaka.Player.version = 'v4.10.15' + '-uncompiled'; // x-release-please-version
shaka.Player.version = 'v4.10.16' + '-uncompiled'; // x-release-please-version

// Initialize the deprecation system using the version string we just set
// on the player.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shaka-player",
"description": "DASH/EME video player library",
"version": "4.10.15",
"version": "4.10.16",
"homepage": "https://github.com/shaka-project/shaka-player",
"author": "Google",
"maintainers": [
Expand Down

0 comments on commit 4821416

Please sign in to comment.