Skip to content

Releases: ardriveapp/ardrive-cli

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

1.9.0

23 Feb 20:05
6aeadb4
Compare
Choose a tag to compare
  • All bulk file upload workflows will now bundle as many transactions as possible into one or more ANS-104 bundles, each with a max size limit of 500MiB or 500 data items
  • Entity naming rules are now being enforced on ArFS write actions:
    • Name must not be empty
    • No null characters
    • Name must be less than 255 bytes
  • Uploads now have support for custom content types with the --content-type flag
  • Files uploaded with no extension will now inherit the correct application/octet-stream content-type by default
  • Wallet balance checks when using fee boost now assert the correct balance
  • Wallets generated by generate-wallet from a seed phrase now use the correct wallet structure

1.8.0

07 Feb 20:58
596eff0
Compare
Choose a tag to compare
  • Adds the renaming functionality: rename-file, rename-folder and rename-drive.
  • Retrieve entity data from the gateway's optimistic cache and retry up to 5 times if necessary.

1.7.2

03 Feb 22:45
60b6dfd
Compare
Choose a tag to compare
  • File contents of a folder upload will now correctly be uploaded inside of that folder on chain

1.7.1

01 Feb 22:58
187f9a8
Compare
Choose a tag to compare
  • Bulk folder uploads to a private drive will no longer throw errors

1.7.0

18 Jan 19:52
0ab9d93
Compare
Choose a tag to compare
  • upload-file and create-manifest commands will now send bundled transactions by default. Supply the --no-bundle flag to preserve the old behavior of sending v2 transactions
  • All ArDrive community tips will now be sent with the bundled transaction or with the data transaction in the case of a v2 upload

1.6.0

14 Jan 22:22
8eb830f
Compare
Choose a tag to compare
  • Two new downloading commands were added, download-folder and download-drive
  • A caching layer was introduced in ArDrive Core that will increase performance for multi-file use cases
  • --upsert flag on upload-file should now work as expected

1.5.0

23 Dec 22:05
330c0f1
Compare
Choose a tag to compare
  • create-drive now bundles drive creation transactions by default (--no-bundle can be specified to send v2 transactions)
  • A new upload-file option --local-paths allows you to provide a space separated list of file names for upload
  • The upload-file options --local-file-path and --local-files have been deprecated and renamed to --local-path and --local-csv respectively
  • CSV uploads now have improved reliability

1.4.1

22 Dec 22:34
8235801
Compare
Choose a tag to compare
  • Price calculation should now be consistent with Arweave gateway pricing on all uploads

1.4.0

20 Dec 21:53
e929462
Compare
Choose a tag to compare

Introduces the download-file command