Skip to content
This repository was archived by the owner on Dec 3, 2025. It is now read-only.

Releases: WalletConnect/notify-client-js

0.10.7

03 Aug 10:47
b6a9db4

Choose a tag to compare

What's Changed

  • Add/history by @devceline in #26
  • fix(rpc): extends wc_pushMessage req TTL to 30 days by @bkrem in #30
  • Add decrypt controller by @devceline in #32
  • fix(tests): removes identityKey mocks to fix integration tests by @bkrem in #34
  • chore: bump core and utils, publish patch by @devceline in #33

Full Changelog: 0.10.5...0.10.7

0.10.6

03 Aug 10:46

Choose a tag to compare

What's Changed

Full Changelog: 0.10.5...0.10.6

0.10.5

12 Jul 12:10
92bc187

Choose a tag to compare

What's Changed

Full Changelog: 0.10.4...0.10.5

0.10.4

20 Jun 09:41

Choose a tag to compare

What's Changed

  • Add delete subscription to dapp client by @devceline in #21
  • fix(engine): ensure dapp is aware of wallet-side wc_pushDelete by @bkrem in #23
  • Check if a user has a sub and throw an error if so by @devceline in #22

Full Changelog: 0.10.3...0.10.4

0.10.3

13 Jun 12:09

Choose a tag to compare

Full Changelog: 0.10.2...0.10.3

0.10.2

09 Jun 09:23

Choose a tag to compare

What's Changed

Full Changelog: 0.10.1...0.10.2

0.10.1

05 Jun 15:48

Choose a tag to compare

What's Changed

Full Changelog: 0.10.0...0.10.1

0.10.0

31 May 08:59

Choose a tag to compare

What's Changed

BREAKING CHANGES

DappClient

  • DappClient.request has been deprecated and replaced by DappClient.propose.
    • The method's parameters and usage are unchanged
    • The response event is still expected on push_response
  • DappClient.notify and DappClient.deleteSubscription have been removed due to underlying changes in the protocol around the propose flow.
    • WalletClient.deleteSubscription is unchanged

WalletClient

  • WalletClient.on("push_request", ...) has been deprecated an replaced by WalletClient.on("push_proposal", ...) to adhere to the new propose protocol.

Full Changelog: 0.9.4...0.10.0

0.9.4

26 May 08:14

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.9.3...0.9.4

0.9.3

17 May 10:52

Choose a tag to compare

Full Changelog: 0.9.2...0.9.3