Releases: ardriveapp/ardrive-cli
Releases · ardriveapp/ardrive-cli
1.10.0
1.9.0
- 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
1.7.2
1.7.1
1.7.0
upload-file
andcreate-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
1.5.0
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