Skip to content

Releases: litestar-org/advanced-alchemy

v0.12.0

02 Jun 16:51
89437f4
Compare
Choose a tag to compare

What's Changed

  • feat: create a StatementFilter type for repository filters by @cofin in #206
  • feat: add delete_where by @cofin in #207

Full Changelog: v0.11.1...v0.12.0

v0.11.1

30 May 17:38
be6a8dd
Compare
Choose a tag to compare

What's Changed

  • fix: don't mutate statement in place by @cofin in #203
  • fix: set options and execution_options before calling lambda_stmt by @cofin in #204

Full Changelog: v0.11.0...v0.11.1

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