Skip to content

Releases: Silicon-Ally/testpgx

v0.0.5

21 Dec 20:40
c465416
Compare
Choose a tag to compare

What's Changed

  • Show error on failure to start, and create socket subdir by @bcspragu in #9

Full Changelog: v0.0.4...v0.0.5

v0.0.4

03 Sep 15:05
e642349
Compare
Choose a tag to compare
  • Upgrades to go 1.19
  • Upgrades to PGX v5

v0.0.3

08 Mar 16:35
55cd6da
Compare
Choose a tag to compare

What's Changed

BREAKING

Since this project is pre-v1.0.0, we're still making some breaking changes to make the library more useful. In this case, we're standarizing around *pgxpool.Conn, which allows for testing in environments where access to multiple concurrent Postgres connections may be needed.

  • Use a *pgxpool.Pool instead of a *pgx.Conn by @bcspragu in #5

Full Changelog: v0.0.2...v0.0.3

v0.0.2

05 Dec 04:01
d198f78
Compare
Choose a tag to compare

What's Changed

  • Fix Postgres Docker flake and update 14.4 -> 14.6 by @bcspragu in #4

Full Changelog: v0.0.1...v0.0.2

v0.0.1

04 Aug 22:18
335519c
Compare
Choose a tag to compare

What's Changed

  • Add CI for running tests + linting by @bcspragu in #1
  • Add a README for the project by @bcspragu in #2
  • Update the README with a pre-v1.0.0 warning by @bcspragu in #3

New Contributors

Full Changelog: https://github.com/Silicon-Ally/testpgx/commits/v0.0.1