Skip to content

v0.5.1

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Apr 23:37
· 148 commits to main since this release
8729da0

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