Releases: taosdata/taos-connector-dotnet
Releases · taosdata/taos-connector-dotnet
v3.1.10
16 Mar 01:46
Compare
Sorry, something went wrong.
No results found
v3.1.9
16 Sep 01:19
Compare
Sorry, something went wrong.
No results found
v3.1.8
18 Aug 10:13
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Enh
Optimize WebSocket connection message handling
v3.1.5
06 Feb 01:36
Compare
Sorry, something went wrong.
No results found
Fix
Fix the length error when encoding Chinese in websocket protocol
v3.0.2
18 Jan 01:24
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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