Skip to content

Version Packages#13782

Merged
raymondjacobson merged 1 commit intomainfrom
changeset-release/main
Mar 5, 2026
Merged

Version Packages#13782
raymondjacobson merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Feb 27, 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@14.0.0

Major Changes

  • d864806: Remove getPlaylistByHandleAndSlug in favor of getBulkPlaylists

    • Removes sdk.playlists.getPlaylistByHandleAndSlug() in favor of calling sdk.playlists.getBulkPlaylists({ permalink: ['/handle/playlist/playlist-name-slug'] })
    • Changes return values of CommentsAPI to match other APIs, removing success param.

Minor Changes

  • 71bb31b: Add programmable distribution config to stream_conditions

Patch Changes

  • 71bb31b: Fix missing bearer token for PUT /users

  • a7a9e17: Fix create/upload/update playlist in legacy path

    • publishTracks returns string track IDs, which were being incorrectly parsed as though they were numbers that needed converting. This was changed behavior from recent SDK changes made to match the POST endpoints as this was working previously
    • createPlaylist wasn't equipped to handle using a preset playlistId like our client expects, rejecting calls that had playlistId already set in the metadata (which would happen on our creation of playlists from scratch).
    • createPlaylistInternal was being passed parsed parameters in the createPlaylist case, and unparsed in the uploadPlaylist case, and used types that made it hard to squeeze both callsites in. This was resulting in incorrectly setting some IDs to hash IDs (eg in playlistContents) and was uncovered when fixing the playlistId bug above
    • updatePlaylist had incorrect schema still referencing coverArtCid instead of playlistImageSizesMultihash, blocking any playlist updates that included an image update
  • 8f12bb7: Fix cover art CID metadata properties for playlists and tracks.

  • 6cb4b6f: Fix UploadsApi to make start() a function

@audius/sdk-legacy@6.0.21

Patch Changes

@audius/sp-actions@1.0.25

Patch Changes

  • @audius/sdk-legacy@6.0.21

@github-actions github-actions bot force-pushed the changeset-release/main branch 4 times, most recently from 175f3c5 to 44a3128 Compare March 4, 2026 07:12
@github-actions github-actions bot force-pushed the changeset-release/main branch from 44a3128 to 04d56ee Compare March 5, 2026 00:07
@raymondjacobson raymondjacobson merged commit a7f600e into main Mar 5, 2026
3 checks passed
@raymondjacobson raymondjacobson deleted the changeset-release/main branch March 5, 2026 01:00
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.

1 participant