Skip to content

Releases: openGemini/opengemini-client-go

v0.8.1

05 Dec 15:04
73d180f
Compare
Choose a tag to compare

What's Changed

  • chore: change addr.Address to opengemini.Address by @xuthus5 in #201
  • ci: pr title lint by @xuthus5 in #202
  • feat(perf): enable config zstd by @xkx9431 in #199
  • feat: define new write protocol proto file by @xuthus5 in #203
  • feat: porting kernel record module to internal by @xuthus5 in #204
  • refactor: move internal folder to lib folder by @shoothzj in #205

Full Changelog: v0.8.0...v0.8.1

v0.8.0

07 Nov 06:20
b19a843
Compare
Choose a tag to compare

What's Changed

  • refactor: move empty auth error to error.go by @shoothzj in #194
  • chore: optimize import order by @goflutterjava in #195
  • chore: add go report badge by @shoothzj in #196
  • build: bump the minimum Go version to 1.21 by @shoothzj in #197
  • chore: update dependnecy by @shoothzj in #198
  • feat(perf): enable config encoding for querying large results by @xkx9431 in #191

New Contributors

Full Changelog: v0.7.1...v0.8.0

v0.7.1

27 Oct 15:37
600a352
Compare
Choose a tag to compare

What's Changed

  • build: add license header by @shoothzj in #181
  • build: update linelint github action by @shoothzj in #182
  • docs: delete trailing whitespace in READEME_CN.md by @zhiheng123 in #184
  • fix: update retention policy use error shard duration by @zhiheng123 in #183
  • ci: add go imports by @shoothzj in #185
  • chore: polish code by @shoothzj in #186
  • feat: add heartbeat logging functionality using slog by @shoothzj in #187
  • fix: logger should be inited first by @shoothzj in #188
  • refactor: move err all servers down to error.go by @shoothzj in #189
  • fix: dataChanMap LoadOrStore with wrong type by @shoothzj in #190
  • chore: polish random_util by @shoothzj in #192
  • chore: use addr's Addr method by @goflutterjava in #193

Full Changelog: v0.7.0...v0.7.1

v0.7.0

04 Oct 06:10
673d092
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.7.0

v0.6.0

08 Sep 05:23
baf8764
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.1...v0.6.0

v0.5.1

23 Aug 08:28
e90a1bc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0

20 Aug 23:55
32645ab
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.4.0

04 Aug 23:05
f307cb7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

26 Jun 14:56
a9068f3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

09 Apr 02:17
6eaba99
Compare
Choose a tag to compare

What's Changed

  • fix: ensure write method's callback could receive entire error message by @Chenxulin97 in #57
  • update Chinese language link text in README by @shoothzj in #58
  • docs: optimize library description by @shoothzj in #59
  • fix: correct show retention policies method name by @Chenxulin97 in #60
  • test: reduce unit test resource consumption from default in select model by @Chenxulin97 in #62
  • fix: use sync map to avoid concurrent write when create dataChan by @Chenxulin97 in #61
  • fix: client context problem by @cyruslo in #64
  • fix: make point serialization in line with line protocol by @localvar in #65
  • fix: standardize the error handling in query.go, write.go, and ping.go by @Mike666666-max in #66
  • refactor: optimize error msg in database and retention polciy by @shoothzj in #67
  • refactor: rename PrecisionType to Precision by @shoothzj in #69
  • feat: enable query with precision by @Chenxulin97 in #70

New Contributors

Full Changelog: v0.1.1...v0.2.0