Skip to content

v2.0.0 Alpha 3

Pre-release
Pre-release
Compare
Choose a tag to compare
@adam-fowler adam-fowler released this 18 Apr 14:20
· 3 commits to main since this release
1b9bdfc

Major release changes

  • Add missing ServiceLifecycle dependency to HummingbirdWSClient. PR #56 from @tkrajacic
  • Return close code and reason from WebSocketClient.connect. PR #58

Minor changes

  • Require CompressNIO v1.2 with decompression fix
  • Add minimum size of frame before running per message-deflate compression configuration. PR #57
  • Add WebSocketOutboundWriter.close(_:reason:) to close WebSocket connection with custom close code and reason

Patch changes

  • Improve trace output of frames.
  • Fix bug where exiting a handler because you received a close frame would hang. PR #57