Skip to content

Releases: litestar-org/litestar-asyncpg

v0.3.0

25 May 21:39
f524ebc
Compare
Choose a tag to compare

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
4cf0bf5
Compare
Choose a tag to compare

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
38df0bb
Compare
Choose a tag to compare

What's Changed

  • feat: add py.typed to project by @cofin in #5

Full Changelog: v0.1.2...v0.1.3

v0.1.2

06 Oct 01:57
5b26f8e
Compare
Choose a tag to compare

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
9d99573
Compare
Choose a tag to compare

This change corrects a few issues with imports and metadata lookups.

v0.1.0

01 Oct 23:30
0b41059
Compare
Choose a tag to compare

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