Skip to content

Commit

Permalink
chore(v4.8.x): release 4.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
shaka-bot committed May 31, 2024
1 parent 61912a5 commit c356f1c
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.9"
".": "4.8.10"
}
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.10](https://github.com/shaka-project/shaka-player/compare/v4.8.9...v4.8.10) (2024-05-31)


### Bug Fixes

* Add segment URIs to segment-related errors ([#6714](https://github.com/shaka-project/shaka-player/issues/6714)) ([db16976](https://github.com/shaka-project/shaka-player/commit/db16976f7282cccd04c66b6ab6c6d4337fec6fc7)), closes [#6712](https://github.com/shaka-project/shaka-player/issues/6712)
* ensure all timelineregionenter events are fired ([#6713](https://github.com/shaka-project/shaka-player/issues/6713)) ([61912a5](https://github.com/shaka-project/shaka-player/commit/61912a5500246a5255daa834e44de3dc65e714bc)), closes [#6711](https://github.com/shaka-project/shaka-player/issues/6711)
* **preload:** Copy net filters to preload manager ([#6709](https://github.com/shaka-project/shaka-player/issues/6709)) ([71b01bb](https://github.com/shaka-project/shaka-player/commit/71b01bbaf05558909fea737481c6862b1cef1afe)), closes [#6698](https://github.com/shaka-project/shaka-player/issues/6698)
* **PS4:** Fix serverCertificate defaulted to null ([#6716](https://github.com/shaka-project/shaka-player/issues/6716)) ([ecb0bdd](https://github.com/shaka-project/shaka-player/commit/ecb0bdd7572df2b041742b4c43bd606026e23aa0))
* **UI:** UI does not update after loading a new stream ([#6721](https://github.com/shaka-project/shaka-player/issues/6721)) ([a131203](https://github.com/shaka-project/shaka-player/commit/a1312031c504ddc40ed37efd45dcdf6af1428aad))

## [4.8.9](https://github.com/shaka-project/shaka-player/compare/v4.8.8...v4.8.9) (2024-05-30)


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

0 comments on commit c356f1c

Please sign in to comment.