Files
eth-json-rpc-filters/CHANGELOG.md
github-actions[bot] 0449732ab8 5.0.0 (#65)
2022-05-10 11:29:10 -06:00

2.2 KiB

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

5.0.0 - 2022-05-10

Added

  • Add retry logic to getBlocksForRange, treating a null block number as failure (#61)

Changed

  • BREAKING: Set minimum Node.js version to v12 (#50)
    • We officially support Node 12, 14, and 16, in alignment with our other packages.

4.2.2 - 2021-02-04

Changed

  • Replace await-semaphore with async-mutex (#33)
  • Move pify to production dependencies and update to v5 (#39 and #40)
  • Cleanup manifest metadata (#43 and #42)
  • Update json-rpc-engine from v5 to v6 (#35)
  • Update to @metamask/safe-event-emitter v2 (#37)
  • Remove lodash.flatmap dependency (#36)

4.2.1 - 2020-09-22

Changed

  • Specify publish files (#30)

4.2.0 - 2020-09-22

Changed

  • Update RPC packages (#29)
    • json-rpc-engine@5.3.0
    • eth-json-rpc-middleware@6.0.0