Skip to content

v1.7.0

Latest
Compare
Choose a tag to compare
@DmitryBespalov DmitryBespalov released this 12 Jul 09:37
· 4 commits to master since this release
e0bbfd1

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 to ClientDelegateV2 and ServerDelegateV2 by @oscahie in #125
  • Bump CryptoSwift version to 1.5.1 by @DmitryBespalov in #126
  • Added new client:dappInfoForUrl in ClientDelegateV2 to support different dappInfo for different connections
  • Added new server:didReceiveConnectionRequest:for: to ServerDelegateV2 and sendCreateSessionResponse to Server to enable asynchronous approval of sessions

New Contributors

Full Changelog: 1.6.2...1.7.0