Skip to content

Releases: litestar-org/advanced-alchemy

v0.15.0

24 Jun 18:21
fc3f0eb
Compare
Choose a tag to compare

What's Changed

  • feat: services accept BaseModels and Structs by @cofin in #218
  • feat: add a to_schema parameter to services by @cofin in #220

Full Changelog: v0.14.1...v0.15.0

v0.14.1

13 Jun 17:11
9000dde
Compare
Choose a tag to compare

What's Changed

  • fix: implement library installed check by @cofin in #217

Full Changelog: v0.14.0...v0.14.1

v0.14.0

10 Jun 20:34
3b5c243
Compare
Choose a tag to compare

What's Changed

  • feat: implement a repository proto and other typing improvements by @cofin in #213

Full Changelog: v0.13.1...v0.14.0

v0.13.1

06 Jun 14:46
1a04f3f
Compare
Choose a tag to compare

What's Changed

  • fix: add additional Filter classes to __all__ by @cofin in #210
  • refactor(search_filter): Removes some redundant code by @Alc-Alc in #211

Full Changelog: v0.13.0...v0.13.1

v0.13.0

04 Jun 15:03
0dc0103
Compare
Choose a tag to compare

What's Changed

  • feat: SearchFilter and NotInSearchFilter support multiple columns by @cofin in #208

Full Changelog: v0.12.0...v0.13.0

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