Releases: ArweaveTeam/gateway
v1.0.1
CHANGELOG
-
Added app node functionality, store only relevant transactions for app needs
-
Nodes precache all transactions for instant use.
- If transaction is not confirmed in 50 blocks, it is removed from the network
-
Added a
QUICKSTART
guide to deploy app nodes effectively. -
Can modify the filter to filter for any Arweave tag.
v1.0.0
CHANGELOG
-
Manifest Transactions now functional. Compare:
-
If using legacy database configuration. Can update with new
manifests
table by running thebin/manifest.table.sql
-
Fixed CORS issues by swapping in the CORS npm module.
-
Updated
graphql
resolvers to allow for multi tag queries. -
Updated documentation (and will continue more documentation updates thereafter).
v0.12.0
CHANGELOG
-
Updated sync with timeout
-
Transaction Manifest for Data Routes
-
New
MANIFEST_PREFIX
configuration option
v0.11.3
CHANGELOG
- Made sure to restart server on sync
v0.11.2
CHANGELOG
- Patch data route pathing
v0.11.1
CHANGELOG
-
Added
/sync
route -
Added
CACHE_OFFSET
param
v0.11.0
CHANGELOG
-
Improved ANS Caching with Parallelization
-
Added
CACHE_FOLDER
parameters.
v0.10.1
CHANGELOG
-
Auto caches ANS Transactions on sync
-
Rollback mechanism to sync ANS transactions. Use the command
yarn verify:ans
.
v0.10.0
CHANGELOG
-
Deprecated Text Decoding for all file streaming. Pure buffers only.
-
Fixed
Content-Type
encoding issues when serving data. -
Added file caching
-
Added ANS-102 decoding and caching
-
All content served, is cached and then served on demand.
v0.9.1
CHANGELOG
- Patched an issue with GraphQL