Skip to content

Commit

Permalink
chore(v4.8.x): release 4.8.8 (#6704)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaka-bot authored May 29, 2024
1 parent a85b065 commit 7ba66f1
Show file tree
Hide file tree
Showing 5 changed files with 18 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.7"
".": "4.8.8"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [4.8.8](https://github.com/shaka-project/shaka-player/compare/v4.8.7...v4.8.8) (2024-05-29)


### Bug Fixes

* Ban smooth codec switching on Tizen 5 & 6 ([#6686](https://github.com/shaka-project/shaka-player/issues/6686)) ([82df7dc](https://github.com/shaka-project/shaka-player/commit/82df7dc63cd615bba0ccd7c70fb32ecfb890328e))
* **DASH:** Firefox multi-period/multi-codec bug ([#6691](https://github.com/shaka-project/shaka-player/issues/6691)) ([18eeef1](https://github.com/shaka-project/shaka-player/commit/18eeef14ced4985b3e44fe8e121170fb50398720)), closes [#6690](https://github.com/shaka-project/shaka-player/issues/6690)
* **DASH:** Fix update of SegmentTemplate with $number$ for LL ([#6687](https://github.com/shaka-project/shaka-player/issues/6687)) ([4e76ff4](https://github.com/shaka-project/shaka-player/commit/4e76ff41ef90907064cc07418f5547423c62bd76))
* Fix default value of liveSyncMinPlaybackRate ([#6685](https://github.com/shaka-project/shaka-player/issues/6685)) ([a5ae34d](https://github.com/shaka-project/shaka-player/commit/a5ae34d1c9d04ad84b3e8aa5b189f58d23a216a5))
* Fix progress events for VOD when using vodDynamicPlaybackRate ([#6688](https://github.com/shaka-project/shaka-player/issues/6688)) ([d6b1535](https://github.com/shaka-project/shaka-player/commit/d6b15358a8b4c38b588729635804be88f7d094ef))
* patch `setServerCertificate()` on older Tizens & webOS ([#6696](https://github.com/shaka-project/shaka-player/issues/6696)) ([d17a25c](https://github.com/shaka-project/shaka-player/commit/d17a25cdc51368c39b82d56d6eb29bd7cf4f05a2))
* Xbox - round gap jumping values ([#6695](https://github.com/shaka-project/shaka-player/issues/6695)) ([01ad037](https://github.com/shaka-project/shaka-player/commit/01ad037ff3b9109ccbf44475713da1439f78b0e5))

## [4.8.7](https://github.com/shaka-project/shaka-player/compare/v4.8.6...v4.8.7) (2024-05-28)


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

0 comments on commit 7ba66f1

Please sign in to comment.