Releases: pashagolub/pgxmock
Releases · pashagolub/pgxmock
v2.12.0
What's Changed
[-]
moveDeallocate()
toPgxConnIface
, fixes #143 by @pashagolub in #156
Full Changelog: v2.11.0...v2.12.0
What to do next?
- Star the repository
- Read the documentation
- Examine some examples
- Check out the blog
- Follow me on {Company Blog, Facebook, LinkedIn, Bluesky, Mastodon, Twitter, PostgreSQL.Life, Stack Overflow}
- Become a sponsor or donate to Ukraine 💙💛
v2.11.0
What's Changed
[+]
bumpjackc/pgx/v5
from 5.4.2 to 5.4.3 by @dependabot in #145[+]
add Sweep AI support by @sweep-ai in #147[+]
implementExpectReset()
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?
- Star the repository
- Read the documentation
- Examine some examples
- Check out the blog
- Follow me on {Company Blog, Facebook, LinkedIn, Twitter, PostgreSQL.Life, Stack Overflow}
- Become a sponsor or donate to Ukraine 💙💛
v2.10.0
What's Changed
- [+] bump
jackc/pgx/v5
from 5.4.1 to 5.4.2 by @dependabot in #144
Full Changelog: v2.9.0...v2.10.0
What to do next?
- Star the repository
- Read the documentation
- Examine some examples
- Check out the blog
- Follow me on {Company Blog, Facebook, LinkedIn, Twitter, PostgreSQL.Life, Stack Overflow}
- Become a sponsor or donate to Ukraine 💙💛
v2.9.0
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?
- Star the repository
- Read the documentation
- Examine some examples
- Check out the blog
- Follow me on {Company Blog, Facebook, LinkedIn, Twitter, PostgreSQL.Life, Stack Overflow}
- Become a sponsor or donate to Ukraine 💙💛
v2.8.0
What's Changed
[+]
add missing methods to mockpgxpool.Pool
by @tulioguaraldob in #140[+]
bumpjackc/pgx/v5
from 5.3.1 to 5.4.1 by @dependabot in #141 #142[*]
improveRawValues()
implementation by @sejin-P in #138
New Contributors
- @sejin-P made their first contribution in #138
- @tulioguaraldob made their first contribution in #140
Full Changelog: v2.7.0...v2.8.0
What to do next?
- Star the repository
- Read the documentation
- Examine some examples
- Check out the blog
- Follow me on {Company Blog, Facebook, LinkedIn, Twitter, PostgreSQL.Life, Stack Overflow}
- Become a sponsor or donate to Ukraine 💙💛
v2.7.0
What's Changed
- [+] add
PgxPoolIface.Stat()
, closes #135 by @dragonfriend0013 in #136 - [-] fix bytes conversion panic when
RawValues
is called, fixes #128 by @Eitol in #137
New Contributors
- @Eitol made their first contribution in #137
- @dragonfriend0013 made their first contribution in #136
Full Changelog: v2.6.0...v2.7.0
v2.6.0
What's Changed
[!]
updateExpectCopyFrom()
definition to matchCopyFrom()
, closes #127 by @pashagolub in #134[+]
bumpactions/setup-go
from 3 to 4 by @dependabot in #129[+]
bumpactions/stale
from 7 to 8 by @dependabot in #130[*]
docs: update comment to include option to match out of order by @SDBlackwood in #131[-]
fixcontext.Context
use in methods by @pashagolub in #132
New Contributors
- @SDBlackwood made their first contribution in #131
Full Changelog: v2.5.0...v2.6.0
v2.5.0
What's Changed
[+]
bumpjackc/pgx/v5
to 5.3.1 by @dependabot in #125 #123 #122[+]
bump Go version to v1.20 by @pashagolub in #124[-]
fixExpectedCopyFrom.String()
output, resolves #120 by @pashagolub in #121
Full Changelog: v2.4.0...v2.5.0
v2.4.0
What's Changed
[+]
bumpjackc/pgx/v5
to 5.1.1 by @dependabot in #118[*]
removepgxIface.BeginTxFunc()
as deprecated, closes #111 by @pashagolub in #117
Full Changelog: v2.3.0...v2.4.0
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