Releases: emmett-framework/granian
Releases · emmett-framework/granian
Granian 0.3.1
Patch release
Changes since 0.3.0:
- Fix wheels malformed metadata preventing installation on some systems
Granian 0.3.0
Changes since 0.2.x:
- Review Rust to Python futures machinery (#61)
- Add
url-path-prefix
option (#67)
- Add hot reload (#68)
- Add chance to customise logging config in
Server
(#69)
Granian 0.2.6
Patch release
Changes since 0.2.5:
- Fix musl wheels (#59)
- Enable
mimalloc
on aarch64
linux wheels
Granian 0.2.5
Patch release
Changes since 0.2.4:
- Fix response headers getting overwritten in ASGI, WSGI protocols (#53)
Granian 0.2.4
Patch release
Changes since 0.2.3:
- Fix WSGI environ optional items (#42)
Granian 0.2.3
Patch release
Changes since 0.2.2:
- fix ASGI lifespan protocol handlers (#38)
Granian 0.2.2
Patch release
Changes since 0.2.1:
- ensure to always close WSGI response iterable (#29)
- minor refactor in RSGI response build
- upgraded Rust dependencies
Granian 0.2.1
Patch release
Changes since 0.2.0:
- add PyPy wheels
- fix content type and length items in WSGI environ (#22)
- fix WSGI input out of spec (#24)
- fix WSGI response iterable closing (#29)
- optimize Python futures generation in callbacks (#31)
Granian 0.2.0
Changes since 0.1.x:
- add WSGI protocol support
- improve ASGI IO performance
- refactor workers threading mode to use separated thread pool
- review threading params defaults
Granian 0.1.5
Patch release
Changes since 0.1.4:
- fix ASGI
websocket.send
message parsing (#19)
- enhance ASGI wesocket connection flow (#20)