Releases: WalletConnect/WalletConnectSwift
Releases · WalletConnect/WalletConnectSwift
v1.7.0
What's Changed
- Increased minimum deployment target to iOS 13.
- Adds 0x prefix to personal_sign message by @cydie in #120
- Remove Starscream as dependency, use Apple's URLSession-based websockets instead by @oscahie in #124
- Added new
willReconnect
method toClientDelegateV2
andServerDelegateV2
by @oscahie in #125 - Bump CryptoSwift version to 1.5.1 by @DmitryBespalov in #126
- Added new
client:dappInfoForUrl
inClientDelegateV2
to support different dappInfo for different connections - Added new
server:didReceiveConnectionRequest:for:
toServerDelegateV2
andsendCreateSessionResponse
toServer
to enable asynchronous approval of sessions
New Contributors
Full Changelog: 1.6.2...1.7.0
v1.6.2 - Update dependencies
What's Changed
- Update dependencies by @DmitryBespalov in #84
- Delayed close by @DmitryBespalov in #92
- Moved the Example apps to https://github.com/WalletConnect/WalletConnectSwift-Example
Full Changelog: 1.6.0...1.6.2
v1.6.0 - Add support of eip-1559
update version
Align with latest changes in protocol
- Take chainId into consideration
- Add new Server and Client delegate methods
- Technical improvements
v1.4.0 update CryptoSwift version
Merge pull request #50 from WalletConnect/update-deps Update deps
Stability improvements
Fixed #38 - crash when delegate was deinitialized but still used in forced unwrapping
Support deep link scheme in ClientMeta
- Add "scheme" parameter to ClientMeta for proper deep links handling
- Make request ids compatible with JS clients
Protocol adjustments
- Protocol adjustments
- Fixing Carthage
- Improve logging
- Fixing example apps
First public release
1.0.0 1.0.0