Skip to content

Releases: taosdata/driver-go

v3.8.0

01 Apr 11:39
46ed8ef

Choose a tag to compare

What's Changed

  • feat: add license check workflow and generate license report by @huskar-t in #355
  • feat: add GitHub Actions workflow for automated govulncheck vulnerability scanning by @huskar-t in #354
  • fix: fix nil return to Send's caller after sendChan closes, resulting… by @tianping526 in #356
  • chore: remove AGPL license block from dsn.go by @huskar-t in #359
  • feat: enhance govulncheck workflow with detailed output and notification for vulnerabilities by @huskar-t in #360
  • fix: create new exec.Cmd instance before restarting taosadapter by @huskar-t in #362
  • feat: enhance websocket connection and support stmt2 on Websocket by @huskar-t in #365
  • chore: release v3.8.0 by @huskar-t in #366

New Contributors

Full Changelog: v3.7.8...v3.8.0

v3.7.8

09 Jan 08:32
febe6ab

Choose a tag to compare

What's Changed

  • feat: add support for BearerToken and TOTP authentication by @huskar-t in #351
  • chore: update version to v3.7.8 and modify notify tests for enterprise edition by @huskar-t in #353

Full Changelog: v3.7.7...v3.7.8

v3.7.7

22 Dec 08:22
6f61f25

Choose a tag to compare

What's Changed

  • fix: fix the race condition caused by setting client = nil during client closure by @huskar-t in #350

Full Changelog: v3.7.6...v3.7.7

v3.7.6

25 Sep 08:03
dcec3eb

Choose a tag to compare

What's Changed

  • fix: handle empty strings and byte slices in stmt2 by @huskar-t in #345
  • test: add tests for handling empty strings and byte slices in stmt2 queries by @huskar-t in #346

Full Changelog: v3.7.5...v3.7.6

v3.7.5

16 Sep 08:19
cead640

Choose a tag to compare

What's Changed

  • fix: native connection failures on Windows

Full Changelog: v3.7.4...v3.7.5

v3.7.4

18 Aug 11:40
0d86b9e

Choose a tag to compare

What's Changed

  • feat: add timezone support for connections

Full Changelog: v3.7.3...v3.7.4

v3.7.3

25 Jul 07:39
c94a3f9

Choose a tag to compare

Fix

  • Fix crash when WS connection STMT query results contain decimal data

Full Changelog: v3.7.2...v3.7.3

v3.7.2

24 Jul 08:22
23dc0fc

Choose a tag to compare

Features

  • Support BLOB data type

Full Changelog: v3.7.1...v3.7.2

v3.7.1

19 Jun 06:57
3e7164a

Choose a tag to compare

Features

  • Support ipv6
  • Add TDengine version check

Full Changelog: v3.7.0...v3.7.1

v3.7.0

27 Mar 07:37
40c644d

Choose a tag to compare

What's Changed

feat: support decimal data type

Full Changelog: v3.6.0...v3.7.0