Releases: litestar-org/advanced-alchemy
Releases · litestar-org/advanced-alchemy
v0.6.0
Compare
Sorry, something went wrong.
No results found
cofin
released this
03 Dec 20:43
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
Compare
Sorry, something went wrong.
No results found
cofin
released this
09 Nov 03:43
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
Compare
Sorry, something went wrong.
No results found
cofin
released this
04 Nov 15:20
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
@spikenn made their first contribution in #88
@mbeijen made their first contribution in #89
Full Changelog : v0.5.3...v0.5.4
v0.5.3
Compare
Sorry, something went wrong.
No results found
cofin
released this
31 Oct 16:07
What's Changed
Full Changelog : v0.5.2...v0.5.3
v0.5.2
Compare
Sorry, something went wrong.
No results found
cofin
released this
31 Oct 02:18
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
Compare
Sorry, something went wrong.
No results found
cofin
released this
28 Oct 03:52
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
Compare
Sorry, something went wrong.
No results found
cofin
released this
27 Oct 16:31
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
Compare
Sorry, something went wrong.
No results found
cofin
released this
24 Oct 02:50
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
Compare
Sorry, something went wrong.
No results found
cofin
released this
23 Oct 20:57
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
Compare
Sorry, something went wrong.
No results found
cofin
released this
19 Oct 14:17
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