Releases: ardriveapp/ardrive-core-js
Releases · ardriveapp/ardrive-core-js
v2.0.4
- Improves GQL read performance by using Drive-Id and owner when available
v2.0.3
- Provide better GQL error message on GQL timeouts
- Remove owner assertions when using JWK constructed ArDrive Class
- 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
This Release PR includes:
- Bumps ArDrive to Node 18.17.0
- Optionally send ArFS Entities to Turbo based on presence of
TurboSettings
v1.18.0
Release notes:
- Allows custom App-Name and App-Version tags in advanced metadata
v1.17.0
- Adds support for Custom GQL Tags on ArFS Data Transactions
1.16.0
- Files can now be uploaded with custom Arweave transaction tags and/or custom JSON data in their ArFS metadata transactions
1.15.1
- Updated
arweave
, arbundles
, and smartweave
dependencies to avoid a catastrophic build error
1.15.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