Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

7.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Apr 16:33
· 28 commits to main since this release
78edafb

Added

  • Added JSON-RPC notification handling (#104)
  • Added destroy method (#106)

Changed

  • BREAKING: Require a minimum Node version of 16 (#139)
  • BREAKING: Use @metamask/utils types (#105)
    • The JSON-RPC engine and all middleware now use @metamask/utils JSON-RPC types
  • (BREAKING) Return a null instead of undefined response id for malformed request objects (#91)
    • This is very unlikely to be breaking in practice, but the behavior could have been relied on.
  • Change package name to @metamask/json-rpc-engine (#139)
  • Use @metamask/rpc-errors (#138)