Skip to content

210.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Sep 14:18
8d61ac9

@metamask/queued-request-controller 5.1.0

Changed

  • Batch processing now considers both origin and networkClientId, ensuring requests targeting different networks are processed separately. (#4718)
  • Incoming requests to enqueueRequest now must include a networkClientId; an error is thrown if it's missing. This was previously a required part of the type but since consumers like the extension do not have extensive typescript coverage this wasn't definitively enforced. (#4718)