Skip to content

Commit

Permalink
chore(v4.8.x): release 4.8.1 (#6505)
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 Apr 29, 2024
1 parent 8b52143 commit 880ae99
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.8.0"
".": "4.8.1"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [4.8.1](https://github.com/shaka-project/shaka-player/compare/v4.8.0...v4.8.1) (2024-04-29)


### Bug Fixes

* **DASH:** decrease memory preasure on manifest with SegmentReference by updating old initSegmentReference ([#6499](https://github.com/shaka-project/shaka-player/issues/6499)) ([ad6944f](https://github.com/shaka-project/shaka-player/commit/ad6944fb756dacdf7554d818cb095db06ac5645e))
* **DASH:** Fix unescape UTCTiming uris ([#6501](https://github.com/shaka-project/shaka-player/issues/6501)) ([cd98bcd](https://github.com/shaka-project/shaka-player/commit/cd98bcd57b96e03e5c1c1cdbc0ae42eb5cca4d14))
* Fix deprecation warning for manifestPreprocessor that is always logged ([#6496](https://github.com/shaka-project/shaka-player/issues/6496)) ([f5e7a82](https://github.com/shaka-project/shaka-player/commit/f5e7a82002ff39dc443159d6cd6587599c21ff8b))
* Fix flac detection in Safari ([#6497](https://github.com/shaka-project/shaka-player/issues/6497)) ([c91867f](https://github.com/shaka-project/shaka-player/commit/c91867fb982d03643f3909fa03fa1bea36064723))
* Fix inefficient buffering behavior with negative trick play rate ([#6489](https://github.com/shaka-project/shaka-player/issues/6489)) ([8daec03](https://github.com/shaka-project/shaka-player/commit/8daec039cc19d65985e2e92817c8ed9ab0e6930a))

## [4.8.0](https://github.com/shaka-project/shaka-player/compare/v4.7.0...v4.8.0) (2024-04-26)


Expand Down
2 changes: 1 addition & 1 deletion lib/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -7182,7 +7182,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5;
* @export
*/
// eslint-disable-next-line no-useless-concat
shaka.Player.version = 'v4.8.0' + '-uncompiled'; // x-release-please-version
shaka.Player.version = 'v4.8.1' + '-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.8.0",
"version": "4.8.1",
"homepage": "https://github.com/shaka-project/shaka-player",
"author": "Google",
"maintainers": [
Expand Down

0 comments on commit 880ae99

Please sign in to comment.