Commit a7f600e
authored
Version Packages (#13782)
This PR was opened by the [Changesets
release](https://github.com/changesets/action) 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
- Updated dependencies [71bb31b]
- Updated dependencies [71bb31b]
- Updated dependencies [a7a9e17]
- Updated dependencies [d864806]
- Updated dependencies [8f12bb7]
- Updated dependencies [6cb4b6f]
- @audius/sdk@14.0.0
## @audius/sp-actions@1.0.25
### Patch Changes
- @audius/sdk-legacy@6.0.21
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>1 parent d97368a commit a7f600e
13 files changed
Lines changed: 54 additions & 48 deletions
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
3 | 15 | | |
4 | 16 | | |
5 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
3 | 29 | | |
4 | 30 | | |
5 | 31 | | |
| |||
0 commit comments