Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.

Releases: web3-storage/w3up-client

v5.1.0

24 Mar 10:28
299c2a4
Compare
Choose a tag to compare

5.1.0 (2023-03-24)

Features

  • updated README instructions for MVP (#85) (0d0a038)

v5.0.0

23 Mar 16:33
cc3955f
Compare
Choose a tag to compare

5.0.0 (2023-03-23)

⚠ BREAKING CHANGES

  • updated access client dep (#89)

Features

v4.3.0

21 Mar 18:50
Compare
Choose a tag to compare

4.3.0 (2023-03-21)

Features

  • add authorize to client (c9555d9)
  • expose connection id did (ee1cf3a)
  • use new claimDelegations "use case" (1659786)

Bug Fixes

  • back to 100% test coverage (5ae7f1e)
  • keep casting defaultProvider() (7b8c859)
  • pass registerSpace default provider inferred from connection (224f818)
  • typos (52c648a)
  • typos (52c648a)
  • update package-lock (6aa7c47)
  • use released packages to green the build (05881fc)
  • warnings about uploads being public/permanent (187228a)

v4.2.0

15 Feb 02:38
e2ce544
Compare
Choose a tag to compare

4.2.0 (2023-02-15)

Features

  • update to latest dependencies (f4da59e)

v4.1.0

11 Jan 10:58
8ac4a5e
Compare
Choose a tag to compare

4.1.0 (2023-01-11)

Features

v4.0.1

14 Dec 19:26
2c89606
Compare
Choose a tag to compare

4.0.1 (2022-12-14)

Bug Fixes

  • prod access service DID (67a5d4c)

v4.0.0

14 Dec 19:08
3ba5b7f
Compare
Choose a tag to compare

4.0.0 (2022-12-14)

⚠ BREAKING CHANGES

  • The client has been re-written as a wrapper around access-client and upload-client and the API has changed. Migration notes:
    • client.account() has been removed, use client.currentSpace()
    • client.exportDelegation() has been removed, use client.createDelegation() and then call export() on the returned value and encode the returned blocks as a CAR file using the @ipld/car library.
    • client.identity() has been removed, use client.agent() + client.currentSpace() + client.delegations()
    • client.importDelegation() has been removed, use client.addProof() (for general delegations to your agent) or client.addSpace() (to add a proof and also add the space to your list of spaces).
    • client.insights() has been removed - this was never working
    • client.invoke() has been removed
    • client.list() has been removed, use client.capability.upload.list()
    • client.makeDelegation() has been renamed and signature has changed, use client.createDelegation()
    • client.register() has been removed, use client.registerSpace()
    • client.remove() has been removed, use client.capability.store.remove()
    • client.removeUpload() has been removed, use client.capability.upload.remove()
    • client.stat() has been removed, use client.capability.store.list()
    • client.upload() has been removed, use client.capability.store.add()
    • client.uploadAdd() has been removed, use client.capability.upload.add()
    • client.whoami() has been removed, use client.capability.space.info()

Features

  • consume upload and access client (#58) (7bd91d5)

Bug Fixes

  • release please package name (3d00586)
  • remove pnpm reference from deploy-docs workflow (6807f5d)

v3.2.0

03 Nov 21:40
c474d2a
Compare
Choose a tag to compare

3.2.0 (2022-11-03)

Bug Fixes

  • Fix issue with TSC version. (126d9cb)

Features

  • Remove settings, move delegation bits to client (d383f59)

v3.1.0

28 Oct 04:39
Compare
Choose a tag to compare

3.1.0 (2022-10-28)

Bug Fixes

Features

v3.0.4

28 Oct 02:56
9387f3f
Compare
Choose a tag to compare

3.0.4 (2022-10-28)

Bug Fixes

  • delegation chain imports (9387f3f)
  • delegation import (c175ebd)
  • regression from delegation -> account rename (032f592)