Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
v4.0.0-rc.2 (2024-02-07)
Overview
The rc.1 seemed pretty stable, yet we had some issues with our
MULTI_THREAD
experimental feature on some older TV that we would prefer to fix for thev4.0.0
(explained in #1372) so that everyone could test that new shiny feature with confidence at the official release (even if it will stay "experimental" to let us update its API if needed).So here comes a rc2!
Other changes are a small fix in
UTCTiming
handling (that we also have to fix in v3), doc updates and updates to simplify our building script. So from what we've seen that's a good sign for the evaluated stability of the v4.Changelog
Features
attachWorker
now returns a Promise to indicate when WebWorker attachment failed [MakeattachWorker
return a promise #1374]Bug fixes
<UTCTiming>
resources at each refresh if it failed for the first request of the Manifest [Don't re-load a Manifest's optional external resource each time if initial failed #1370]DASH_WASM
feature do not rely on WebAssembly's sign-extension operators anymore as that is poorly supported on older Samsung and LG TVs [WASM: Temporarily rollback on wasm-opt dependency for release builds to make it work on some LG + Samsung TVs #1372]Other improvements