Skip to content

Tags: aminalaee/mangum

Tags

0.12.4

Toggle 0.12.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Version 0.12.4

0.12.3

Toggle 0.12.3's commit message
Version 0.12.3

0.12.2

Toggle 0.12.2's commit message
Version 0.12.2

0.12.1

Toggle 0.12.1's commit message
Version 0.12.1

0.12.0

Toggle 0.12.0's commit message
Version 0.12.0

0.11.0

Toggle 0.11.0's commit message
Version 0.11.0

0.10.0

Toggle 0.10.0's commit message
version 0.10.0

0.10.0b1

Toggle 0.10.0b1's commit message
* Remove WebSocket support to focus on HTTP. [jordaneremieff#127](jor…

…daneremieff#127)

* Support multiValue headers in response. [jordaneremieff#129](jordaneremieff#129). Thanks [@koxudaxi](https://github.com/koxudaxi)!

0.9.2

Toggle 0.9.2's commit message
* Make boto3 dependency optional [jordaneremieff#115](jordaneremieff#115

)

0.9.1

Toggle 0.9.1's commit message
* Refactor lifespan class to be more consistent with other cycle clas…

…ses and to be more compliant with ASGI spec

* Bugfix lifespan startup behaviour, allow lifespan cycle to be used as a context manager in the adapter [107](jordaneremieff#107).

* Deprecate `enable_lifespan` parameter to be replaced by new `lifespan` option

* Include CHANGELOG in repo and release notes in documentation [110](jordaneremieff#110)

* Update protocol classes generally with  docstrings/comments/better state transitions/more compliant with ASGI spec.

* Overhaul documentation structure and content.