Skip to content

Releases: emmett-framework/granian

Granian 0.3.1

21 Mar 14:26
Compare
Choose a tag to compare

Patch release

Changes since 0.3.0:

  • Fix wheels malformed metadata preventing installation on some systems

Granian 0.3.0

14 Mar 10:41
Compare
Choose a tag to compare

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

25 Jan 19:06
Compare
Choose a tag to compare

Patch release

Changes since 0.2.5:

  • Fix musl wheels (#59)
  • Enable mimalloc on aarch64 linux wheels

Granian 0.2.5

20 Jan 01:13
Compare
Choose a tag to compare

Patch release

Changes since 0.2.4:

  • Fix response headers getting overwritten in ASGI, WSGI protocols (#53)

Granian 0.2.4

18 Jan 15:56
9265a03
Compare
Choose a tag to compare

Patch release

Changes since 0.2.3:

  • Fix WSGI environ optional items (#42)

Granian 0.2.3

17 Jan 16:29
Compare
Choose a tag to compare

Patch release

Changes since 0.2.2:

  • fix ASGI lifespan protocol handlers (#38)

Granian 0.2.2

16 Jan 21:58
Compare
Choose a tag to compare

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

13 Jan 01:33
Compare
Choose a tag to compare

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

24 Dec 17:18
Compare
Choose a tag to compare

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

05 Dec 14:37
Compare
Choose a tag to compare

Patch release

Changes since 0.1.4:

  • fix ASGI websocket.send message parsing (#19)
  • enhance ASGI wesocket connection flow (#20)