Skip to content

Releases: humans-group/pq

Updated prometheus client to v1.18.0 and other deps, updated go build version from 1.16 to 1.19

04 Sep 10:54
13edb3a
Compare
Choose a tag to compare
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

13 May 11:29
b4e8446
Compare
Choose a tag to compare
v0.7.0

update pgx

added options pattern to client constructor

01 Nov 14:44
49a7d16
Compare
Choose a tag to compare
v0.6.0

Added possibility to add loger with help of options (#7)

updated path and golang version

14 Oct 13:44
9d7cc75
Compare
Choose a tag to compare

updated path and golang version

cleaned tracing

20 Jan 15:55
82ed887
Compare
Choose a tag to compare
v0.4.0

don’t send sql query with the trace to the jaeger agent (#4)

Dont log creds on conn error

14 Jan 15:01
ff536e7
Compare
Choose a tag to compare

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

07 Dec 13:10
5e823a0
Compare
Choose a tag to compare
Support queries batch (#2)

Author: Alexey Ankip <[email protected]>

Proper error handling

22 Oct 11:35
95c1a87
Compare
Choose a tag to compare
avoid usage of pkg/errors and support of Go 1.13 errors wrapping (#1)

* avoid usage of pkg/errors

* update go

Initial release

20 Oct 13:48
7240fdd
Compare
Choose a tag to compare
v0.0.1

updated pgx to 4.9.0