Releases: ardriveapp/ardrive-cli
Releases · ardriveapp/ardrive-cli
1.18.0
- Files can now be uploaded with custom Arweave transaction tags and/or custom JSON data in their ArFS metadata transactions
v1.17.0
- Introduces the
--version
flag
1.16.0
- 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
- Added functionality for re-seeding the chunks of unbundled public layer one ArFS file transactions with new command:
retry-tx
1.14.0
- New fields have been added to the JSON output of each ArFS write action:
sourceUri
entityName
bundledIn
1.13.1
upload-file
command will now accept the --seed-phrase
parameter as expected
1.13.0
- 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
- 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
Adds the flag --with-keys
to display both driveKey
and fileKey
for private entities to the following commands:
1.10.0
- Users can now supply their own custom gateway with the
--gateway
flag on every read and write command that uses a gateway