Skip to content

Commit

Permalink
docs(changelog): expand relase 3 details PE-5196
Browse files Browse the repository at this point in the history
  • Loading branch information
djwhitt committed Dec 13, 2023
1 parent 0562fb5 commit 93c2386
Showing 1 changed file with 23 additions and 4 deletions.
27 changes: 23 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,32 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

### 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 (#62).
- Redis header cache implementation ([PR 62]).
- New default header cache (replaces old FS cache).
- LMDB header cache implementation (#60).
- LMDB header cache implementation ([PR 60]).
- Intended for use in development only.
- Enable by setting `CHAIN_CACHE_TYPE=lmdb`.
- Filesystem header cache cleanup worker (#68).
- 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 (#65).
- 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.

[PR 68]: https://github.com/ar-io/ar-io-node/pull/68
[PR 65]: https://github.com/ar-io/ar-io-node/pull/65
[PR 64]: https://github.com/ar-io/ar-io-node/pull/64
[PR 62]: https://github.com/ar-io/ar-io-node/pull/62
[PR 61]: https://github.com/ar-io/ar-io-node/pull/61
[PR 60]: https://github.com/ar-io/ar-io-node/pull/60

0 comments on commit 93c2386

Please sign in to comment.