All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
- Support range requests (PR 61, PR 64)
- Note: serving multiple ranges in a single request is not yet supported.
- Release number in
/ar-io/info
response. - Redis header cache implementation (PR 62).
- New default header cache (replaces old FS cache).
- LMDB header cache implementation (PR 60).
- Intended for use in development only.
- Enable by setting
CHAIN_CACHE_TYPE=lmdb
.
- Filesystem header cache cleanup worker (PR 68).
- Enabled by default to cleanup old filesystem cache now that Redis is the new default.
- Support for parallel ANS-104 unbundling (PR 65).
- Used pinned container images tags for releases.
- Default to Redis header cache when running via docker-compose.
- Default to LMDB header cache when running via
yarn start
.
- Correct GraphQL pagination for transactions with duplicate tags.