v2.3.0
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