Releases: litestar-org/advanced-alchemy
Releases · litestar-org/advanced-alchemy
v0.6.0
What's Changed
- fix: add
str
tomatch_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
andlist_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
- @peterschutt made their first contribution in #104
- @gazorby made their first contribution in #100
Full Changelog: v0.5.5...v0.6.0
v0.5.5
v0.5.4
v0.5.3
v0.5.2
v0.5.1
v0.5.0
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 inmodel_from_dict
by @cemrehancavdar in #78 - feat: add
get_and_update
to the repository and services by @cofin in #77 - feat:
upsert
andupsert_many
now supportmatch_fields
by @cofin in #79
New Contributors
- @abdulhaq-e made their first contribution in #75
- @cemrehancavdar made their first contribution in #78
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's New
When this attribute is set to True
, models are automatically deployed on startup by calling metadata.create_all
What's Changed
Full Changelog: v0.3.5...v0.4.0