Releases: litestar-org/litestar-asyncpg
Releases · litestar-org/litestar-asyncpg
v0.5.0
24 Jun 16:44
Compare
Sorry, something went wrong.
No results found
v0.4.0
11 May 19:38
Compare
Sorry, something went wrong.
No results found
v0.3.0
25 May 21:39
Compare
Sorry, something went wrong.
No results found
What's Changed
fix: correct the type hints for setup and init by @guacs in #7
feat: provide connection outside of Litestar application by @cofin in #17
New Contributors
@guacs made their first contribution in #7
Full Changelog : v0.2.0...v0.3.0
v0.2.0
06 May 02:42
Compare
Sorry, something went wrong.
No results found
What's Changed
chore: update references to litestar-org by @cofin in #6
feat: allow keys to be configurable by @cofin in #10
New Contributors
Full Changelog : v0.1.3...v0.2.0
v0.1.3
08 Oct 16:54
Compare
Sorry, something went wrong.
No results found
v0.1.2
06 Oct 01:57
Compare
Sorry, something went wrong.
No results found
What's Changed
feat: adds pgproto.UUID to the type_encoders by @cofin in #1
feat: adds updated examples by @cofin in #2
New Contributors
@cofin made their first contribution in #1
Full Changelog : v0.1.1...v0.1.2
v0.1.1
04 Oct 03:46
Compare
Sorry, something went wrong.
No results found
This change corrects a few issues with imports and metadata lookups.
v0.1.0
01 Oct 23:30
Compare
Sorry, something went wrong.
No results found
What's New? Well, everything...
This initial release adds a Litestar plugin to create and manage the asyncpg database connections and sessions for each request.
To get started:
pip install litestar-asnycpg