Skip to content

Granian 1.7.0

Compare
Choose a tag to compare
@gi0baro gi0baro released this 15 Dec 18:58
· 55 commits to master since this release
693af47

What's Changed

New features

Changes

  • BREAKING removed loop optimizations option and relevant code
  • Bump PyO3 to 0.23
  • Drop Python 3.8 support
  • Remove custom allocators

Enhancements

  • WSGI implementation no longer run asyncio event loop
  • Use a custom asyncio.Task implementation in async protocols application calls
  • Add information about logging in README (#446 by @hynek)