Releases: litestar-org/advanced-alchemy
Releases · litestar-org/advanced-alchemy
Release list
v0.11.1
v0.11.0
What's Changed
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
What's Changed
- feat: relationship loader api by @cofin in #192
- refactor!: use bases to merge mixin table args by @peterschutt in #194
Full Changelog: v0.9.4...v0.10.0
v0.9.4
v0.9.3
v0.9.2
What's Changed
- chore(ci): remove
blackand enablecodecovby @cofin in #185 - fix: fixed behavior for
updated_atfield 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
- @SergeyKomVl made their first contribution in #166
Full Changelog: v0.9.1...v0.9.2
v0.9.1
What's Changed
- feat: merge table argument helper by @cofin in #158
- chore(branding): migration to the
litestar-orgby @JacobCoffee in #156 - fix: specify type variable of GUID by @wer153 in #167
- fix(#164): added mapper column key on to_dict func by @ysnbyzli in #165
- docs: add landing page by @JacobCoffee in #172
- fix:
upsertwith no identity field populated by @cofin in #169 - fix: html_title by @Alc-Alc in #181
- chore: fix code coverage and sonar by @cofin in #183
- fix: correct bucket name by @cofin in #184
New Contributors
- @ysnbyzli made their first contribution in #165
- @dependabot made their first contribution in #174
Full Changelog: v0.9.0...v0.9.1
v0.9.0
What's Changed
- docs(examples): Example for JSON queries by @Alc-Alc in #155
- feat: adds a
to_schemamethod 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