5.9.1 (2022-08-23)
🍀 Summary 🍀
No bug fixes or new features. Just an important improvement of the documentation.
✨ Highlights ✨
- Fix / Improve documentation of how to use package (#168). Instrumentation should happen in a function decorated with
@app.on_event("startup")
to prevent crashes on startup. Thanks to @mdczaplicki and others.
CI/CD
- Pin poetry version and improve caching configuration (6337459)