Skip to content

SwiftNIO 2.6.0

Compare
Choose a tag to compare
@Lukasa Lukasa released this 02 Aug 07:56

Semver Minor

  • Fixed a crash when a client received an unsolicited HTTP response: now errors instead. (#1084)

Semver Patch

  • Fixed an issue where handlerRemoved could be called multiple times, leading to crashes in ByteToMessageDecoders. (#1091)
  • Enhanced MultiThreadedEventLoopGroup to support being shut down multiple times. (#1085, #1089)
  • Prevented ByteBuffer.viewBytes from crashing when passing it a negative length. (#1082)
  • Testing improvements. (#1086, #1090)
  • New WebSocket client example. (#1064, #1087)