Skip to content

Releases: apache/iotdb-client-go

Apache IoTDB Client Go 1.3.2

01 Jul 04:34
575ffe0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.3.2

Apache IoTDB Client Go v1.1.1

24 Aug 03:21
a053afa
Compare
Choose a tag to compare

What's Changed

  • optimize the implement of tablet by @HTHou in #85
  • Fix StatementId doesn't exist in this session issue by @HTHou in #89

New Contributors

  • @xjz17 made their first contribution in #82

Full Changelog: v1.1.0...v1.1.1

Apache IoTDB Client Go v1.1.0

04 Apr 01:33
367b02d
Compare
Choose a tag to compare
Bump actions/setup-go from 3 to 4 (#81)

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Apache IoTDB Client Go v0.13.1

10 Mar 03:06
d859381
Compare
Choose a tag to compare
session pool supports multiple nodes (#78)

Co-authored-by: fuliwen <fuliw@yonyou.com>

Apache IoTDB Client Go v1.0.0

07 Dec 09:25
614a2ea
Compare
Choose a tag to compare
add ConnectRetryMax for config (#65)

0.14.0-preview1

03 Nov 13:33
2731a9e
Compare
Choose a tag to compare
v0.14.0-preview1

fix 'connectionTimeoutInMs' mismatch with actual usage (#57)

Apache IoTDB Client Go 0.13.0

14 Sep 01:33
c8dadf6
Compare
Choose a tag to compare

This is v0.13.0 of Go client library for Apache IoTDB, which contains the basic support of aligned time series.

Apache IoTDB Client Go 0.12.1

20 Jul 02:26
1507bf2
Compare
Choose a tag to compare

This is v0.12.1 of Go client library for Apache IoTDB, which contains several bug-fix commits.
This version also upgraded the thrift version to 0.14.1.

Apache IoTDB Client Go 0.12.0

14 Apr 07:35
9d87218
Compare
Choose a tag to compare

This is the first version of Go client library for Apache IoTDB.
This library has implemented all IoTDB's session API.