Skip to content

Releases: litestar-org/advanced-alchemy

v1.5.0

13 Aug 04:33
6751e0d
Compare
Choose a tag to compare

What's changed

New features 🚀

  • feat: gzip and zipped fixture support by @cofin in #500
  • feat: match against complex types by @cofin in #501
  • feat: attrs integration by @cofin in #503

Bugfixes 🐛

  • fix: correct typing issue in litestar example by @yuuuxt in #498
  • fix: correctly handle id_attribute with update by @cofin in #502

New contributors 🎉

Other changes

Full Changelog
v1.4.5...v1.5.0

v1.4.5

28 Jun 20:36
0674fb9
Compare
Choose a tag to compare

What's changed

Bugfixes 🐛

New features 🚀

New contributors 🎉

Full Changelog
v1.4.4...v1.4.5

v1.4.4

27 May 00:40
Compare
Choose a tag to compare

What's changed

Bugfixes 🐛

  • fix(alembic): support for alembic 1.16 toml_file configuration by @cofin in #479

Full Changelog
v1.4.3...v1.4.4

v1.4.3

12 May 18:36
Compare
Choose a tag to compare

What's changed

Bugfixes 🐛

  • fix: wrap_exceptions is re-enabled by @cofin in #475

New features 🚀

  • feat(types): add all exports for password hashing backends by @cofin in #471
  • feat: Add identity Mixin for Primary Keys by @cofin in #473

Full Changelog
v1.4.2...v1.4.3

v1.4.2

04 May 16:16
Compare
Choose a tag to compare

What's changed

Bugfixes 🐛

  • fix(types): correct type hints for with_for_update to ForUpdateParameter by @PrinterOMG in #465
  • fix: BigIntPrimaryKey does not respect schema names by @cofin in #469

New contributors 🎉

Full Changelog
v1.4.1...v1.4.2

v1.4.1

28 Apr 01:02
Compare
Choose a tag to compare

What's changed

Bugfixes 🐛

  • fix: raise if filter operator is not in operators_map by @cofin in #463
  • fix: uniquify respects init method override by @cofin in #462

Full Changelog
v1.4.0...v1.4.1

v1.4.0

27 Apr 22:11
Compare
Choose a tag to compare

What's changed

New features 🚀

Full Changelog
v1.3.2...v1.4.0

v1.3.2

25 Apr 16:00
Compare
Choose a tag to compare

What's changed

Bugfixes 🐛

  • fix: remove stringified type hint by @cofin in #457
  • fix: FileObject native Pydantic Core integration by @cofin in #458

Full Changelog
v1.3.1...v1.3.2

v1.3.1

22 Apr 01:43
Compare
Choose a tag to compare

What's changed

New contributors 🎉

Bugfixes 🐛

  • fix: updated example litestar_service.py model by @keiser1080 in #450
  • fix(litestar): create_service_provider supports any configuration now by @cofin in #451
  • fix(litestar): update service provider to use dynamic session dependency key by @cofin in #454
  • fix(litestar): allows positional args for session by @cofin in #455

Full Changelog
v1.3.0...v1.3.1

v1.3.0

18 Apr 21:19
Compare
Choose a tag to compare

What's changed

New features 🚀

  • feat(fastapi): add dependency provider by @cofin in #431

Full Changelog
v1.2.0...v1.3.0