Releases: litestar-org/advanced-alchemy
Releases · litestar-org/advanced-alchemy
v0.2.2
What's Changed
- chore: add additional exclusions to sonar by @cofin in #37
- chore: address code duplication by @cofin in #38
- refactor: move serialization helpers into one place by @guacs in #40
- fix: use
asyncio.run
by @cofin in #42 - fix: remove extra filter imports by @cofin in #43
- chore: install all pre-commit hook types by default by @guacs in #41
- fix: remove extra all methods by @cofin in #44
Full Changelog: v0.2.1...v0.2.2
v0.2.1
v0.2.0
v0.1.1
What's Changed
This release includes a compatibility fix for Litestar's existing repository filters.
Full Changelog: v0.1.0...v0.1.1
v0.1.0
🎉 New Contributors 🎉
- @cofin made their first contribution in #1
- @JacobCoffee made their first contribution in #10
- @guacs made their first contribution in #18
What's New
- Full set of repository classes for working with SQLAlchemy models
- Plugins for FastAPI, Starlette, Sanic, and Litestar
- Alembic integration with Litestar
- Custom JSONB aliased datatypes that select the optimal datatype for each backend (Includes a custom Oracle JSON type as well)
- Full test suite for
aiosqlite
,sqlite
,asyncpg
,psycopg
(sync and async),oracledb
,duckdb
,asyncmy
, andspanner
.