Skip to content

Releases: Building42/Telegraph

0.11.0

03 Nov 15:44
Compare
Choose a tag to compare
  • Fix compability warnings for Xcode 9.1 / Swift 4.0.2
  • Fix WebSocket bitmask crash on Xcode 9.1 / Swift 4.0.2 / iOS 11.1

0.10.0

03 Nov 15:43
Compare
Choose a tag to compare
  • Convert to Swift 4
  • Allow custom WebSocket protocol and other headers
  • Fix WebSocket bitmask handling for empty payloads

0.9.0

03 Nov 15:43
Compare
Choose a tag to compare
  • Add support for iOS 8
  • Fix exclusive access issues reported by Xcode in the HTTPParser
  • Update CocoaPods to version 1.3.1

0.8.1

03 Nov 15:42
Compare
Choose a tag to compare
  • 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

03 Nov 15:42
Compare
Choose a tag to compare
  • 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

03 Nov 15:40
Compare
Choose a tag to compare

Add the option to bind the server to a specific interface (thanks didi25)

0.6.0

03 Nov 15:39
Compare
Choose a tag to compare
  • Breaking: Removed Delegator helper, webSocketDelegator has become webSocketDelegate
  • Breaking: WebSocketMessage masking key has moved to the WebSocketParser
  • Breaking: WebSocketMessage generateMask signature has changed
  • Improve websocket ping/pong by not masking empty payloads
  • Fix Xcode 9 warnings

0.5.0

03 Nov 15:39
Compare
Choose a tag to compare
  • Improve connection handling and thread safety of the WebSocket client
  • Allow empty certificates list in TLSConfig (thanks JulianEberius)

0.4.1

03 Nov 15:38
Compare
Choose a tag to compare

Fix URI relative path function

0.4.0

03 Nov 15:38
Compare
Choose a tag to compare
  • Add serving static files (thanks Daij-Djan)
  • Add new route helpers
  • Change Date header to RFC7231 format