Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/sdk-coin-drop-total-volume.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sdk-drop-dead-signature-schemas.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sdk-event-permalink.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/sdk-upload-user-attribution.md

This file was deleted.

16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions packages/libs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @audius/sdk

## 6.0.30

### Patch Changes

- Updated dependencies [294f53d]
- Updated dependencies [075329a]
- Updated dependencies [4c4b321]
- Updated dependencies [5714430]
- @audius/sdk@17.0.0

## 6.0.29

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/libs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@audius/sdk-legacy",
"version": "6.0.29",
"version": "6.0.30",
"audius": {
"releaseSHA": "f1d70a2a0643c5c84d8ab053f70c1e0a2ec3ad49"
},
Expand Down Expand Up @@ -44,7 +44,7 @@
"dependencies": {
"@audius/fixed-decimal": "0.2.1",
"@audius/hedgehog": "3.0.0-alpha.1",
"@audius/sdk": "16.0.0",
"@audius/sdk": "17.0.0",
"@audius/spl": "2.1.0",
"@babel/core": "^7.23.7",
"@babel/plugin-proposal-class-static-block": "7.21.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/protocol-dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @audius/protocol-dashboard

## 0.1.20

### Patch Changes

- Updated dependencies [294f53d]
- Updated dependencies [075329a]
- Updated dependencies [4c4b321]
- Updated dependencies [5714430]
- @audius/sdk@17.0.0
- @audius/sdk-legacy@6.0.30

## 0.1.19

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/protocol-dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@audius/protocol-dashboard",
"version": "0.1.19",
"version": "0.1.20",
"private": true,
"type": "module",
"homepage": "./",
Expand Down Expand Up @@ -39,8 +39,8 @@
"@apollo/client": "3.3.7",
"@audius/common": "*",
"@audius/harmony": "*",
"@audius/sdk": "16.0.0",
"@audius/sdk-legacy": "6.0.29",
"@audius/sdk": "17.0.0",
"@audius/sdk-legacy": "6.0.30",
"@audius/stems": "0.3.10",
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @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_preview` additionally refuses users that do not already claim the source audio.

BREAKING: `userId` (encoded id) is now required on `tracks.uploadTrackFiles` and `uploads.createAudioUpload`, and `Storage.generatePreview` requires a decoded `userId`. The high-level methods (`createTrack`, `updateTrack`, `uploadTrack`, `publishTrack`) already required `userId` and 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

- 294f53d: Remove `totalVolumeUSD` from the `Coin` model. The `/v1/coins` endpoint no longer returns this field.
- 075329a: Remove unused EIP-712 `domains`, `types`, and `generators` exports from the internal `signatureSchemas` module and rename what remains (`getNonce`) to `nonce.ts`. None of the removed definitions were reachable from the public SDK entry point, so this is not a breaking change.
- 4c4b321: Add `permalink` to the `Event` model, syncing the generated SDK with the current API (the `/v1/events` response now returns a canonical contest permalink).

## 16.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@audius/sdk",
"version": "16.0.0",
"version": "17.0.0",
"type": "module",
"audius": {
"releaseSHA": "f1d70a2a0643c5c84d8ab053f70c1e0a2ec3ad49"
Expand Down
6 changes: 6 additions & 0 deletions packages/sp-actions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @audius/sp-actions

## 1.0.34

### Patch Changes

- @audius/sdk-legacy@6.0.30

## 1.0.33

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/sp-actions/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@audius/sp-actions",
"version": "1.0.33",
"version": "1.0.34",
"description": "A utility for audius service providers to claim token rewards.",
"bin": {
"claim": "claim.js"
},
"author": "Audius",
"license": "Apache-2.0",
"dependencies": {
"@audius/sdk-legacy": "6.0.29",
"@audius/sdk-legacy": "6.0.30",
"@truffle/hdwallet-provider": "^1.2.2",
"axios": "^0.21.0",
"commander": "^6.2.1",
Expand Down