Skip to content

Releases: litestar-org/advanced-alchemy

v0.8.3

01 Apr 14:01
38c029e
Compare
Choose a tag to compare

What's Changed

  • feat: delay loading alembic commands by @cofin in #153
  • chore: prevent create_all failures from stopping application startup by @cofin in #152

Full Changelog: v0.8.2...v0.8.3

v0.8.2

29 Mar 19:53
0c30fb5
Compare
Choose a tag to compare

What's Changed

  • fix: always use UUID type for compatibility by @cofin in #149

Full Changelog: v0.8.1...v0.8.2

v0.8.1

25 Mar 19:13
c3dba02
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.8.1

v0.8.0

20 Mar 00:24
0843eef
Compare
Choose a tag to compare

What's Changed

  • docs: update readme, missing sections, and pin shibuya by @JacobCoffee in #137
  • fix: docstring update to fix outdated upsert_many info by @darinkishore in #139
  • docs: adds GenericAlembicConfig to __all__ by @cofin in #143
  • feat: UniqueMixin that instantiates objects ensuring uniqueness on some field(s) by @Alc-Alc in #138
  • feat: add additional exports for the litestar plugin by @cofin in #144
  • feat: adds uuid_utils type decoder automatically by @cofin in #145

New Contributors

Full Changelog: v0.7.4...v0.8.0

v0.7.4

19 Feb 19:32
c318394
Compare
Choose a tag to compare

What's Changed

  • fix: adjusted type hints for UUID when uuid-utils is not installed by @cofin in #133

Full Changelog: v0.7.3...v0.7.4

v0.7.3

18 Feb 21:43
bbae5c0
Compare
Choose a tag to compare

What's Changed

  • chore: enable Python 3.12 tests by @cofin in #82
  • feat: adds a uuid_utils encoder if it is installed by @cofin in #131

Full Changelog: v0.7.2...v0.7.3

v0.7.2

04 Feb 15:15
1d4c100
Compare
Choose a tag to compare

What's Changed

  • feat: replace ConflictError with IntegrityError by @cofin in #129
  • fix: adjust lambda_stmt statement tracking by @cofin in #128

Full Changelog: v0.7.1...v0.7.2

v0.7.1

01 Feb 16:33
3e74b9e
Compare
Choose a tag to compare

What's Changed

  • fix: Specify generic type by @wer153 in #124
  • refactor: Remove unnecessary Optional type by @cbscsm in #125
  • feat: updated type hint and revert SentinelColumn change by @cofin in #127

New Contributors

Full Changelog: v0.7.0...v0.7.1

v0.7.0

30 Jan 01:59
6420050
Compare
Choose a tag to compare

What's Changed

  • feat: adds support for uuid v6 and v7 by @cofin in #121
  • chore: adjust docs for litestar config by @cofin in #122
  • feat: use sqlserver's unique identifier for GUID by @cofin in #123

Full Changelog: v0.6.2...v0.7.0

v0.6.2

05 Jan 16:55
795f79e
Compare
Choose a tag to compare

What's Changed

  • feat: updated parameters to match add method by @cofin in #116
  • feat: oracle async support & json fix by @cofin in #118

Full Changelog: v0.6.1...v0.6.2