Releases: litestar-org/litestar-asyncpg
Releases · litestar-org/litestar-asyncpg
v0.5.0
Compare
Sorry, something went wrong.
No results found
cofin
released this
24 Jun 16:44
What's Changed
fix: separate connection state per asyncpg plugin by @danochoa in #25
New Contributors
Full Changelog : v0.4.0...v0.5.0
v0.4.0
Compare
Sorry, something went wrong.
No results found
cofin
released this
11 May 19:38
What's Changed
New Contributors
Full Changelog : v0.3.0...v0.4.0
v0.3.0
Compare
Sorry, something went wrong.
No results found
cofin
released this
25 May 21:39
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
Compare
Sorry, something went wrong.
No results found
cofin
released this
06 May 02:42
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
Compare
Sorry, something went wrong.
No results found
cofin
released this
08 Oct 16:54
What's Changed
feat: add py.typed to project by @cofin in #5
Full Changelog : v0.1.2...v0.1.3
v0.1.2
Compare
Sorry, something went wrong.
No results found
cofin
released this
06 Oct 01:57
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
Compare
Sorry, something went wrong.
No results found
cofin
released this
04 Oct 03:46
This change corrects a few issues with imports and metadata lookups.
v0.1.0
Compare
Sorry, something went wrong.
No results found
cofin
released this
01 Oct 23:30
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