Skip to content

Releases: WalletConnect/WalletConnectFlutterV2

v2.0.1

06 May 22:31
f3a5230
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

01 May 19:47
60aabc2
Compare
Choose a tag to compare

What's Changed

  • Updated wallet and dapp examples to send and sign typed eth data by @Luzzotica in #63
  • Ping Removed, Heartbeat and Reconnection by @Luzzotica in #69
  • Adds support for parsing V1 URIs by @3ph in #65
  • V1 URI Parsing and Tests by @Luzzotica in #70

New Contributors

  • @3ph made their first contribution in #65

Full Changelog: v1.2.3...v2.0.0

v1.2.3

04 Apr 22:53
4c9023c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.2.3

v1.2.1

23 Mar 05:43
38c6548
Compare
Choose a tag to compare

What's Changed

  • Store Events, WebSocket Reconnection, HTTP Preflight by @Luzzotica in #52

Full Changelog: v1.2.0...v1.2.1

v1.2.0

16 Mar 05:42
83d4aa7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.4...v1.2.0

v1.1.4

08 Mar 22:17
13de9c4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.3...v1.1.4

v1.1.3

05 Mar 03:51
78a982e
Compare
Choose a tag to compare
  • Fixed a bug with sendError not causing an error to be thrown on the client side
  • Added onPairingCreate event. It is emitted when pair and create are called
  • Added pairing.updateExpiry time validation.

v1.1.2

02 Mar 19:07
Compare
Choose a tag to compare
  • Fixed issue with error handling requests
  • Updated readme to use the function handler instead of event model for requests, it's simpler

Full Changelog: v1.1.1...v1.1.2

v1.1.1

01 Mar 02:38
3f8bf5a
Compare
Choose a tag to compare

What's Changed

  • Sessions are deleted when their pairing is deleted
  • Get Sessions for a Pairing using getSessionsForPairing
  • Get completed Auth Requests for a Pairing using getCompletedAuthRequestsForPairing
  • Optional value for WcSessionProposeRequest optionalNamespaces
  • Other bug fixes

Full Changelog: v1.1.0...v1.1.1

v1.1.0

27 Feb 22:15
9ec4325
Compare
Choose a tag to compare
  • Readme updated to have more details
  • Pairing and Sessions now resubscribe to relayClient messages when the WalletConnect client is created