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

Releases: web3-storage/w3up-client

v3.0.3

28 Oct 01:50
36ac057
Compare
Choose a tag to compare

3.0.3 (2022-10-28)

Bug Fixes

  • delegation chain export / import (36ac057)
  • delegation chain export / import (4704406)

v3.0.2

27 Oct 23:50
Compare
Choose a tag to compare

3.0.2 (2022-10-27)

Bug Fixes

v3.0.1

26 Oct 18:39
Compare
Choose a tag to compare

3.0.1 (2022-10-26)

Bug Fixes

v3.0.0

26 Oct 17:53
f403b6e
Compare
Choose a tag to compare

3.0.0 (2022-10-26)

Bug Fixes

  • Clean up delegation to delegate * caps. (adb7253)
  • fix location of types output. (4053448)
  • Fix some misc issues, and cleanup. (2bcd212)

chore

Features

  • Get base for upload/* capabilities in place. (dec10f2)

BREAKING CHANGES

  • changes to list api/uploads capabilities.

v2.3.0

14 Oct 15:33
33ece33
Compare
Choose a tag to compare

2.3.0 (2022-10-14)

Features

  • Make client able to take many 'shapes' of settings and work as expected. (a5d29f5)
  • Move most of import/export settings into client, add tests. (3e8d180)

v2.2.0

13 Oct 18:06
9defb82
Compare
Choose a tag to compare

2.2.0 (2022-10-13)

Features

  • Make client actually use defaults when not set in constructor options (833665c)

v2.1.1

30 Sep 22:23
4693f0b
Compare
Choose a tag to compare

2.1.1 (2022-09-30)

Bug Fixes

  • Fix issue with somehow having 2 versions of validator package. (16b97f0)

v2.1.0

30 Sep 21:52
a0b90af
Compare
Choose a tag to compare

2.1.0 (2022-09-30)

Features

v2.0.0

28 Sep 20:49
Compare
Choose a tag to compare

2.0.0 (2022-09-28)

Bug Fixes

  • Don't completely move previous secret, to prevent any backwards compatability issues. (107939c)
  • Remove @ucanto/authority replace with principal. (e98d54a)

Documentation

  • Update docs on delegation options. (3df72d4)

Features

  • Add expiration option to delegation creation, misc cleanup. (6692a59)
  • Finalize import/export of delegation, self delegation, handling missing account from old version of config. (fd58c6b)
  • Make delegation used passed expiration, more tests. (71c1ee1)
  • Setup next release branch for testing. (0ab26c4)
  • Upgrade ucanto, fix types. (64945b9)
  • Work on delegation, clean up transport/etc. (dda6896)

BREAKING CHANGES

  • identity now returns an object, instead of just an id

v1.3.0

16 Sep 06:13
852e2ec
Compare
Choose a tag to compare

1.3.0 (2022-09-16)

Features

  • Add build to commit hook, add lint-staged to dev-deps (9fd7414)
  • Add simple git hooks, move prettier config to file. (ba64808)