Skip to content

2.2.0 (2026-09-11)

Choose a tag to compare

@tarasko tarasko released this 11 Sep 06:14
· 47 commits to master since this release
  • #107: allow to override Host header through extra_headers in Core API and additional_headers in websockets API
  • #108: fix websockets.InvalidStatus.response is the raw WSUpgradeResponse not websockets.Response
  • #108: fix websockets.serve process_request receives ServerHandshakeConnection object that doesn't have respond method.