Skip to content

Commit

Permalink
chore(v4.7.x): release 4.7.6 (#6120)
Browse files Browse the repository at this point in the history
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
shaka-bot committed Jan 18, 2024
1 parent f1937da commit bda216f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog

## [4.7.6](https://github.com/shaka-project/shaka-player/compare/v4.7.5...v4.7.6) (2024-01-18)


### Bug Fixes

* Change quality only when adding the last partial segment and it is fast switching ([#6114](https://github.com/shaka-project/shaka-player/issues/6114)) ([f1937da](https://github.com/shaka-project/shaka-player/commit/f1937daa0a06f2ad7c4c54479eec8a15f98d3891))
* **DASH:** Fix PERIOD_FLATTENING_FAILED on fastswitching streams ([#6113](https://github.com/shaka-project/shaka-player/issues/6113)) ([216a13d](https://github.com/shaka-project/shaka-player/commit/216a13d90eeaae4c05fbc371c3c57b40014e4e11))
* Don't retry MSE errors on startup ([#6112](https://github.com/shaka-project/shaka-player/issues/6112)) ([28479ef](https://github.com/shaka-project/shaka-player/commit/28479ef6bd5fa429969cf978cb7afe319e7acc2d))
* Include text bandwidth in stats ([#6109](https://github.com/shaka-project/shaka-player/issues/6109)) ([1f49e81](https://github.com/shaka-project/shaka-player/commit/1f49e81a2b6e4c4bce2958510afd2ef1d18bffce))
* Reject Opus encrypted on Firefox Android ([#6115](https://github.com/shaka-project/shaka-player/issues/6115)) ([2115142](https://github.com/shaka-project/shaka-player/commit/2115142a1b453e99fdb375b06e34eb0f0003fb65))
* **UI:** Disable PiP on casting ([#6110](https://github.com/shaka-project/shaka-player/issues/6110)) ([171c182](https://github.com/shaka-project/shaka-player/commit/171c182eed086eb32563df5c7b4667320debd4f9))

## [4.7.5](https://github.com/shaka-project/shaka-player/compare/v4.7.4...v4.7.5) (2024-01-16)


Expand Down
2 changes: 1 addition & 1 deletion lib/player.js
Expand Up @@ -6914,7 +6914,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5;
* @export
*/
// eslint-disable-next-line no-useless-concat
shaka.Player.version = 'v4.7.5' + '-uncompiled'; // x-release-please-version
shaka.Player.version = 'v4.7.6' + '-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
@@ -1,7 +1,7 @@
{
"name": "shaka-player",
"description": "DASH/EME video player library",
"version": "4.7.5",
"version": "4.7.6",
"homepage": "https://github.com/shaka-project/shaka-player",
"author": "Google",
"maintainers": [
Expand Down

0 comments on commit bda216f

Please sign in to comment.