Skip to content

Tags: questdb/go-questdb-client

Tags

v3.2.0

Toggle v3.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(client): blocking LineSenderPool (#53)

Breaking change of an experimental API

The pool now blocks if there are already too many senders in use.
Pooled senders are released implicitly, via the Close call.

v3.1.0

Toggle v3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(client): add sender pool (#47)

Co-authored-by: Andrei Pechkurov <37772591+puzpuzpuz@users.noreply.github.com>

v3.0.8

Toggle v3.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(client): fix request_min_throughput config parameter name (#43)

Also fixes godoc formatting for LineSenderFromConf

v3.0.7

Toggle v3.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(client): fix auto_flush_interval units in LineSenderFromConf (#40)

v3.0.6

Toggle v3.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(client): broken HTTP sender retries (#39)

v3.0.5

Toggle v3.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(client): HTTP sender retries send empty request body (#38)

v3.0.4

Toggle v3.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(client): add LineSenderFromEnv method (#35)

Also improves the docs around HTTP transport

---------

Co-authored-by: Andrey Pechkurov <apechkurov@gmail.com>

v3.0.3

Toggle v3.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(config): enables optional trailing semicolon in config string (#32)

v3.0.2

Toggle v3.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(client): Go 1.19 compatibility (#30)

v3.0.1

Toggle v3.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(client): modify config parsing behavior to match other clients (#28)

Co-authored-by: Andrey Pechkurov <apechkurov@gmail.com>