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

Update dependency hls.js to v1.4.0 #16191

Merged
merged 1 commit into from May 5, 2023
Merged

Update dependency hls.js to v1.4.0 #16191

merged 1 commit into from May 5, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 14, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
hls.js 1.3.5 -> 1.4.0 age adoption passing confidence

Release Notes

video-dev/hls.js

v1.4.0

Compare Source

Summary

HLS.js v1.4.0 includes support for HLS Content Steering, EXT-X-DEFINE Variable Substitution, and preliminary support for GAP tags. An updated build process and packager provides ES module and worker script output with smaller script payloads. It also includes ABR improvements for short segments and Low-Latency HLS Parts, async xhrSetup support, new load policy error handling config options, and other bug fixes and enhancements.

Demo Page

https://eea405db.hls-js-dev.pages.dev/

Changes Since The Last Release

New Features
Enhancements and Bug Fixes
CI and Documentation

API and Breaking Changes

New API Features and Deprecations since v1.3

Note all deprecations are soft deprecations, meaning that none of the deprecated options or attributes were removed from the runtime player. They will remain available for backwards compatibility until v2.0.

  • Added config.workerPath to support loading of a hosted hls.worker.js script over worker injection
  • xhrSetup can optionally return a Promise for async setup of XMLHttpRequest instances
  • ERROR Event enhancements:
    • All ERROR events include an error property of type Error which references either a caught exception or an Error object instantiated at the point of failure with a friendly error message
    • Added errorAction property to ERROR events, used by error-controller to resolve errors through retries and adaptive switching
    • Added stats property to ERROR events, used to gather timing information from network errors
    • Marked ERROR event err deprecated (replaced by error)
  • Added LEVEL_PARSING_ERROR to ErrorDetails, triggered when the playlist parser encounters invalid HLS content (Variable Substitution)
  • Added FRAG_GAP to ErrorDetails triggered when encountering a Segment or Part with a GAP tag or attribute, instead of attempting to load the media marked as unavailable. Error handling will attempt to switch renditions or jump the gap if a suitable replacement is not found.
  • Marked lowBufferWatchdogPeriod as deprecated (implementation missing/removed)
  • Deprecated loading timeout and retry config options in favor of new LoadPolicy options
    • A warning is logged when configuring the player with the deprecated loading settings, as they are converted to the new load policy options.
Upgrade Disclaimer

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.

New Contributors

Full Changelog: video-dev/hls.js@v1.3.5...v1.4.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the Dependencies Pull requests that update a dependency file label Apr 14, 2023
@bramkragten bramkragten merged commit 1da009b into dev May 5, 2023
7 checks passed
@bramkragten bramkragten deleted the renovate/hls.js-1.x branch May 5, 2023 14:31
@github-actions github-actions bot locked and limited conversation to collaborators May 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant