Skip to content

Releases: litestar-org/advanced-alchemy

v0.19.3

23 Aug 17:45
a19d2bd
Compare
Choose a tag to compare

What's Changed

  • fix: check engine before disposing by @cofin in #249

Full Changelog: v0.19.2...v0.19.3

v0.19.2

22 Aug 21:55
4498095
Compare
Choose a tag to compare

What's Changed

  • feat: add TZ validator to AuditModel by @cofin in #247
  • fix: simplify string concatenation for error handling by @cofin in #248

Full Changelog: v0.19.1...v0.19.2

v0.19.1

21 Aug 22:13
ed4568e
Compare
Choose a tag to compare

What's Changed

  • feat: improved IntegrityError details parsing by @cofin in #246

Full Changelog: v0.19.0...v0.19.1

v0.19.0

05 Aug 14:44
e39430e
Compare
Choose a tag to compare

What's Changed

  • refactor: Fix types for ModelProtocal and BasicAttributes by @Rey092 in #243
  • feat: allow for customized error messages by @cofin in #240

New Contributors

Full Changelog: v0.18.0...v0.19.0

v0.18.0

29 Jul 02:45
3f7fee3
Compare
Choose a tag to compare

What's Changed

  • feat: DTOData support in services by @cofin in #235

Full Changelog: v0.17.3...v0.18.0

v0.17.3

12 Jul 20:53
48cdbd3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.17.2...v0.17.3

v0.17.2

08 Jul 03:30
4b03579
Compare
Choose a tag to compare

What's Changed

  • feat: optimize type adapter call & multi-config fixes by @cofin in #229

Full Changelog: v0.17.1...v0.17.2

v0.17.1

02 Jul 00:59
045997a
Compare
Choose a tag to compare

What's Changed

  • fix: namespace signature override by @cofin in #228

Full Changelog: v0.17.0...v0.17.1

v0.17.0

01 Jul 20:31
deef082
Compare
Choose a tag to compare

What's Changed

  • feat(cli): Adds drop-all option to the litestar cli by @Alc-Alc in #226
  • feat: multi-database configurations by @cofin in #151
  • feat: add order_by helper parameter to the repository by @cofin in #219

Full Changelog: v0.16.0...v0.17.0

v0.16.0

27 Jun 14:50
da87543
Compare
Choose a tag to compare

What's Changed

  • Reverts the previous to_schema implementation in the service layer. This will need to be rethought as it requires too many overloads to any customized service function.
  • Ensures that the filter values for upsert_many is a unique list. This is useful when you are merging a large amount of objects on a foreign key. The lookup will only contain a single unique entry for each key instead of one for each row.
  • Adds a schema_dump method to convert incoming Pydantic or Msgspec models to dictionaries
  • Adds additional type guard helpers to check for a field in a dictionary, Struct, or BaseModel
  • Filters can now be passed into single row lookup methods like get_one, get_one_or_one, etc.

Full Changelog: v0.15.0...v0.16.0