chore(v4.0.x): release 5.0.0 - #26
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
github-actions
Bot
force-pushed
the
release-please--branches--v4.0.x--components--shaka-player
branch
from
July 11, 2022 14:20
92f0352 to
ad45ea3
Compare
github-actions
Bot
force-pushed
the
release-please--branches--v4.0.x--components--shaka-player
branch
from
August 30, 2022 15:17
ad45ea3 to
3f1aaee
Compare
github-actions
Bot
force-pushed
the
release-please--branches--v4.0.x--components--shaka-player
branch
from
August 30, 2022 15:17
3f1aaee to
719803e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
🤖 I have created a release beep boop
5.0.0 (2022-08-30)
⚠ BREAKING CHANGES
manifest.dash.defaultPresentationDelayhas been replaced bymanifest.defaultPresentationDelay(deprecated in v3.0.0)new(deprecated in v3.1.0)shaka.Player.prototype.addTextTrack()has been replaced byaddTextTrackAsync(), which returns aPromise(deprecated in v3.1.0)shaka.ui.TrackLabelFormathas been renamed toshaka.ui.Overlay.TrackLabelFormat(deprecated in v3.1.0)shaka.ui.FailReasonCodehas been renamed toshaka.ui.Overlay.FailReasonCode(deprecated in v3.1.0)shaka.offline.Storage.prototype.store()returnsAbortableOperationinstead ofPromise(deprecated in v3.0.0)shaka.offline.Storage.prototype.getStoreInProgress()has been removed; concurrent operations are supported, so callers don't need to check this (deprecated in v3.0.0)shaka.util.Uint8ArrayUtils.equalhas been replaced byshaka.util.BufferUtils.equal, which can handle multiple types of buffers (deprecated in v3.0.0)shaka.media.SegmentIndex.prototype.destroy()has been replaced byrelease(), which is synchronous (deprecated in v3.0.0)shaka.media.SegmentIterator.prototype.seek(), which mutates the iterator, has been replaced byshaka.media.SegmentIndex.getIteratorForTime()(deprecated in v3.1.0)shaka.media.SegmentIndex.prototype.merge()has become private; usemergeAndEvict()instead (deprecated in v3.2.0)AbrManagerplugins must implement theplaybackRateChanged()method (deprecated in v3.0.0)shaka.extern.Cue.prototype.spacerhas been replaced by the more clearly-namedlineBreak(deprecated in v3.1.0)IUIElementplugins must have arelease()method (notdestroy()) (deprecated in v3.0.0)Features
shaka.util.Uint8ArrayUtils.equalhas been replaced byshaka.util.BufferUtils.equal, which can handle multiple types of buffers (deprecated in v3.0.0) (ac5acc8)manifest.dash.defaultPresentationDelayhas been replaced bymanifest.defaultPresentationDelay(deprecated in v3.0.0) (ac5acc8)new(deprecated in v3.1.0) (ac5acc8)shaka.media.SegmentIndex.prototype.destroy()has been replaced byrelease(), which is synchronous (deprecated in v3.0.0) (ac5acc8)shaka.media.SegmentIndex.prototype.merge()has become private; usemergeAndEvict()instead (deprecated in v3.2.0) (ac5acc8)shaka.media.SegmentIterator.prototype.seek(), which mutates the iterator, has been replaced byshaka.media.SegmentIndex.getIteratorForTime()(deprecated in v3.1.0) (ac5acc8)shaka.offline.Storage.prototype.getStoreInProgress()has been removed; concurrent operations are supported, so callers don't need to check this (deprecated in v3.0.0) (ac5acc8)shaka.offline.Storage.prototype.store()returnsAbortableOperationinstead ofPromise(deprecated in v3.0.0) (ac5acc8)shaka.Player.prototype.addTextTrack()has been replaced byaddTextTrackAsync(), which returns aPromise(deprecated in v3.1.0) (ac5acc8)AbrManagerplugins must implement theplaybackRateChanged()method (deprecated in v3.0.0) (ac5acc8)IUIElementplugins must have arelease()method (notdestroy()) (deprecated in v3.0.0) (ac5acc8)shaka.extern.Cue.prototype.spacerhas been replaced by the more clearly-namedlineBreak(deprecated in v3.1.0) (ac5acc8)shaka.ui.FailReasonCodehas been renamed toshaka.ui.Overlay.FailReasonCode(deprecated in v3.1.0) (ac5acc8)shaka.ui.TrackLabelFormathas been renamed toshaka.ui.Overlay.TrackLabelFormat(deprecated in v3.1.0) (ac5acc8)Bug Fixes