Skip to content

Commit

Permalink
chore(v4.11.x): release 4.11.2 (#7284)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaka-bot committed Sep 11, 2024
1 parent edd232b commit bc6e95a
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.11.1"
".": "4.11.2"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [4.11.2](https://github.com/shaka-project/shaka-player/compare/v4.11.1...v4.11.2) (2024-09-11)


### Bug Fixes

* **DASH:** Avoid adding originalId when it is not necessary ([#7281](https://github.com/shaka-project/shaka-player/issues/7281)) ([15ebdc1](https://github.com/shaka-project/shaka-player/commit/15ebdc10510556a7f53b936220b72ea189d0e45d))
* **DASH:** Clone EventStream nodes to reduce memory consumption ([#7285](https://github.com/shaka-project/shaka-player/issues/7285)) ([edd232b](https://github.com/shaka-project/shaka-player/commit/edd232ba1425aa98ce029e52a729e067f05a6fbe)), 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)) ([b00ea8b](https://github.com/shaka-project/shaka-player/commit/b00ea8bd551f8bc8de3237e75b915bbbe9eba81c))
* **DASH:** Use presentationTimeOffset in EventStream ([#7282](https://github.com/shaka-project/shaka-player/issues/7282)) ([0a21de1](https://github.com/shaka-project/shaka-player/commit/0a21de1a1a014ef7d4a3f7b698f991c1ea20c00f)), 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)) ([dbb6518](https://github.com/shaka-project/shaka-player/commit/dbb6518981d2f49b6ddd279a292985081268d8a0)), closes [#7279](https://github.com/shaka-project/shaka-player/issues/7279)

## [4.11.1](https://github.com/shaka-project/shaka-player/compare/v4.11.0...v4.11.1) (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 @@ -8063,7 +8063,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5;
* @export
*/
// eslint-disable-next-line no-useless-concat
shaka.Player.version = 'v4.11.1' + '-uncompiled'; // x-release-please-version
shaka.Player.version = 'v4.11.2' + '-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.11.1",
"version": "4.11.2",
"homepage": "https://github.com/shaka-project/shaka-player",
"author": "Google",
"maintainers": [
Expand Down

0 comments on commit bc6e95a

Please sign in to comment.