Skip to content

Commit

Permalink
chore(v4.9.x): release 4.9.22
Browse files Browse the repository at this point in the history
  • Loading branch information
shaka-bot committed Aug 19, 2024
1 parent 403574f commit 517e9dc
Show file tree
Hide file tree
Showing 5 changed files with 19 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.9.21"
".": "4.9.22"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [4.9.22](https://github.com/shaka-project/shaka-player/compare/v4.9.21...v4.9.22) (2024-08-19)


### Bug Fixes

* **CEA:** Always init CEA parser with new init segment ([#7102](https://github.com/shaka-project/shaka-player/issues/7102)) ([b7e543f](https://github.com/shaka-project/shaka-player/commit/b7e543f332c51f012f3a5fdabd077eed2d8f9445))
* Compare normalized codecs in codec switching checks ([#7143](https://github.com/shaka-project/shaka-player/issues/7143)) ([bfa8caa](https://github.com/shaka-project/shaka-player/commit/bfa8caacfea57436577ce12f1c593f7ca7d71744))
* Defer `closeSegmentIndex()` for old streams during ABR switches when segment fetches are ongoing ([#7157](https://github.com/shaka-project/shaka-player/issues/7157)) ([403574f](https://github.com/shaka-project/shaka-player/commit/403574fccab80a1b99a16ab22971500abe3a1fb8))
* Pass correct adaptation value to MediaSourceEngine ([#7111](https://github.com/shaka-project/shaka-player/issues/7111)) ([1694f8a](https://github.com/shaka-project/shaka-player/commit/1694f8a35aba15389405e1a92ce579e4be2a9cc3))
* properly map region height/width when applying anchors ([#7105](https://github.com/shaka-project/shaka-player/issues/7105)) ([c1207c8](https://github.com/shaka-project/shaka-player/commit/c1207c87fd102330da79de601a0ebc46ab22505b))
* **WebVTT:** Re-add rollover logic ([#7104](https://github.com/shaka-project/shaka-player/issues/7104)) ([4546606](https://github.com/shaka-project/shaka-player/commit/4546606e8ee29c2a0452767c8c32d34e5d0d4301))
* **Xbox:** Override Dolby Vision codecs ([#7115](https://github.com/shaka-project/shaka-player/issues/7115)) ([219c5be](https://github.com/shaka-project/shaka-player/commit/219c5be1bf9cdadeda07a4ae9f8fe773dc800eb9))
* **Xbox:** Support screen resolution detection on Xbox when using WebView2 ([#7144](https://github.com/shaka-project/shaka-player/issues/7144)) ([afdf7c6](https://github.com/shaka-project/shaka-player/commit/afdf7c6a0415711bade43f16abe25cf7c2f3c7ac)), closes [#7141](https://github.com/shaka-project/shaka-player/issues/7141)

## [4.9.21](https://github.com/shaka-project/shaka-player/compare/v4.9.20...v4.9.21) (2024-07-24)


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

0 comments on commit 517e9dc

Please sign in to comment.