Skip to content

Releases: ardriveapp/ardrive-cli

v2.0.4

06 Jun 19:39
51b7994
Compare
Choose a tag to compare
  • Upgrades to ardrive-core-js 2.04 which improves GQL read performance on several ArFS read queries

v2.0.3

20 May 21:24
fca36b1
Compare
Choose a tag to compare
  • Provide better GQL error message on GQL timeouts
  • Remove owner assertions when using wallet or seed phrase enabled commands
    • This will prevent unnecessary read queries for the original owner of the drive which can scale poorly with large drive sizes

v2.0.2

10 Nov 21:56
a3c949f
Compare
Choose a tag to compare
  • switch to a PDS managed default contract cache

v2.0.1

27 Oct 20:07
9369b85
Compare
Choose a tag to compare
  • Fixes incorrect key pair from seed phrase caused by downstream dependencies shifting

v2.0.0

17 Aug 20:47
59d9d06
Compare
Choose a tag to compare
  • Major Node Version Bump to 18.17.0
  • Optionally upload data items to Turbo using --turbo on these commands:
    • create-drive
    • upload-file
    • create-folder
    • create-manifest
    • rename-file|folder|drive
    • move-file|folder
  • Adds --turbo-url parameter / TURBO_URL env var

v1.22.0

19 Sep 18:37
ac6e8aa
Compare
Choose a tag to compare

Release notes

  • Allows custom App-Name and App-Version tags in advanced metadata

v1.21.0

01 Sep 23:13
f0fd2a5
Compare
Choose a tag to compare
  • Use streams when deriving IPFS CID to minimize memory consumption.
  • Update README to clarify the drive privacy limitations of --add-ipfs-tag.

v1.20.1

12 Aug 15:35
753a1e2
Compare
Choose a tag to compare
  • Prevent folder access errors for download cleanup on node versions 16 and above.

v1.20.0

11 Aug 16:17
8156fc9
Compare
Choose a tag to compare
  • Add --remote-path flag to upload a file from a Uri.

v1.19.0

03 Aug 21:58
5f76079
Compare
Choose a tag to compare
  • Adds support for Custom GQL Tags on ArFS Data Transactions
  • Adds the --add-ipfs-tag option which computes IPFS CIDs for file data uploads and applies the value to the "IPFS-Add" tag of each ArFS data transaction