Skip to content

Releases: ardriveapp/ardrive-cli

1.18.0

29 Jul 15:53
112e543
Compare
Choose a tag to compare
  • Files can now be uploaded with custom Arweave transaction tags and/or custom JSON data in their ArFS metadata transactions

v1.17.0

19 Jul 17:18
e7af9e8
Compare
Choose a tag to compare
  • Introduces the --version flag

1.16.0

08 Jun 21:07
bd32822
Compare
Choose a tag to compare
  • GraphQL requests are now more robust and will use a retry strategy
  • Additional stderr logging added to all retried requests to an Arweave gateway
  • Updates arweave, arbundles, and smartweave dependencies to avoid a catastrophic build error

1.15.0

17 May 20:19
5528727
Compare
Choose a tag to compare
  • Added functionality for re-seeding the chunks of unbundled public layer one ArFS file transactions with new command: retry-tx

1.14.0

10 May 20:38
bb7f100
Compare
Choose a tag to compare
  • New fields have been added to the JSON output of each ArFS write action:
    • sourceUri
    • entityName
    • bundledIn

1.13.1

05 May 21:24
7bf842a
Compare
Choose a tag to compare
  • upload-file command will now accept the --seed-phrase parameter as expected

1.13.0

30 Mar 19:19
537e57c
Compare
Choose a tag to compare
  • File uploads that are greater than 256 KiB have had their upload speed greatly increased
    • These uploads will now have their transaction chunks posted to the gateway concurrently with a maximum concurrency of 32 simultaneous chunk uploads
  • Upload progress logging has been added and can be activated by setting this environment variable: ARDRIVE_PROGRESS_LOG='1'

1.12.0

24 Mar 19:56
a529243
Compare
Choose a tag to compare
  • Adds support for persistent caching of immutable transaction data to speed up drive operations
  • Adds support for cache performance logging via the ARDRIVE_CACHE_LOG environment variable
  • Fixes the private -P password prompt on upload-file when used with multiple files

1.11.0

02 Mar 21:27
3d2d724
Compare
Choose a tag to compare

Adds the flag --with-keys to display both driveKey and fileKey for private entities to the following commands:

  • list-folder
  • list-drive

1.10.0

28 Feb 22:04
bfadc35
Compare
Choose a tag to compare
  • Users can now supply their own custom gateway with the --gateway flag on every read and write command that uses a gateway