Skip to content

235.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Oct 18:02
7a8b4c1

@metamask/queued-request-controller 7.0.0

Added

  • BREAKING: The QueuedRequestController now requires the canRequestSwitchNetworkWithoutApproval callback in its constructor params. (#4846)

Changed

  • The QueuedRequestController now ensures that a request that can switch the globally selected network without approval is queued behind any existing pending requests. (#4846)

Fixed

  • The QueuedRequestController now ensures that any queued requests for a origin are failed if a request that can switch the globally selected network without approval actually does change the globally selected network for that origin. (#4846)