Skip to content

Releases: litestar-org/advanced-alchemy

v0.2.2

30 Sep 03:17
e59ee24
Compare
Choose a tag to compare

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

27 Sep 03:41
4fd039e
Compare
Choose a tag to compare

What's Changed

  • fix: correct reference to plugin for litestar by @cofin in #35
  • docs: adds Sanic, Starlette, and FastAPI examples to README by @cofin in #36

Full Changelog: v0.2.0...v0.2.1

v0.2.0

20 Sep 02:54
1250d94
Compare
Choose a tag to compare

What's New?

Full support for Microsoft SQL Server using pyodbc!

What's Changed

  • feat: adds a fastapi and standalone example by @cofin in #33

Full Changelog: v0.1.1...v0.2.0

v0.1.1

18 Sep 21:56
43e188a
Compare
Choose a tag to compare

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

17 Sep 17:37
0736cd9
Compare
Choose a tag to compare

🎉 New Contributors 🎉

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, and spanner.