Releases: wey-gu/py-pglite
Releases · wey-gu/py-pglite
v0.5.3
v0.5.2
v0.5.1
v0.5.0
What's Changed
- adding coverage of ut further more by @wey-gu in #20
- unify on single tool and simplify development workflow by @abn in #26
- fixes #23 by @tomviner in #28
- Add tcp socket server by @ShravanSunder in #34
- Async SQLAlchemy Support by @soapun in #32
- Fix asyncpg TCP hanging: Complete solution with proper configuration and documentation by @Copilot in #35
New Contributors
- @abn made their first contribution in #26
- @tomviner made their first contribution in #28
- @ShravanSunder made their first contribution in #34
- @soapun made their first contribution in #32
- @Copilot made their first contribution in #35
Full Changelog: v0.4.1...v0.5.0
v0.4.1
v0.4.0 pgvector support!
What's Changed
Full Changelog: v0.3.1...v0.4.0
v0.3.1
v0.3.0: decouple client, support asyncpg
v0.2.1
v0.2.0 Django Support!
Changes in v0.2.0
See the full changelog for details.
Installation
pip install py-pglite==0.2.0PyPI Release
What's Changed
- ci: safety scan by @wey-gu in #3
- test: add a fastapi auth example by @wey-gu in #6
- fix: can use uv or pdm to run hacking by @yihong0618 in #8
- feat: major architecture refactor - framework isolation + Django support + Vite-style DX by @wey-gu in #10
New Contributors
- @yihong0618 made their first contribution in #8
Full Changelog: v0.1.0...v0.2.0