Skip to content

Tags: humans-group/pq

Tags

v0.8.1

Toggle v0.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #12 from humans-group/otlp

add sql field to attach to span

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #11 from humans-group/otlp

switch to open telemetry protocol

v0.7.1

Toggle v0.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #10 from humans-group/bump-prometheus-client-ver

#8: updated prometheus/client_golang to v1.18.0, updated other deps

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was signed with the committer’s verified signature.
mkorolyov Maxim Korolyov
update pgx

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added possibility to add loger with help of options (#7)

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
#5: changed humans-net to humans-group and updated go version (#6)

* #5: changed humans-net to humans-group and updated go version from 1.14 to 1.16

* #5: updated CI to use go version from 1.13 to 1.16 and actions/setup-go from v1 to v2

Co-authored-by: Aleksey Korolev <aleksey.korolev@humans.net>

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
don’t send sql query with the trace to the jaeger agent (#4)

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Map pgx.LogLevelInfo to zapcore.DebugLevel, hide password on panic (#3)

* Map pgx.LogLevelInfo to zapcore.DebugLevel, hide password on panic

* Secure password

Co-authored-by: Alexey Ankip <aankip@humans.net>

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support queries batch (#2)

Author: Alexey Ankip <aankip@humans.net>

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
avoid usage of pkg/errors and support of Go 1.13 errors wrapping (#1)

* avoid usage of pkg/errors

* update go