Skip to content

Releases: mdconaway/fastapi-cruddy-framework

Release 0.0.8

18 Apr 15:35
Compare
Choose a tag to compare
  • Increases persistence speed for each record by coalescing relationship updates into asyncio.gather

Release 0.0.7

16 Apr 00:44
Compare
Choose a tag to compare
  • 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

13 Mar 02:20
Compare
Choose a tag to compare

-Add resource lifecycle hooks
-Add support for any field to be primary key

Release 0.0.5

07 Mar 01:23
Compare
Choose a tag to compare

-Expand acceptable python runtime range

Release 0.0.4

03 Mar 20:40
Compare
Choose a tag to compare

-Adds CruddyController class to extend resource controllers from user applications

Release 0.0.3

03 Mar 03:14
Compare
Choose a tag to compare

The show continues.

-Added example server
-Commonized some function calls
-Updated the readme
-Added multiple DB adapters

Release 0.0.2

01 Mar 22:57
Compare
Choose a tag to compare

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.