Skip to content

Releases: taosdata/taos-connector-dotnet

v3.1.10

16 Mar 01:46
fc46ac1

Choose a tag to compare

What's Changed

  • feat: add bearer token support

Full Changelog: v3.1.9...v3.1.10

v3.1.9

16 Sep 01:19
baf32f0

Choose a tag to compare

What's Changed

  • feat: support stmt2

Full Changelog: v3.1.8...v3.1.9

v3.1.8

18 Aug 10:13
d810db1

Choose a tag to compare

What's Changed

  • enh: add connection timezone support
  • enh: strictly validate the binding parameter types against the database types

Full Changelog: v3.1.7...v3.1.8

v3.1.7

24 Jul 11:33
6e07cc7

Choose a tag to compare

Feature

  • Support IPv6
  • Add TDengine version check
  • Support Decimal data type
  • Add target compilation and testing for netcoreapp 3.1, net7, net8, and net9.

Full Changelog: v3.1.6...v3.1.7

v3.1.6

28 Mar 03:04
633b7cf

Choose a tag to compare

Enh

Optimize WebSocket connection message handling

v3.1.5

06 Feb 01:36
1ebaecf

Choose a tag to compare

Fix

  • Fix the length error when encoding Chinese in websocket protocol

v3.0.2

18 Jan 01:24
c94cbfd

Choose a tag to compare

What's Changed

  • enh(driver):C# 3.0 support FrameWork 4.5 and Net standard 2.0 by @xleili in #37
  • enh(driver):C# 3.0 support publish nupkg with taosws.dll and libtaos.so by @xleili in #38
  • enh(driver):C# 3.0 support schemalessInsertRaw() by @xleili in #40
  • fix(driver):C# 3.0 update method name to follow convention by @xleili in #44
  • fix: typos by @sangshuduo in #45
  • release: C# 3.0 connector v3.0.2 by @xleili in #46

New Contributors

Full Changelog: v3.0.1...v3.0.2

v1.0.8

18 Jan 07:36
c584407

Choose a tag to compare

What's Changed

  • enh(driver):C# 1.x support .NetFramework4.5&4.51&standard2.0 by @xleili in #28
  • enh(driver):support schemalessraw from V1.0.8 by @xleili in #43

Full Changelog: v1.0.7...v1.0.8

V3.0.1

13 Sep 10:16
5a4a7cd

Choose a tag to compare

  • support using WebSocket to establish WS connect and execute SQL through WebSocket.
  • support bind parameters using STMT through WebSocket.

V3.0.0

15 Aug 02:28
c07f878

Choose a tag to compare

  • Support TDengine 3.0.0.0
  • Support TMQ
  • Use FetchRawBlock to instead FetchRow.
  • Provode a function TDengineDriver.Impl.LibTaos.GetData() and TDengineDriver.Impl.LibTaos.GetMeta() to parse query result.
  • Doesn't compatible with TDengine 2.x