v0.5.1
What's Changed
This version adds multiple bug fixes, including one that prevented dispatch functions from running concurrently within a single application instance (distributing concurrent calls across multiple instances was unaffected).
Other changes
- FastAPI: run Dispatch functions in a thread executor by @chriso in #146
- Add experimentation Lambda integration by @Pryz in #142
- Don't pickle coroutine state twice by @chriso in #148
- Bump cibuildwheel version to fix PyPI publish issue by @chriso in #149
Full Changelog: v0.5.0...v0.5.1