Releases: emmett-framework/granian
Releases Β· emmett-framework/granian
Granian 0.7.4
Patch release
Changes since 0.7.3:
- Fix url paths percent encoding in scopes (#166)
- Bump dependencies
Granian 0.7.3
Patch release
Changes since 0.7.2:
- Avoid to suppress ASGI lifespan errors
- Add workers status tracking to exit on unexpected workers crash
Granian 0.7.2
Patch release
Changes since 0.7.1:
- PGO builds for x86_64 arch
- Review WSGI callbacks interop
Granian 0.7.1
Patch release
Changes since 0.7.0:
- enhance performance on large bytes requests/responses
Granian 0.7.0
Granian 0.6.1
Granian 0.6.0
Changes since 0.5.x:
- add request body iteration in ASGI protocol
- add support for request body iteration in RSGI protocol
- add RSGI 1.2 support
- add PyPy 3.10 wheels
Granian 0.5.3
Patch release
Changes since 0.5.2:
- bump PyO3 to 0.19 (#89)
- save 1 GIL token call in Rust awaitables
- bump all Rust dependencies to latest version
Granian 0.5.2
Patch release
Changes since 0.5.1:
- enhance scope allocations in ASGI protocol
- enhance scope allocations in WSGI protocol
- minor optimization in WSGI protocol handlers
Granian 0.5.1
Patch release
Changes since 0.5.0:
- add package entrypoint (#95 β thanks @gabrielmbmb)
- enhance I/O writes in ASGI transport