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.4 #397

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps shaka-player from 4.11.2 to 4.11.4.

Release notes

Sourced from shaka-player's releases.

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.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
  • a3b05fa chore(v4.11.x): release 4.11.4 (#7335)
  • e625a47 fix(DASH): Fix HTTP redirect during manifest update (#7339)
  • 2db857b fix(offline): Text segments are downloaded before audio&video (#7336)
  • a9617b1 fix(Tizen): Adding gapPadding to gap manager to solve Tizen issue (#7331)
  • b53e173 fix(Ads): Fix JUMP implementation to avoid loop the same ad group in Intersti...
  • cd7ee74 fix: Fix external image track mime type (#7333)
  • 42a62a6 fix: Avoid make HEAD request for image mime type (#7332)
  • 5c23fbd chore: Update bug template (#7330)
  • 8abc69d fix(HLS): Fix uncaught error in slow network scenario (#7321)
  • 88ab801 chore: Update sjn translations (#7324)
  • 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.4.
- [Release notes](https://github.com/shaka-project/shaka-player/releases)
- [Changelog](https://github.com/shaka-project/shaka-player/blob/v4.11.4/CHANGELOG.md)
- [Commits](shaka-project/shaka-player@v4.11.2...v4.11.4)

---
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 18, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 24, 2024

Superseded by #402.

@dependabot dependabot bot closed this Sep 24, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/shaka-player-4.11.4 branch September 24, 2024 23:48
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