Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.36 KB

CHANGELOG.md

File metadata and controls

39 lines (29 loc) · 1.36 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

[Release 3] - 2023-12-05

Added

  • 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).

Changed

  • 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.

Fixed

  • Correct GraphQL pagination for transactions with duplicate tags.