Skip to content

Conversation

@dependabot-preview
Copy link

Bumps hls.js from 0.13.2 to 1.0.1.

Release notes

Sourced from hls.js's releases.

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.

Feedback

To provide feedback please file a bug report or feature request via the issue tracker. For more details on how to contribute to HLS.js, see our CONTRIBUTING guide.`

v1.0.0

HLS.js v1.0.0 has arrived! Thank you to everyone who contributed to this release and hls.js in general.

New Features

  • Apple Low-Latency HLS support
  • Improved support for redundant variants with tracks
  • Improved support for GROUP-ID audio and subtitle track selection sets
  • Improved support for fmp4 streams (including those with alternate codecs)
  • Chunk-Transfer "progressive" streaming option (experimental)
  • All src modules have been converted to TypeScript

API and Breaking Changes

See the new MIGRATING guide for API changes between v0.14.x and v1.0.0.

Changes Since The Last Release Candidate

video-dev/hls.js@v1.0.0-rc.6...v1.0.0

  • Fixed PIPELINE_ERROR_DECODE error in streams with AAC segments - #3703
  • Improved end-of-stream handling - #3704
  • IE11, README v1, and Functional Test Fixes #3705
    • Added drift to public API
    • IE11 Functional Test Fixes

... (truncated)

Commits
  • c9149f9 Merge pull request #3777 from video-dev/bugfix/track-switch-after-loaded
  • 84ecec1 Fix switching to track after track has been loaded
  • fe97657 Merge pull request #3775 from video-dev/renovate/netlify-cli-3.x
  • 62d5821 [skip netlify] Update dependency netlify-cli to v3.18.0
  • ba317bc Lint unused vars
  • d4aabab Merge pull request #3776 from video-dev/bugfix/level-or-track-switch-after-ended
  • 8851472 Reset stream controller ENDED state after flushing the buffer for main audio-...
  • ed20981 Merge pull request #3774 from video-dev/bugfix/level-or-track-switch-after-ended
  • 4d98e18 Reset stream controller ENDED state after flushing the buffer
  • e326e50 Merge pull request #3766 from softworkz/vsignore
  • 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.1.
- [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.1)

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 Apr 15, 2021
@dependabot-preview
Copy link
Author

Superseded by #121.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/v0.4.2/hls.js-1.0.1 branch April 22, 2021 13:40
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