Skip to content

Conversation

@dependabot-preview
Copy link

Bumps hls.js from 0.13.2 to 1.0.3.

Release notes

Sourced from hls.js's releases.

v1.0.2

Summary

HLS.js v1.0.2 includes several bug fixes and improvements over the last release.

Demo Page

https://hls-js-9de24021-304f-45c8-9b76-3d123c91c697.netlify.app/demo/

Changes Since The Last Release

video-dev/hls.js@v1.0.1...v1.0.2

  • Fixed DEFAULT=YES on caption tracks not being respected - #3781 resolves #3780
  • Fixed audio-buffer stall with frequent audio group switching - #3800 resolves #3770
  • Fixed AES-128 in streams with alt-audio tracks - #3782 resolves #3772
  • Fixed setInterval/Timer regression in fps-controller - #3799 resolves #3790
  • Fixed playlist URL search params being sorted and re-encoded - #3787 resolves #3786
  • Fixed LL-HLS playlist requests with _HLS_part param starting at 0 for next sn - #3784 resolves #3571/#3771
  • Fixed blocking playlist requests with lowLatencyMode set to false - #3792 resolves #3566
  • Fixed fetch-loader progressive bandwidth sampling - #3801 resolves #3789

API and Breaking Changes

If you are upgrading from version v0.14.17 or lower, see the MIGRATING guide for API changes between v0.14.x and v1.0.0.

Feedback

Please provide feedback via Issues in GitHub. For more details on how to contribute to HLS.js, see our CONTRIBUTING guide.

v1.0.1

Summary

HLS.js v1.0.1 includes several bug fixes and improvements over the last release.

Demo Page

https://hls-js-214a1a90-214b-4c4d-a32a-d2d2f9d2824c.netlify.app/demo/

Changes Since The Last Release

video-dev/hls.js@v1.0.0...v1.0.1

  • Fixed level and track switching after the last segment has been appended - #3774
  • Fixed playback failure when the order of audio tracks within each group is inconsistent in the manifest - #3731 Resolves #3729
  • Changed how the “age” header is accessed - #3763 Resolves #3680
  • Fixed recursion when calling loadSource() in MEDIA_ATTACHED event - #3754 Resolves #3732
  • Fixed use of config.startPosition to override live sync position in live streams - #3740 Resolves #3736
  • Fixed audio group switching with fmp4 segmented audio tracks - #3748 Resolves #3741
  • Improved detection of fmp4 segments in m3u8 parser for streams with SIDX and no EXT-X-MAP tags - #3758 Resolves #3756
  • Made startLoad() and stopLoad() no-ops after destroy() - #3710
  • Made a minor change to the Loader interface (see below) - #3711
  • Fixed progressive fetch loader leaves video artifacts or glitches - #3755 Resolves #3747

API and Breaking Changes

If you are upgrading from version v0.14.17 or lower, see the MIGRATING guide for API changes between v0.14.x and v1.0.0.

This release includes a change to the Loader interface. Loader.getResponseHeader() has been replaced with Loader.getCacheAge(). If you have developed a custom loader for v1.0.0 you may need to make changes for your build or type checks. There should be no runtime impact. We will try to avoid changes like this in patch versions in the future.

... (truncated)

Commits
  • d3fa6d3 Merge pull request #3873 from video-dev/renovate/netlify-cli-3.x
  • 42a0d09 [skip netlify] Update dependency netlify-cli to v3.29.0
  • fe23420 Merge pull request #3872 from video-dev/renovate/netlify-cli-3.x
  • fb15e21 [skip netlify] Update dependency netlify-cli to v3.28.1
  • 9d22536 Merge pull request #3866 from video-dev/bugfix/subtitle-controller-seeking
  • ee81688 [skip netlify] Update dependency lint-staged to v11 (#3868)
  • 6e1bc9e Merge pull request #3870 from video-dev/renovate/chai-4.x
  • 408faaf [skip netlify] Update dependency @​types/chai to v4.2.18
  • d387e63 Merge pull request #3871 from video-dev/renovate/eslint-7.x
  • edc9bd1 [skip netlify] Update dependency eslint to v7.26.0
  • 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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [hls.js](https://github.com/video-dev/hls.js) from 0.13.2 to 1.0.3.
- [Release notes](https://github.com/video-dev/hls.js/releases)
- [Changelog](https://github.com/video-dev/hls.js/blob/master/docs/release-process.md)
- [Commits](video-dev/hls.js@v0.13.2...v1.0.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 10, 2021
@dependabot-preview
Copy link
Author

Superseded by #144.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/v0.4.2/hls.js-1.0.3 branch May 18, 2021 05:14
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.

1 participant