Open
Conversation
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@audius/sdk@12.0.0
Major Changes
aa4e32c: Update track file uploads to use TUS protocol
sdk.tracks.uploadTrack(),sdk.tracks.updateTrack(),sdk.playlists.uploadPlaylist(),sdk.playlists.updatePlaylist(),sdk.albums.uploadAlbum(),sdk.albums.updateAlbum(), parameters have changed:trackFile/trackFilesis nowaudioFile/audioFilescoverArtFileis nowimageFileonProgressfor tracks, playlists, and albums uploads/updates now has the form(progress: number, event: { key: 'audio' | 'image' | number, loaded?: number, total?: number, transcode?: number }) => void, whereprogressis a number between 0 and 1 showing the overall progress,keyis a reference to what's being uploaded (where numbers are the index of the audio file in the case of albums/playlists),loaded/totalare the number of bytes uploaded and total bytes, respectively, andtranscodeis a number between 0-1 of the transcode progress, if applicable.Audio file uploads will now autoretry three times on failure/network disconnect, and resume if there were pending uploads in local storage.
@audius/sdk-legacy@6.0.16
Patch Changes
@audius/sp-actions@1.0.20
Patch Changes