Skip to content

Releases: pashagolub/pgxmock

v2.12.0

30 Aug 10:19
ec74377
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.11.0...v2.12.0

What to do next?

v2.11.0

17 Aug 12:05
19a4aaf
Compare
Choose a tag to compare

What's Changed

  • [+] bump jackc/pgx/v5 from 5.4.2 to 5.4.3 by @dependabot in #145
  • [+] add Sweep AI support by @sweep-ai in #147
  • [+] implement ExpectReset() function and tests, closes #146 by @sweep-ai in #148

Full Changelog: v2.10.0...v2.11.0

New Contributors

  • @sweep-ai made their first contribution in #147

What to do next?

v2.10.0

12 Jul 10:56
a140e10
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.9.0...v2.10.0

What to do next?

v2.9.0

05 Jul 11:41
Compare
Choose a tag to compare

What's Changed

[+] add pgxmockPool.AsCon() method to emulate Acquire() in tests 5020f24

Full Changelog: v2.8.0...v2.9.0

What to do next?

v2.8.0

19 Jun 12:36
b8771dd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.7.0...v2.8.0

What to do next?

v2.7.0

03 May 08:41
ca4117b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.6.0...v2.7.0

v2.6.0

31 Mar 14:58
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.5.0...v2.6.0

v2.5.0

28 Feb 10:15
a12342d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.0...v2.5.0

v2.4.0

18 Nov 13:00
482a7b7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v2.4.0

v2.3.0

14 Nov 10:20
4ab7090
Compare
Choose a tag to compare

What's Changed

  • [+] bump jackc/pgx/v5 from 5.0.4 to 5.1.0 by @dependabot in #116
  • [+] make arguments matching using WithArgs mandatory, fixes #114 by @eklmv in #115

☝️ Breaking change! Now the developer must use .WithArgs() to specify which parameters are expected. If developers don't care they may use pgxmock.AnyArg() value.

New Contributors

Full Changelog: v2.2.0...v2.3.0