Releases: humans-group/pq
Releases · humans-group/pq
Updated prometheus client to v1.18.0 and other deps, updated go build version from 1.16 to 1.19
Updated prometheus client to v1.18.0 and other deps, updated go build version from 1.16 to 1.19
Latest
Merge pull request #10 from humans-group/bump-prometheus-client-ver #8: updated prometheus/client_golang to v1.18.0, updated other deps
updated pgx
v0.7.0 update pgx
added options pattern to client constructor
v0.6.0 Added possibility to add loger with help of options (#7)
updated path and golang version
updated path and golang version
cleaned tracing
v0.4.0 don’t send sql query with the trace to the jaeger agent (#4)
Dont log creds on conn error
Dont log creds if connection failed.
Map pgx log level to zap log level in more aggressive level. All pgx trace, debug,info became zap debug.
Added SendBatch API
Support queries batch (#2) Author: Alexey Ankip <[email protected]>
Proper error handling
avoid usage of pkg/errors and support of Go 1.13 errors wrapping (#1) * avoid usage of pkg/errors * update go
Initial release
v0.0.1 updated pgx to 4.9.0