Version Packages - #14545
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
|
Dependency limit exceeded — report not shown. This pull request scan exceeded the 10,000-dependency limit applied to this scan, so the results are incomplete and may be inaccurate. To avoid reporting false positives, Socket has not posted a report. Upgrade your plan to raise the dependency limit and get complete reports, or view the partial scan in the dashboard. Socket is always free for open source. If this is a non-commercial open source project, contact us to request a free Team account. |
github-actions
Bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
August 7, 2026 10:15
3fde8ce to
38c70a9
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 8, 2026 22:24
38c70a9 to
510ed6c
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@17.0.0
Major Changes
5714430: Audio uploads and preview generation now carry the id of the user they are made for. Validator nodes attest the resulting cids to that user on chain, which is what makes them claimable on a track once content authorization is enforced;
generate_previewadditionally refuses users that do not already claim the source audio.BREAKING:
userId(encoded id) is now required ontracks.uploadTrackFilesanduploads.createAudioUpload, andStorage.generatePreviewrequires a decodeduserId. The high-level methods (createTrack,updateTrack,uploadTrack,publishTrack) already requireduserIdand now thread it through automatically — callers of those need no changes. The id is always explicit, never derived from auth state, because a manager or developer-app session can act for more than one user.No signature or wallet is involved: the id is an assertion, and ownership is enforced where it always was — in the signed entity-manager write that names a cid on a track.
Patch Changes
totalVolumeUSDfrom theCoinmodel. The/v1/coinsendpoint no longer returns this field.domains,types, andgeneratorsexports from the internalsignatureSchemasmodule and rename what remains (getNonce) tononce.ts. None of the removed definitions were reachable from the public SDK entry point, so this is not a breaking change.permalinkto theEventmodel, syncing the generated SDK with the current API (the/v1/eventsresponse now returns a canonical contest permalink).@audius/sdk-legacy@6.0.30
Patch Changes
@audius/sp-actions@1.0.34
Patch Changes
@audius/protocol-dashboard@0.1.20
Patch Changes