Skip to content

Tags: openGemini/opengemini-client-go

Tags

v0.9.2

Toggle v0.9.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: set precision default value none (#242)

Signed-off-by: Young Xu <xuthus5@gmail.com>

v0.9.1

Toggle v0.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: disable gzip by default (#231)

The original code did not set  DisableCompression=true , which caused
gzip to be enabled by default; after the fix, it is disabled, meeting
the requirements.

Signed-off-by: chenhuan <xiangyuyu_2024@qq.com>

v0.9.0

Toggle v0.9.0's commit message

Verified

This tag was signed with the committer’s verified signature.
hezhangjian Zhangjian He
Add new write protocol, deprecate time.Time

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.
refactor: move internal folder to lib folder (#205)

Signed-off-by: ZhangJian He <shoothzj@gmail.com>

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.
 feat(perf): enable config encoding for querying large results (#191)

### Description

This is to adapt the large response from the server side, in the inner
server side , we already support the `x-msgpack` content type.

## Related DOCS update
openGemini/openGemini.github.io#136


### Changes
1. add config property `Codec` for client creation
2. when the Codec is enabled, will apply to the http request by setting
the header accordingly

---------

Signed-off-by: kaixuan xu <triumph_9431@qq.com>
Signed-off-by: ZhangJian He <shoothzj@gmail.com>
Co-authored-by: ZhangJian He <shoothzj@gmail.com>

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.
chore: use addr's Addr method (#193)

Signed-off-by: goflutterjava <goflutterjava@gmail.com>

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: remove unused typos fp (#180)

Signed-off-by: ZhangJian He <shoothzj@gmail.com>

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.
fix: modify encoder according to line protocol. (#172)

Fix #160

Signed-off-by: PennyYoon <525296438@qq.com>

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor: add build method in condition (#170)

Signed-off-by: ZhangJian He <shoothzj@gmail.com>

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.
typo: fix incorrect spelling (#167)

Signed-off-by: PennyYoon <525296438@qq.com>