Skip to content

Version Packages#13661

Open
github-actions[bot] wants to merge 1 commit intomainfrom
changeset-release/main
Open

Version Packages#13661
github-actions[bot] wants to merge 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Feb 5, 2026

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/trackFiles is now audioFile/audioFiles
      • coverArtFile is now imageFile
      • onProgress for tracks, playlists, and albums uploads/updates now has the form (progress: number, event: { key: 'audio' | 'image' | number, loaded?: number, total?: number, transcode?: number }) => void, where progress is a number between 0 and 1 showing the overall progress, key is a reference to what's being uploaded (where numbers are the index of the audio file in the case of albums/playlists), loaded/total are the number of bytes uploaded and total bytes, respectively, and transcode is 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

  • Updated dependencies [aa4e32c]
    • @audius/sdk@12.0.0

@audius/sp-actions@1.0.20

Patch Changes

  • @audius/sdk-legacy@6.0.16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants