Skip to content

v2.3.0

Compare
Choose a tag to compare
@pashagolub pashagolub released this 14 Nov 10:20
· 131 commits to master since this release
4ab7090

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