Releases: Building42/Telegraph
Releases · Building42/Telegraph
0.11.0
0.10.0
0.9.0
0.8.1
- Set CocoaAsyncSocket to version 7.6.1
- Few new examples in the README (thanks TomasHubelbauer)
- The dependency versions are now less strict. Useful if you are using an older version of CocoaAsyncSocket.
0.8.0
- Breaking:
CertificateIdentity
initializers without passphrase are no longer available on MacOS - Breaking:
KeychainManager
lost some helper functions. Check out LockSmith as a replacement. - Prevent private key issues on locked devices, kSecAttrAccessibleAfterFirstUnlockThisDeviceOnly is default
0.7.0
0.6.0
- Breaking: Removed Delegator helper, webSocketDelegator has become webSocketDelegate
- Breaking:
WebSocketMessage
masking key has moved to theWebSocketParser
- Breaking:
WebSocketMessage
generateMask signature has changed - Improve websocket ping/pong by not masking empty payloads
- Fix Xcode 9 warnings
0.5.0
- Improve connection handling and thread safety of the WebSocket client
- Allow empty certificates list in TLSConfig (thanks JulianEberius)