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(deps-dev): bump shaka-player from 4.11.2 to 4.11.5 #402

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 24, 2024

Bumps shaka-player from 4.11.2 to 4.11.5.

Release notes

Sourced from shaka-player's releases.

v4.11.5

4.11.5 (2024-09-24)

Bug Fixes

  • Active track state on variantchanged and adaptation events (#7350) (4968472)
  • Avoid notify buffered changes when segment appended is text (#7353) (68b77bb)
  • dash: live to vod transition seek start (#7347) (371edbe)
  • Disable Encryption Scheme Polyfil On Some Devices (#7355) (b9bd851)
  • Do not recognize Sky Q as Apple device (#7357) (30d9628)
  • HLS: Allow sync live streams without PROGRAM-DATE-TIME (#7340) (5655ade)
  • UI: Fix missing tracks in resolution selector (#7352) (9c3cd7c)

v4.11.4

4.11.4 (2024-09-18)

Bug Fixes

  • Ads: Fix JUMP implementation to avoid loop the same ad group in Interstitials (#7329) (b53e173)
  • Avoid make HEAD request for image mime type (#7332) (42a62a6)
  • DASH: Fix HTTP redirect during manifest update (#7339) (e625a47)
  • Fix external image track mime type (#7333) (cd7ee74)
  • HLS: Fix uncaught error in slow network scenario (#7321) (8abc69d)
  • offline: Text segments are downloaded before audio&video (#7336) (2db857b)
  • Tizen: Adding gapPadding to gap manager to solve Tizen issue (#7331) (a9617b1)
  • UI: Remove spinner and client side ad container elements when calling destroy (#7320) (192f9ad)

v4.11.3

4.11.3 (2024-09-14)

Bug Fixes

  • DASH: Allow mixing SegmentTemplate-SegmentTimeline with SegmentTemplate-numbering (#7286) (848bd37)
  • DASH: Clear streamMap when period is removed from the manifest (#7297) (edc08bd)
  • DASH: Clear usedPeriodIds when period is removed from the manifest (#7305) (18f919f)
  • DASH: Clone closedCaptions map in PeriodCombiner output stream (#7309) (9a022aa), closes #7303
  • DASH: Evict (by time) indexes in MetaSegmentIndex (#7296) (47c5562)
  • Do not seek to first subtitle (#7312) (7ed7b2c), closes #7310

Performance Improvements

  • DASH: Create segment indexes only on new periods (#7294) (8131b91)
  • DASH: Delete old matchedStreams (#7301) (b8f403f)
  • DASH: Delete old matchedStreams when using trickmodeVideo (#7306) (cde44f8)
  • Only use tXml parent when necessary (#7304) (104d657)
Changelog

Sourced from shaka-player's changelog.

4.11.5 (2024-09-24)

Bug Fixes

  • Active track state on variantchanged and adaptation events (#7350) (4968472)
  • Avoid notify buffered changes when segment appended is text (#7353) (68b77bb)
  • dash: live to vod transition seek start (#7347) (371edbe)
  • Disable Encryption Scheme Polyfil On Some Devices (#7355) (b9bd851)
  • Do not recognize Sky Q as Apple device (#7357) (30d9628)
  • HLS: Allow sync live streams without PROGRAM-DATE-TIME (#7340) (5655ade)
  • UI: Fix missing tracks in resolution selector (#7352) (9c3cd7c)

4.11.4 (2024-09-18)

Bug Fixes

  • Ads: Fix JUMP implementation to avoid loop the same ad group in Interstitials (#7329) (b53e173)
  • Avoid make HEAD request for image mime type (#7332) (42a62a6)
  • DASH: Fix HTTP redirect during manifest update (#7339) (e625a47)
  • Fix external image track mime type (#7333) (cd7ee74)
  • HLS: Fix uncaught error in slow network scenario (#7321) (8abc69d)
  • offline: Text segments are downloaded before audio&video (#7336) (2db857b)
  • Tizen: Adding gapPadding to gap manager to solve Tizen issue (#7331) (a9617b1)
  • UI: Remove spinner and client side ad container elements when calling destroy (#7320) (192f9ad)

4.11.3 (2024-09-14)

Bug Fixes

  • DASH: Allow mixing SegmentTemplate-SegmentTimeline with SegmentTemplate-numbering (#7286) (848bd37)
  • DASH: Clear streamMap when period is removed from the manifest (#7297) (edc08bd)
  • DASH: Clear usedPeriodIds when period is removed from the manifest (#7305) (18f919f)
  • DASH: Clone closedCaptions map in PeriodCombiner output stream (#7309) (9a022aa), closes #7303
  • DASH: Evict (by time) indexes in MetaSegmentIndex (#7296) (47c5562)
  • Do not seek to first subtitle (#7312) (7ed7b2c), closes #7310

Performance Improvements

  • DASH: Create segment indexes only on new periods (#7294) (8131b91)
  • DASH: Delete old matchedStreams (#7301) (b8f403f)
  • DASH: Delete old matchedStreams when using trickmodeVideo (#7306) (cde44f8)
  • Only use tXml parent when necessary (#7304) (104d657)
Commits
  • b3f7e9a chore(v4.11.x): release 4.11.5 (#7363)
  • 68b77bb fix: Avoid notify buffered changes when segment appended is text (#7353)
  • 30d9628 fix: Do not recognize Sky Q as Apple device (#7357)
  • b9bd851 fix: Disable Encryption Scheme Polyfil On Some Devices (#7355)
  • 4968472 fix: Active track state on variantchanged and adaptation events (#7350)
  • 9c3cd7c fix(UI): Fix missing tracks in resolution selector (#7352)
  • 371edbe fix(dash): live to vod transition seek start (#7347)
  • bb338d5 chore: Improve logging around test setup failures (#7344)
  • 8286194 test: Fix uncaught errors while testing on Cast (#7345)
  • f4a65b3 test: Don't fail tests when cast property can't be deleted (#7342)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [shaka-player](https://github.com/shaka-project/shaka-player) from 4.11.2 to 4.11.5.
- [Release notes](https://github.com/shaka-project/shaka-player/releases)
- [Changelog](https://github.com/shaka-project/shaka-player/blob/v4.11.5/CHANGELOG.md)
- [Commits](shaka-project/shaka-player@v4.11.2...v4.11.5)

---
updated-dependencies:
- dependency-name: shaka-player
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 24, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 25, 2024

Superseded by #406.

@dependabot dependabot bot closed this Sep 25, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/shaka-player-4.11.5 branch September 25, 2024 23:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants