Skip to content

Releases: mdconaway/fastapi-cruddy-framework

Release 0.0.28

15 Aug 11:53
Compare
Choose a tag to compare
  • Patch pydantic config for BulkDTO schema

Release 0.0.27

07 Aug 10:47
Compare
Choose a tag to compare
  • Upgrades minimum required dependencies

Release 0.0.26

05 Aug 15:19
Compare
Choose a tag to compare
  • Fixes a bug in UUID constructor that always favors INT for init

Release 0.0.25

30 Jul 22:07
Compare
Choose a tag to compare
  • Add re-usable actions class
  • Export BrowserTestClient for developer test harnesses
  • Add textual descriptions to all generated endpoints

Release 0.0.24

23 Jul 23:12
Compare
Choose a tag to compare
  • Allow propagation of where filter on get-one and many-to-one relational endpoints to allow policies to force restriction on assets
  • Add test harness that results in 82% code coverage for the framework
  • Add 404 responses when records don't exist

Release 0.0.23

07 Jul 03:06
Compare
Choose a tag to compare
  • Fixes type hinting throughout the library

Release 0.0.22

28 Jun 14:15
Compare
Choose a tag to compare
  • Adds worker thread safety for sqlite adapter

Release 0.0.21

26 Jun 15:33
Compare
Choose a tag to compare
  • Updates swagger documentation to show example link URLs that attempt to match the example model id
  • Converts meta object from generic model to cruddy model for simpler example definitions

Release 0.0.20

20 Jun 18:52
Compare
Choose a tag to compare

Upgrades FastAPI dependency to ^0.97.0

Release 0.0.19

20 Jun 16:54
9d710d5
Compare
Choose a tag to compare

Adds support for JSON columns and dot notation queries.