Skip to content

v2.7.0

Latest

Choose a tag to compare

@adam-fowler adam-fowler released this 22 May 12:56
89c66b8

Minor release changes

  • Fixes for SendableMetatype. #110
  • Use new HTTPConnectionStateHandler. #123
  • Deprecate HTTPServerBuilder.http1WebSocketUpgrade functions that use WebSocketServerConfiguration in favour of versions using HTTP1WebSocketUpgradeChannel.Configuration that includes both http1 and websocket configuration. #123
  • Require hummingbird v2.24.0, swift-websocket v1.6.0
  • Apply HTTP decoder configuration when WebSocket upgrade does not happen. #126

Patch release changes

  • Update logger metadata key for request id to keep it consistent with hummingbird. #118 from @ranmocy

Other changes

  • Run test serialized, to avoid random failures. #115