Skip to content

Commit

Permalink
chore(v4.9.x): release 4.9.19 (#7062)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaka-bot authored Jul 18, 2024
1 parent bab1cd0 commit 0132407
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.18"
".": "4.9.19"
}
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.19](https://github.com/shaka-project/shaka-player/compare/v4.9.18...v4.9.19) (2024-07-18)


### Bug Fixes

* Allow reference mimeType change in StreamingEngine ([#7061](https://github.com/shaka-project/shaka-player/issues/7061)) ([ed9ef1a](https://github.com/shaka-project/shaka-player/commit/ed9ef1a7688945b2f9d15a286166e6cab5e7f86d))
* **DASH:** Prioritize highest bandwidth in PeriodCombiner ([#7045](https://github.com/shaka-project/shaka-player/issues/7045)) ([6ab958c](https://github.com/shaka-project/shaka-player/commit/6ab958c773044ec3ef3d44eaeeb41a87cd92bbbb))
* Destroy correctly unused transmuxer ([#7059](https://github.com/shaka-project/shaka-player/issues/7059)) ([bab1cd0](https://github.com/shaka-project/shaka-player/commit/bab1cd00f84ac7f72dd449ac328a36dbe78a9646))
* Fix MSE polyfill for iOS ([#7049](https://github.com/shaka-project/shaka-player/issues/7049)) ([3e3bb78](https://github.com/shaka-project/shaka-player/commit/3e3bb780713c2b80015f41f57cfac1ac0252dacb))
* **HLS:** Remove init segment on formats without init segment ([#7060](https://github.com/shaka-project/shaka-player/issues/7060)) ([064f34f](https://github.com/shaka-project/shaka-player/commit/064f34f58e5e2e41437c2c1669c088d910fea0c0))
* **Transmuxer:** Fix init segment between discontinuities ([#7042](https://github.com/shaka-project/shaka-player/issues/7042)) ([3b886e9](https://github.com/shaka-project/shaka-player/commit/3b886e9565ffeab38533e121da688d8635ffd8ab))
* **ttml:** Handle escaped special characters. ([#7047](https://github.com/shaka-project/shaka-player/issues/7047)) ([418e85c](https://github.com/shaka-project/shaka-player/commit/418e85c35d3ba59915893b7a01ba9089cb347f17)), closes [#7044](https://github.com/shaka-project/shaka-player/issues/7044)
* **UI:** Fix resolution label when the stream has not resolution ([#7043](https://github.com/shaka-project/shaka-player/issues/7043)) ([7f7f6f1](https://github.com/shaka-project/shaka-player/commit/7f7f6f134df4d8acb13251f098b273a04c0818ee))

## [4.9.18](https://github.com/shaka-project/shaka-player/compare/v4.9.17...v4.9.18) (2024-07-15)


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

0 comments on commit 0132407

Please sign in to comment.