Skip to content

Releases: litestar-org/advanced-alchemy

v0.6.0

03 Dec 20:43
2aa4cca
Compare
Choose a tag to compare

What's Changed

  • fix: add str to match_fields type hint by @cofin in #96
  • fix: add orm_registry to __all__ by @JacobCoffee in #99
  • refactor: use internal utilities for scope state storage. by @peterschutt in #104
  • feat: mock repository by @gazorby in #100
  • fix: correct count and list_and_count signatures by @cofin in #108
  • feat: make touch_updated_timestamp optional by @cofin in #98
  • feat: SQLAlchemy encrypted field by @cofin in #47

New Contributors

Full Changelog: v0.5.5...v0.6.0

v0.5.5

09 Nov 03:43
Compare
Choose a tag to compare

What's Changed

  • fix: adds the python_type property. by @cofin in #95
  • test(aiodbc): Support for the Microsoft SQL Server database via the aioodbc driver. by @Alc-Alc in #94

New Contributors

Full Changelog: v0.5.4...v0.5.5

v0.5.4

04 Nov 15:20
7a91a8b
Compare
Choose a tag to compare

What's Changed

  • feat: updates typing to handle scoped sessions by @cofin in #87
  • fix(docs): Update broken links in README.md by @Spikenn in #88
  • docs: Fix typo in README.md by @mbeijen in #89
  • fix: change upsert_many behavior by @cofin in #90

New Contributors

Full Changelog: v0.5.3...v0.5.4

v0.5.3

31 Oct 16:07
15a7d76
Compare
Choose a tag to compare

What's Changed

  • feat: enable flask support by @cofin in #86

Full Changelog: v0.5.2...v0.5.3

v0.5.2

31 Oct 02:18
103f9bf
Compare
Choose a tag to compare

What's Changed

  • feat: re-export modules to make importing easier by @cofin in #81
  • fix: adds greenlet as a dependencies for Mac OS by @cofin in #84
  • feat: adds a get_session function to the config by @cofin in #83

Full Changelog: v0.5.1...v0.5.2

v0.5.1

28 Oct 03:52
da03540
Compare
Choose a tag to compare

What's Changed

  • feat: add simple_asdict and use the ASGI lifecycle to manage state on restart by @cofin in #80

Full Changelog: v0.5.0...v0.5.1

v0.5.0

27 Oct 16:31
4caadbf
Compare
Choose a tag to compare

What's Changed

  • fix: sqlalchemy dto for models non Column fields by @abdulhaq-e in #75
  • docs: add odbc note to contributing guide by @abdulhaq-e in #76
  • fix: reference column names from Mapper object in model_from_dict by @cemrehancavdar in #78
  • feat: add get_and_update to the repository and services by @cofin in #77
  • feat: upsert and upsert_many now support match_fields by @cofin in #79

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.4.0

24 Oct 02:50
090725a
Compare
Choose a tag to compare

What's New

  • feat: add create_all configuration parameter for Litestar by @cofin in #70

When this attribute is set to True, models are automatically deployed on startup by calling metadata.create_all

What's Changed

  • feat: verify the service has an identity before updating. by @cofin in #71

Full Changelog: v0.3.5...v0.4.0

v0.3.5

23 Oct 20:57
cef8745
Compare
Choose a tag to compare

What's Changed

  • fix: service exists should use exists from repository by @cofin in #68
  • feat: deprecate get_or_create in favor of get_or_upsert by @cofin in #69
  • fix: do not set id with item_id when None by @cofin in #67

Full Changelog: v0.3.4...v0.3.5

v0.3.4

19 Oct 14:17
f40e497
Compare
Choose a tag to compare

What's Changed

  • chore: remove commented line from code example by @cofin in #63
  • chore: optimized test build & coverage collection by @cofin in #61
  • fix: better handle empty collection filters by @cofin in #62

Full Changelog: v0.3.3...v0.3.4