Skip to content

Releases: mdconaway/fastapi-cruddy-framework

Release 0.2.1

30 Oct 16:39
Compare
Choose a tag to compare
  • Removes dateutil dependency
  • Upgrades sqlmodel to 0.0.11

Release 0.2.0

30 Oct 16:08
Compare
Choose a tag to compare
  • Add better timezone handling (requires created_at, updated_at DB column updates to include TZ - minor version change)

Release 0.1.7

30 Oct 13:42
Compare
Choose a tag to compare
  • Rollback issue with postgres

Release 0.1.6

30 Oct 12:53
Compare
Choose a tag to compare
  • Updates deprecated subquery syntax that was being used by COUNT queries to remove deprecation warning messages

Release 0.1.5

27 Oct 14:22
Compare
Choose a tag to compare
  • Add default_limit parameter to resource definitions

Release 0.1.4

25 Oct 20:10
Compare
Choose a tag to compare
  • Upgrade minimum sqlmodel version to 0.0.9

Release 0.1.3

24 Oct 23:34
Compare
Choose a tag to compare
  • Adds kwargs to adapter constructors to enable low-level user configuration

Release 0.1.2

24 Oct 14:40
Compare
Choose a tag to compare
  • Adds support for artificial relationship definitions in each CRUD object's "links" attribute

Release 0.1.1

17 Aug 20:36
Compare
Choose a tag to compare
  • Fixes *has_any and *has_all queries for jsonb in postgres

Release 0.1.0

16 Aug 19:15
Compare
Choose a tag to compare
  • BREAKING CHANGE: Test utilities upgraded to be fully async to enable high-performance websocket testing support