Skip to content

v0.8.5 - Typing

Compare
Choose a tag to compare
@awtkns awtkns released this 27 Jan 06:55
· 61 commits to master since this release

🎉 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

🐛 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