Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.86 KB

CHANGELOG.md

File metadata and controls

39 lines (23 loc) · 1.86 KB

0.10.0 (future release)

  • Remove WebSocket support to focus on HTTP. #127

  • Support multiValue headers in response. #129. Thanks @koxudaxi!

0.9.2

  • Make boto3 dependency optional #115

0.9.1

  • Improve documentation, include CHANGELOG in repo, and include release notes in documentation #111

  • Bugfix lifespan startup behaviour and refactor lifespan cycle, deprecate enable_lifespan parameter, document protocols. #108

0.9.0

  • Improve documentation #48

  • Resolve issue with rawQueryString in HTTP APIs using wrong type #105

  • Implement new WebSocket storage backends for managing connections (PostgreSQL, Redis, DyanmoDB, S3, SQlite) using a single dsn configuration parameter #103

pre-0.9.0

I did not maintain a CHANGELOG prior to 0.9.0, however, I still would like to include a thank you to following people:

@lsorber @SKalt @koxudaxi @zachmullen @remorses @allan-simon @jaehyeon-kim

Your contributions to previous releases have greatly improved this project and are very much appreciated.

Special thanks to @tomchristie for all of his support, encouragement, and guidance early on, and @rajeev for inspiring this project.