Releases: ardriveapp/ardrive-cli
Releases · ardriveapp/ardrive-cli
v2.0.4
- Upgrades to ardrive-core-js 2.04 which improves GQL read performance on several ArFS read queries
v2.0.3
- 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
- switch to a PDS managed default contract cache
v2.0.1
- Fixes incorrect key pair from seed phrase caused by downstream dependencies shifting
v2.0.0
- 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
Release notes
- Allows custom App-Name and App-Version tags in advanced metadata
v1.21.0
- 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
- Prevent folder access errors for download cleanup on node versions 16 and above.
v1.20.0
- Add --remote-path flag to upload a file from a Uri.
v1.19.0
- 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