Skip to content

0.9.0

Compare
Choose a tag to compare
@jordaneremieff jordaneremieff released this 09 May 13:29
· 15 commits to master since this release
  • 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 (#100)

  • Refactor ASGI lifespan handlers and automatically detect if lifespan is supported by an application (#62)

  • Decouple WebSocket support from DynamoDB to allow alternative WebSocket storage backends (#52)

  • Improving logging throughout the various classes