Skip to content

Commit

Permalink
chore(v4.9.x): release 4.9.28 (#7341)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaka-bot committed Sep 19, 2024
1 parent 07d9c39 commit f62c7b6
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.27"
".": "4.9.28"
}
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.28](https://github.com/shaka-project/shaka-player/compare/v4.9.27...v4.9.28) (2024-09-19)


### Bug Fixes

* Avoid make HEAD request for image mime type ([#7332](https://github.com/shaka-project/shaka-player/issues/7332)) ([6d74d9f](https://github.com/shaka-project/shaka-player/commit/6d74d9f37a03cb66a64a70c253383bc4b4254a1c))
* **DASH:** Fix HTTP redirect during manifest update ([#7339](https://github.com/shaka-project/shaka-player/issues/7339)) ([8df7cc9](https://github.com/shaka-project/shaka-player/commit/8df7cc92aa984917656eb17826a82a22ce435a33))
* Fix external image track mime type ([#7333](https://github.com/shaka-project/shaka-player/issues/7333)) ([d40d9fa](https://github.com/shaka-project/shaka-player/commit/d40d9fa0595e83c65e9509723a9027f876451334))
* **HLS:** Allow sync live streams without PROGRAM-DATE-TIME ([#7340](https://github.com/shaka-project/shaka-player/issues/7340)) ([7bd481f](https://github.com/shaka-project/shaka-player/commit/7bd481fb4f36cdbcf10f729dcd11d00d9239fb5b))
* **HLS:** Fix uncaught error in slow network scenario ([#7321](https://github.com/shaka-project/shaka-player/issues/7321)) ([25d8f1b](https://github.com/shaka-project/shaka-player/commit/25d8f1bb58c5cfe488cac4bf07c12773211a009c))
* **offline:** Text segments are downloaded before audio&video ([#7336](https://github.com/shaka-project/shaka-player/issues/7336)) ([71c5f32](https://github.com/shaka-project/shaka-player/commit/71c5f323eee529dd63d58fe88e45e3b3222d53bb))
* **Tizen:** Adding gapPadding to gap manager to solve Tizen issue ([#7331](https://github.com/shaka-project/shaka-player/issues/7331)) ([cbd0199](https://github.com/shaka-project/shaka-player/commit/cbd01999133de98749a5072b13417bdd2715f516))
* **UI:** Remove spinner and client side ad container elements when calling destroy ([#7320](https://github.com/shaka-project/shaka-player/issues/7320)) ([52b48be](https://github.com/shaka-project/shaka-player/commit/52b48be55dad8e89dad4d2d6181521209d04df36))

## [4.9.27](https://github.com/shaka-project/shaka-player/compare/v4.9.26...v4.9.27) (2024-09-14)


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

0 comments on commit f62c7b6

Please sign in to comment.