Skip to content

Releases: litestar-org/advanced-alchemy

v0.11.0

23 May 13:29
1ebf5a2
Compare
Choose a tag to compare

What's Changed

  • fix: to_schema inocrrectly checks for ModelMetaclass instead of BaseModel by @cofin in #198

Attention: When using to_schema from the service layer, the schema_type command must be specified as a keyword (kwarg) now. It can not be passed in positionally.

Full Changelog: v0.10.0...v0.11.0

v0.10.0

22 May 02:55
f302cce
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.4...v0.10.0

v0.9.4

12 May 00:01
c2342e6
Compare
Choose a tag to compare

What's Changed

  • fix: type hint for 3.8 support by @cofin in #191
  • chore(lint): address pyright warnings where possible by @cofin in #190

Full Changelog: v0.9.3...v0.9.4

v0.9.3

07 May 13:51
ee340d4
Compare
Choose a tag to compare

What's Changed

  • fix: updated return signature for RowMapping results by @cofin in #188

Full Changelog: v0.9.2...v0.9.3

v0.9.2

06 May 02:45
665fef3
Compare
Choose a tag to compare

What's Changed

  • chore(ci): remove black and enable codecov by @cofin in #185
  • fix: fixed behavior for updated_at field when updating the model by @SergeyKomVl in #166
  • feat: optionally apply unique() to results by @cofin in #186
  • feat: query utilities and cleanup by @cofin in #159

New Contributors

Full Changelog: v0.9.1...v0.9.2

v0.9.1

03 May 19:09
bd2d973
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.0...v0.9.1

v0.9.0

07 Apr 18:52
96aad8d
Compare
Choose a tag to compare

What's Changed

  • docs(examples): Example for JSON queries by @Alc-Alc in #155
  • feat: adds a to_schema method to the service layer by @cofin in #154

This release adds implementations of all custom features included in the litestar-fullstack repository.

Full Changelog: v0.8.4...v0.9.0

v0.8.4

02 Apr 23:52
3943f4b
Compare
Choose a tag to compare

What's Changed

  • fix: accept None in model_from_dict to allow setting model fields… by @rseeley in #141

New Contributors

Full Changelog: v0.8.3...v0.8.4

v0.8.3

01 Apr 14:01
38c029e
Compare
Choose a tag to compare

What's Changed

  • feat: delay loading alembic commands by @cofin in #153
  • chore: prevent create_all failures from stopping application startup by @cofin in #152

Full Changelog: v0.8.2...v0.8.3

v0.8.2

29 Mar 19:53
0c30fb5
Compare
Choose a tag to compare

What's Changed

  • fix: always use UUID type for compatibility by @cofin in #149

Full Changelog: v0.8.1...v0.8.2