Releases: mdconaway/fastapi-cruddy-framework
Releases · mdconaway/fastapi-cruddy-framework
Release 0.0.8
- Increases persistence speed for each record by coalescing relationship updates into asyncio.gather
Release 0.0.7
- Fixes a bug in the generally unsafe-to-use ONETOMANY relationship updater
- Dramatically enhances metadata passed to the relationship update lifecycle hooks
- Some minor new documentation on the data that lifecycle hooks receive
Release 0.0.6
-Add resource lifecycle hooks
-Add support for any field to be primary key
Release 0.0.5
-Expand acceptable python runtime range
Release 0.0.4
-Adds CruddyController class to extend resource controllers from user applications
Release 0.0.3
The show continues.
-Added example server
-Commonized some function calls
-Updated the readme
-Added multiple DB adapters
Release 0.0.2
Technically, an installable release. See fastapi-bare for relevant examples on how to use this library and structure a project for now. Eventually, a similar example will be built within this repo. Along with new adapter types like sqlite. And documentation. And tests. So many tests to write.