Skip to content

0.2.0

Choose a tag to compare

@github-actions github-actions released this 26 Apr 09:56
· 4 commits to main since this release
bbf1ffc

Added

  • modernize embedded PGlite API and OSS tooling (#3)

  • Added the high-level Pglite and PgliteServer APIs for direct embedded use
    and PostgreSQL client compatibility.

  • Added process-local template cluster reuse for fast temporary databases, with
    fresh_temporary escape hatches for initialization-specific tests.

  • Added SQLx and tokio-postgres compatibility coverage, runtime/proxy smoke
    tests, CI, cargo-deny policy checks, Conventional Commit validation, and
    documented runtime asset provenance.

  • Improved the blocking proxy/server path for extended-protocol clients,
    readiness handling, and socket mode behavior.