Skip to content

v2.1.0 Fixed shared subscriptions and better example app

Compare
Choose a tag to compare
@azogue azogue released this 31 Dec 08:20
· 9 commits to master since this release
7e9cdbb

Changes

  • 🐛 Fix usage with shared subscriptions (from #81, #82)
  • ✨ Add explicit async methods for fastapi app lifespan (#79)
  • ✏️ Fixed typos and better docs (from #73, #74, #76, #80)
  • 🎨 Internal changes for linter configuration (now using pre-commit and ruff) (#66)
  • 🥚 Add a more complex example app, with fastapi lifespan, router, dependencies, websocket endpoint, and more (#83)