Skip to content

Releases: wey-gu/py-pglite

v0.5.3

17 Sep 04:03
1ab59cb

Choose a tag to compare

What's Changed

  • Fix incomplete process cleanup leaving orphaned pglite_manager.js processes by @Copilot in #38

Full Changelog: v0.5.2...v0.5.3

v0.5.2

16 Sep 23:34
d698ea4

Choose a tag to compare

What's Changed

  • Added driver parameter to get_connection_string and get_engine methods by @aabmets in #37

New Contributors

Full Changelog: v0.5.1...v0.5.2

v0.5.1

05 Sep 00:59
e5ba3bd

Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0

04 Sep 09:54
f1e671d

Choose a tag to compare

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

Full Changelog: v0.4.1...v0.5.0

v0.4.1

15 Jun 11:48
59cd8d0

Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0 pgvector support!

14 Jun 15:27
ad32c19

Choose a tag to compare

What's Changed

  • feat: pglite extensions && pgvector by @wey-gu in #16

Full Changelog: v0.3.1...v0.4.0

v0.3.1

13 Jun 10:41
8d762c5

Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0: decouple client, support asyncpg

11 Jun 12:31
a1f00af

Choose a tag to compare

What's Changed

  • decouple sqlalchemy and client by @wey-gu in #14

Full Changelog: v0.2.1...v0.3.0

v0.2.1

11 Jun 08:45
07be216

Choose a tag to compare

What's Changed

  • fix pytest-django dep skip issue on fastapi project by @wey-gu in #11
  • chore: formating by @wey-gu in #12
  • remove duplicated release action by @wey-gu in #13

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

v0.2.0 Django Support!

07 Jun 11:16

Choose a tag to compare

Changes in v0.2.0

See the full changelog for details.

Installation

pip install py-pglite==0.2.0

PyPI Release

📦 View on PyPI

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

Full Changelog: v0.1.0...v0.2.0