Merged
Conversation
175f3c5 to
44a3128
Compare
44a3128 to
04d56ee
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.
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
sdk.playlists.getPlaylistByHandleAndSlug()in favor of callingsdk.playlists.getBulkPlaylists({ permalink: ['/handle/playlist/playlist-name-slug'] })CommentsAPIto match other APIs, removingsuccessparam.Minor Changes
Patch Changes
71bb31b: Fix missing bearer token for PUT /users
a7a9e17: Fix create/upload/update playlist in legacy path
publishTracksreturns 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 previouslycreatePlaylistwasn't equipped to handle using a presetplaylistIdlike our client expects, rejecting calls that hadplaylistIdalready set in the metadata (which would happen on our creation of playlists from scratch).createPlaylistInternalwas being passed parsed parameters in thecreatePlaylistcase, and unparsed in theuploadPlaylistcase, and used types that made it hard to squeeze both callsites in. This was resulting in incorrectly setting some IDs to hash IDs (eg inplaylistContents) and was uncovered when fixing the playlistId bug aboveupdatePlaylisthad incorrect schema still referencingcoverArtCidinstead ofplaylistImageSizesMultihash, blocking any playlist updates that included an image update8f12bb7: 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