Skip to content

Latest commit

 

History

History
53 lines (30 loc) · 2.63 KB

File metadata and controls

53 lines (30 loc) · 2.63 KB

Release Notes

Latest Changes

Refactors

Internal

0.0.4

Fixes

  • 🔧 Make FastAPI and Uvicorn optional dependencies, to avoid circular dependencies. PR #25 by @tiangolo.

Internal

0.0.3

Features

  • ✨ Add optional --workers CLI option, and fix CI for test-redistribute. PR #12 by @PokkaKiyo.

Upgrades

Docs

  • 📝 Add note about Uvicorn as the high-performance server running underneath. PR #9 by @tiangolo.

Internal

0.0.2

First public working version. 🚀

Fixes

  • 👷 Tweak CI testing and fix import error detection for Python 3.8. PR #8 by @tiangolo.