Skip to content

Releases: MetaMask/providers

10.1.0

29 Oct 00:12
e6cf8bc
Compare
Choose a tag to compare

Changed

  • Update json-rpc-middleware-stream (#228)

10.0.0

07 Oct 17:55
89b7fc1
Compare
Choose a tag to compare

Changed

  • Retry sending messages to extension when METAMASK_EXTENSION_STREAM_CONNECT is received (#223)
  • BREAKING: Update minimum Node.js version to v14 (#225)

9.1.0

02 Aug 16:53
d2d53c7
Compare
Choose a tag to compare

Added

  • Add deprecation warning for encryption methods (#218)

9.0.0

09 Jun 02:25
a6e3b8a
Compare
Choose a tag to compare

Changed

  • BREAKING: Move stream functionality from BaseProvider to new StreamProvider (#209)
    • BaseProvider is now a transport-agnostic abstract class. StreamProvider accepts a stream and relies on MetaMask's internal JSON-RPC API for its behavior. See the StreamProvider class for more details.
    • MetaMaskInpageProvider should be completely unaffected except that its prototype chain now includes a class named AbstractStreamProvider.

Version 8.1.1

12 May 23:27
151dec2
Compare
Choose a tag to compare
8.1.1 RC (#172)

* 8.1.1
* Update CHANGELOG.md for lint:fix

Co-authored-by: github-actions <[email protected]>
Co-authored-by: shanejonas <[email protected]>
Co-authored-by: Erik Marks <[email protected]>

Version 8.1.0

05 May 19:34
8818fa4
Compare
Choose a tag to compare
8.1.0 RC (#165)

* 8.1.0

* add changelog update for v8.1.0

* Update CHANGELOG.md

* lint fix + better changelog formatting + PR links

* Update CHANGELOG.md

Co-authored-by: github-actions <[email protected]>
Co-authored-by: shanejonas <[email protected]>
Co-authored-by: Erik Marks <[email protected]>

8.0.4

04 Feb 15:44
8bd829d
Compare
Choose a tag to compare

Fixed

  • Fix warning on second currentProvider access (#138)

8.0.3

20 Jan 18:03
12c3d84
Compare
Choose a tag to compare

Fixed

  • Restore 'data' provider event (#135)

8.0.2

12 Jan 20:13
2280088
Compare
Choose a tag to compare

Changed

  • Reduce window.web3 shim console noise (#133)

8.0.1

12 Jan 20:13
58d1d28
Compare
Choose a tag to compare

Fixed

  • Fix 8.0.0 types (#127)