This repository was archived by the owner on Dec 3, 2025. It is now read-only.
Releases: WalletConnect/notify-client-js
Releases · WalletConnect/notify-client-js
0.10.7
What's Changed
- Add/history by @devceline in #26
- fix(rpc): extends
wc_pushMessagereq 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
0.10.5
What's Changed
- Feat/add sync by @devceline in #24
- 0.10.5 by @devceline in #27
Full Changelog: 0.10.4...0.10.5
0.10.4
What's Changed
- Add delete subscription to dapp client by @devceline in #21
- fix(engine): ensure dapp is aware of wallet-side
wc_pushDeleteby @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
Full Changelog: 0.10.2...0.10.3
0.10.2
What's Changed
- Bump core and other core deps to 2.7.8 by @devceline in #18
Full Changelog: 0.10.1...0.10.2
0.10.1
0.10.0
What's Changed
BREAKING CHANGES
DappClient
DappClient.requesthas been deprecated and replaced byDappClient.propose.- The method's parameters and usage are unchanged
- The response event is still expected on
push_response
DappClient.notifyandDappClient.deleteSubscriptionhave been removed due to underlying changes in the protocol around theproposeflow.WalletClient.deleteSubscriptionis unchanged
WalletClient
WalletClient.on("push_request", ...)has been deprecated an replaced byWalletClient.on("push_proposal", ...)to adhere to the newproposeprotocol.
Full Changelog: 0.9.4...0.10.0
0.9.4
What's Changed
- Bump core 2.7.6 by @devceline in #15
New Contributors
- @devceline made their first contribution in #15
Full Changelog: 0.9.3...0.9.4
0.9.3
Full Changelog: 0.9.2...0.9.3