Releases: mdconaway/fastapi-cruddy-framework
Releases · mdconaway/fastapi-cruddy-framework
Release 0.0.28
- Patch pydantic config for BulkDTO schema
Release 0.0.27
- Upgrades minimum required dependencies
Release 0.0.26
- Fixes a bug in UUID constructor that always favors INT for init
Release 0.0.25
- Add re-usable actions class
- Export BrowserTestClient for developer test harnesses
- Add textual descriptions to all generated endpoints
Release 0.0.24
- 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
- Fixes type hinting throughout the library
Release 0.0.22
- Adds worker thread safety for sqlite adapter
Release 0.0.21
- 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
Upgrades FastAPI dependency to ^0.97.0
Release 0.0.19
Adds support for JSON columns and dot notation queries.