-
v1.1.12 Stable
released this
2026-08-23 17:25:46 +00:00 | 0 commits to main since this releaseChangelog
Changed
- update all non-major dependencies (#47)
This PR contains the following updates:
Release Notes
vitest-dev/vitest (@vitest/coverage-v8)
v4.1.11🐞 Bug Fixes
- Revive global concurrency limit for test lifecycle [backport to v4] - by @sheremet-va and @hi-ogawa in #10992 (5146d)
- browser:
- Encode iframeId in tester iframe URL [backport to v4] - by @sheremet-va, Pduhard and Claude Opus 4.8 in #10955 (10b2c)
- Trigger playwright/chromium gc on lower disk availability [backport to v4] - by @hi-ogawa, Hiroshi Ogawa and OpenCode in #10951 (9851d)
- mocker:
- Restrict redirect mocks to the fs allowlist [backport to v4] - by @sheremet-va in #10974 (fe5a1)
View changes on GitHub
NaturalIntelligence/fast-xml-parser (fast-xml-parser)
v5.11.0What's Changed
- add support for endIndex in node metadata (5.x edition) by @Wain-PC in #850
- fix: don't crash on a closing tag with no matching opening tag by @hdimer in #861
New Contributors
Full Changelog: https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.10.1...v5.11.0
capricorn86/happy-dom (happy-dom)
v20.11.6👷♂️ Patch fixes
- Updates docs for the global-registrator package - By @capricorn86 in task #2300
v20.11.5👷♂️ Patch fixes
- Allow explicit element types for querySelector (e.g.
querySelector<HTMLInputElement>(".my-input")) - By @cyphercodes
v20.11.4👷♂️ Patch fixes
- Fixes the CORS check
fetch()to match origins instead of host and protocol - By @rexxars in task #1490
v20.11.3👷♂️ Patch fixes
- Make document.links return a live HTMLCollection - By @bangseongbeom in task #2299
- Copy labels array to prevent mutation of cached querySelectorAll result - By @mixelburg in task #2226
video-dev/hls.js (hls.js)
v1.7.1Summary
HLS.js v1.7.1 includes bug fixes and improvements over the previous release.
Changes Since The Last Release
- Fix Interstitial snap-out at live edge and
BUFFER_APPEND_NO_PROGRESSfalse positives (#7979) @robwalch - Workaround issue where
ManagedMediaSourcedoes not emit "startstreaming" when seeking (#7984) - Fix permanent stall loading fragment-hint parts of encrypted low-latency streams (#7976) @zaki699-blip
- Document decode timebase change in MIGRATING (#7986) @robwalch
Demo Page
https://26ea065a.hls-js-dev.pages.dev/demo/
API and Breaking Changes
No public exports were removed and no runtime behavior changes are required to upgrade from v1.6 to v1.7. TypeScript consumers might see new compile errors where previously loose types have been narrowed. Each is listed with upgrade guidance in the migration guide:
https://github.com/video-dev/hls.js/blob/v1.7.0/MIGRATING.md#migrating-from-hlsjs-16-to-17Some exported type dependencies ("eventemitter3", "@svta/cml-cmcd", "@svta/cml-utils", "@svta/cml-structured-field-values") have not been bundled with hls.d.ts. Please file an issue if this is blocking you from upgrading.
Feedback
Please provide feedback via Issues in GitHub. For more details on how to contribute to HLS.js, see our CONTRIBUTING guide.
versatica/mediasoup (mediasoup)
v3.26.0- Breaking change: Simulcast and SVC: Limit temporal layer to the preferred one (PR #1892).
v3.25.0- Worker: Fix undefined behavior in
RtpStreamRecv::UpdateScore()when no packets were received (PR #1886). - SCTP: Fix
SackChunk::GetValidatedGapAckBlocks()returning a bogus gap-ack-block (PR #1891). - Do not make generated RTCP Sender Reports depend on RTP packet arrival time (issue #1881):
RemoteClockOffsetEstimatorclass (PR #1882).- Prepare
RtpStreamclasses for capture time based RTCP Sender Reports (PR #1883, PR #1888). RemoteCaptureTimeEstimatorclass (PR #1884).- Estimate the capture instant of each received RTP packet (PR #1885).
- Generate RTCP Sender Reports based on the capture instant of the media rather than on the packet arrival time (PR #1887).
SimulcastProducerStreamManager: Apply new capture time logic and fix 'abs-capture-time' rewriting (PR #1889).
- If you want to rebase/retry this PR, check this box
Installation
Downloads