Skip to content

Releases: litestar-org/advanced-alchemy

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

v1.2.0

15 Apr 02:36
Compare
Choose a tag to compare

What's changed

Bugfixes 🐛

  • fix(alembic): migration generation produces duplicated unique constraints by @cofin in #434
  • fix: make SentinelMixin compatible with MappedAsDataclass by @winstxnhdw in #442

New features 🚀

  • feat: enable standard order by by @cofin in #438
  • feat(litestar): additional filter configuration options by @cofin in #444

Full Changelog
v1.1.1...v1.2.0

v1.1.1

07 Apr 03:19
Compare
Choose a tag to compare

What's changed

Bugfixes 🐛

Full Changelog
v1.1.0...v1.1.1

v1.1.0

06 Apr 23:27
Compare
Choose a tag to compare

What's changed

New features 🚀

  • feat(CLI): add stamp command by @provinzkraut in #428
  • feat(filters): adds an ExistsFilter and NotExists filter by @cofin in #336
  • feat(tests): fully migrate to pytest-databases by @cofin in #430
  • feat: file object data type by @cofin in #291
  • feat(filters): Implements a MultiFilter type for complex searches by @cofin in #311

Full Changelog
v1.0.2...v1.1.0

v1.0.2

01 Apr 16:38
Compare
Choose a tag to compare

What's changed

New contributors 🎉

Bugfixes 🐛

  • fix: prevent forward resolution issues by @cofin in #423
  • fix: correctly set uniquify from new by @cofin in #424
  • fix: remove accidental litestar import by @cofin in #426

Other changes

Full Changelog
v1.0.1...v1.0.2

v1.0.1

19 Mar 22:01
Compare
Choose a tag to compare

What's changed

Bugfixes 🐛

  • fix(dto): properly serialize Relationship type hints by @cofin in #422

Full Changelog
v1.0.0...v1.0.1

v1.0.0

18 Mar 18:11
Compare
Choose a tag to compare

Sponsors 🌟

What's changed

Bugfixes 🐛

  • fix(repo): logic correction for window function by @cofin in #421

Other changes

  • feat!: remove deprecated packages removed in v1.0.0 by @cofin in #419

Full Changelog
v0.34.0...v1.0.0

v0.34.0

10 Mar 01:42
Compare
Choose a tag to compare

Sponsors 🌟

What's changed

New features 🚀

  • feat: allow custom not_found error messages by @cofin in #417
  • feat(sanic)!: Refactor Sanic extension for multi-config support by @cofin in #415

Other changes

  • docs(flask): update Flask documentation with simplified examples and best practices by @cofin in #416
  • docs(flask): async-in-sync example should use the portal by @cofin in #418

Full Changelog
v0.33.2...v0.34.0