Skip to content

0.9.0b1

Pre-release
Pre-release
Compare
Choose a tag to compare
@jordaneremieff jordaneremieff released this 03 May 12:24
· 44 commits to master since this release
  • Refactor ASGI lifespan handlers and automatically detect if lifespan is supported by an application (#62)

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

  • Implement new WebSocket storage backends for managing connections (PostgreSQL, Redis, DyanmoDB, S3, SQlite)

  • Improving logging throughout the various classes