Skip to content

Releases: WalletConnect/WalletConnectSharp

v2.3.2

12 Apr 15:17
e3597b6
Compare
Choose a tag to compare

What's Changed

  • chore: Use message id as an identifier for duplication check mechanism
  • chore: Improve socket reconnection
  • chore: Remove unnecessary irn_batchFetchMessages requests
  • fix: The client does not receive an exception after making a request that results in a socket timeout
  • fix: JsonRpcHistory isn't thread safe

v2.3.1

28 Mar 15:39
04b2d22
Compare
Choose a tag to compare

What's Changed

  • In AddressProvider always use last connected session as DefaultSession

v2.3.0

19 Mar 13:06
a0ae5c3
Compare
Choose a tag to compare

What's Changed

  • Fixed wc_sessionEvent
  • Improvements in AddressProvider

Full Changelog: v2.2.0...v2.3.0

v2.2.0

22 Jan 10:01
3a3b9e7
Compare
Choose a tag to compare

What's Changed

  • Added: AddressProvider to manage default session in #156
  • Added: Relay batch message fetching
  • Fixed: optional namespaces not being used during session request by
  • Fixed: ArgumentOutOfRangeException can happen when making session requests after session deserialisation from JSON

Full Changelog: v2.1.7...v2.2.0

v2.1.7

21 Dec 10:06
4af8225
Compare
Choose a tag to compare

What's Changed

  • fix: ObjectDisposedException The semaphore has been disposed by @skibitsky in #165
  • fix: reconnection to the Relay web socket after 5min timeout (regression) by @skibitsky in #170

Full Changelog: v2.1.6...v2.1.7

v2.1.6

15 Nov 04:13
e7b0a94
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.5...v2.1.6

v2.1.5

10 Nov 07:00
60de2c8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.4...v2.1.5

v2.1.4

06 Nov 05:15
0470b22
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.3...v2.1.4

v2.1.3

26 Oct 08:01
883f0b7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.2...v2.1.3

2.1.2

23 Oct 04:46
v2.1.2
3c824c8
Compare
Choose a tag to compare
  • Fixed reconnection to the Relay web socket