Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(v4.11.x): release 4.11.10 #7491

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.11.9"
".": "4.11.10"
}
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [4.11.10](https://github.com/shaka-project/shaka-player/compare/v4.11.9...v4.11.10) (2024-10-24)


### Bug Fixes

* **Ads:** Allow preload and remove old interstitials when playing a interstitial ([#7465](https://github.com/shaka-project/shaka-player/issues/7465)) ([4a9635d](https://github.com/shaka-project/shaka-player/commit/4a9635d3ca86a2b7933ef8723625131e7c2f242b))
* **Ads:** Disable interstitials when using AirPlay ([#7479](https://github.com/shaka-project/shaka-player/issues/7479)) ([eae6ca0](https://github.com/shaka-project/shaka-player/commit/eae6ca071b5ae930208bdbdd087c73527863daf9))
* **Ads:** Don't load useless segments when using playoutLimit on interstitial ads ([#7469](https://github.com/shaka-project/shaka-player/issues/7469)) ([5e522d3](https://github.com/shaka-project/shaka-player/commit/5e522d3fca1a3f35379a31f2e132183497f7cd73))
* **Ads:** fix pre-roll identification when using src= ([#7493](https://github.com/shaka-project/shaka-player/issues/7493)) ([29d08b0](https://github.com/shaka-project/shaka-player/commit/29d08b02ca396e36f1620a0a3c3d819796433cee))
* **Ads:** Limit interstitial duration to actual duration if available ([#7480](https://github.com/shaka-project/shaka-player/issues/7480)) ([9b6e40d](https://github.com/shaka-project/shaka-player/commit/9b6e40deab3a95cacfb26185560bf278f8004b61))
* **Ads:** Limit interstitial duration to actual duration if available when using src= ([#7488](https://github.com/shaka-project/shaka-player/issues/7488)) ([a9a2c52](https://github.com/shaka-project/shaka-player/commit/a9a2c52cd4661db65cd59780f09fc3f6cde037c6))
* Allow streaming again when we reset MSE ([#7495](https://github.com/shaka-project/shaka-player/issues/7495)) ([8d2ca38](https://github.com/shaka-project/shaka-player/commit/8d2ca382f47db28e2f86c9937068c07228add95e))
* Fix disable stream when no manifest ([#7497](https://github.com/shaka-project/shaka-player/issues/7497)) ([81822eb](https://github.com/shaka-project/shaka-player/commit/81822eba9761e17ecc28f7dc688e91a10a448656))
* Fix metadata timing when using TS ([#7478](https://github.com/shaka-project/shaka-player/issues/7478)) ([3b27c13](https://github.com/shaka-project/shaka-player/commit/3b27c13b3e6d78072eaa742678a998905325d5f1))
* Fix reset MSE to last independent segment ([#7494](https://github.com/shaka-project/shaka-player/issues/7494)) ([1db5733](https://github.com/shaka-project/shaka-player/commit/1db5733ab4e4e48a9aca6ed26b2a45e287fb8c3e))
* Fix select HLG tracks when using AUTO hdr level ([#7470](https://github.com/shaka-project/shaka-player/issues/7470)) ([42bed95](https://github.com/shaka-project/shaka-player/commit/42bed95cc255e2e318af9457783d2b9b2f9c11fe))
* Fix Windows detection ([#7476](https://github.com/shaka-project/shaka-player/issues/7476)) ([0462d1b](https://github.com/shaka-project/shaka-player/commit/0462d1b529ac83d317fd7a95bbd024366a506fcc))
* **MSS:** Don't allow prefetch segments with self-generated data ([#7485](https://github.com/shaka-project/shaka-player/issues/7485)) ([3391ba6](https://github.com/shaka-project/shaka-player/commit/3391ba6af16264627f3d69b36b3bca5fe9c0f923))
* **MSS:** Fix timeline repetitions ([#7484](https://github.com/shaka-project/shaka-player/issues/7484)) ([806dd5a](https://github.com/shaka-project/shaka-player/commit/806dd5ac5bdf6494ae3921538c81f60e8cbf9a2b))
* **UI:** Don't enable StatisticsButton when create overflow menu ([#7481](https://github.com/shaka-project/shaka-player/issues/7481)) ([82f3d69](https://github.com/shaka-project/shaka-player/commit/82f3d697af543fe90f2b5002b1c67778959110f1))
* **UI:** Hidden cursor correctly ([#7464](https://github.com/shaka-project/shaka-player/issues/7464)) ([37ede65](https://github.com/shaka-project/shaka-player/commit/37ede6553f5dddfb39882437a648b2e0023b7f5d))

## [4.11.9](https://github.com/shaka-project/shaka-player/compare/v4.11.8...v4.11.9) (2024-10-21)


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