v0.8.5 - Typing
🎉 Highlights
With the release of v0.8.5 fastapi-crudrouter now officially supports both Python 3.10 and typed python. This release also includes significant improvements to the documentation, test suite, and developer experience.
Keep an eye of for the next release which will contain support for async SQLAlchemy (#122).
Big thanks to all contributors that made this possible!
✨ Features
- Typed python support #132 #111
- Python 3.10 support #114
- Test suite now runs against multiple databases #86
- Documentation improvements #79 #91 #117 #123 #124 #125 @andrewthetechie
- More informative exceptions #94 #137
- General test suite improvements #96 #97
🐛 Bug Fixes
- OrderBy not working correctly with Microsoft SQL Server #88
- 404 response not documented in OpenAPI spec #104 @sondrelg
- DatabasesCRUDRouter not functioning for inserts and deletes with AsyncPG #98
Full Changelog: v0.8.0...v0.8.5