Skip to content

SwiftNIO Extras 1.2.0

Choose a tag to compare

@Lukasa Lukasa released this 22 Jul 16:59
66f9a50

Semver Minor

  • Added support for Content-Length based framing for JSON-RPC. (#53)

Semver Patch

  • Fixed issue where LineBasedFrameDecoder would not break correctly when receiving \r\n in separate read calls. (#51)
  • Added podspec. (#48, #50)
  • Cleaned up README. (#47)
  • Testing improvements. (#52)