Skip to content

Granian 2.7.1

Choose a tag to compare

@gi0baro gi0baro released this 08 Feb 20:03
· 8 commits to master since this release
1a5a8c3

Patch release

Changes since 2.7.0:

  • Fix websockets' handles cleanup on shutdown
    • This should fix an occasional runtime thread panic with the message
      Cannot drop pointer into Python heap without the thread being attached
  • Fix a bug in the ASGI protocol preventing apps to receive the websocket.disconnect event after server-initiated close (#801 by @JaeHyuckSa)
    • This should fix some long-standing issues with Django channels
  • Review some lock holding strategy in PyFutureAwaitable callback dispatch (#802 by @ColemanDunn)
  • Bump dependencies