Releases: apache/iotdb-client-go
Releases · apache/iotdb-client-go
Apache IoTDB Client Go 1.3.4
What's Changed
- Fix bugs for rc/1.3.3 by @shuwenwei in #113
- Fix dev/1.3 UT by @HTHou in #116
- [to dev/1.3] Remove global endPointList by @shuwenwei in #119
- fix: there is no errors when sql is incorrectErr/check by @LinuxSuRen in #125
- [To dev/1.3] add ExecuteGroupByQueryIntervalQuery api by @shuwenwei in #128
Full Changelog: v1.3.3...v1.3.4
Apache IoTDB Client Go 2.0.2
What's Changed
- Remove global endPointList by @shuwenwei in #117
- fix: there is no errors when sql is incorrect by @LinuxSuRen in #123
- fix: typo Github which should be GitHub by @LinuxSuRen in #124
Full Changelog: v2.0.1-beta...v2.0.2
Apache IoTDB Client Go 2.0.1-beta
v2.0.1-beta rename table model fields (#114)
Apache IoTDB Client Go 1.3.3.1
Apache IoTDB Client Go 1.3.3
What's Changed
- Update
Dockerfile.iotdb-server
to use java 17 by @HTHou in #100 - iotdb-client-go fit for
IoTDB-V1.1
by @Beyyes in #83 - Fix make generate and update thrift file by @HTHou in #101
- Fix ci warning by @HTHou in #102
- Use docker compose v2 by @HTHou in #104
- Fix ClusterSessionInit by @HTHou in #105
- Support new data types by @HTHou in #107
Full Changelog: v1.3.2...v1.3.3
Apache IoTDB Client Go 1.3.2
What's Changed
- Bump actions/checkout from 3 to 4 by @dependabot in #91
- Bump actions/setup-go from 4 to 5 by @dependabot in #93
- Bump actions/cache from 3 to 4 by @dependabot in #94
- Update Github Action Go version by @HTHou in #96
- Support nil in Tablet by @HTHou in #98
- Remove useless setting for IT by @shuwenwei in #99
Full Changelog: v1.1.1...v1.3.2
Apache IoTDB Client Go v1.1.1
Apache IoTDB Client Go v1.1.0
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Apache IoTDB Client Go v0.13.1
session pool supports multiple nodes (#78) Co-authored-by: fuliwen <[email protected]>
Apache IoTDB Client Go v1.0.0
add ConnectRetryMax for config (#65)