TDengine 3.3.7.0 Release Notes
Features
- feat: new version of stream computing
- feat: supports BLOB data type
- feat: multi-level storage supports the adoption of shared storage
- feat: data subscription supports the MQTT protocol.
- feat: support for data mounting
- feat: support auto reconnect in rust websocket and libtaosws
- feat: go connector support blob data type
- feat: support BLOB data type in taos-ws-py
- feat: rust connector support new blob data type
- feat: Go WebSocket connections support IPv6
- feat: support IPv6 connection in C#
- feat: support version compatible check
- feat: libtaosws support adapterList for failover
- feat: table name in transform support expression calc
- feat: taosAdapter support new BLOB data type
- feat: C WebSocket connector support BLOB data type
- feat: taosX all data sources support decimal now
- feat: C# connector support decimal type
- feat: C websocket connector auto-reconnect and failover
- feat: subscribe from TDengine to MQTT in taosX
- feat: support MQTT sparkplug B datain in taosX
- feat: support OpenMetrics collection endpoints
- feat: new go connector benchmark tool
- feat: refactor artifact of taosBenchmark with better perf and functionality: tsgen
- feat: support writing query results to super tables.
- feat: generate unique timestamp using now in taosX
- feat: new plugin for ontop system
- feat: C websocket connector support multi-address failover
- feat: allow specify columns in count window
Enhancements
- enh: added grant items such as storage capacity and number of vnodes.
- enh: taosBenchmark support reading tbname/tags in csv
- enh: taosX support more datetime format in between_time_range
- enh: STMT2 supports setting fixed values for specified columns
- enh: websocket poll enhancement
- enh: Python WebSocket connections support automatic reconnection.
- enh: support multiple target frameworks in C#
- enh: downgrade gcc to 7.x for Hisoon database adapter
- enh: OPC CSV points config can add tags values with template
- enh: signed taosExplorer cannot start on mac
- enh: c websocket ws/wss protocol detection
- enh: support sml to get affected rows in rust connector
- enh: reduce info logs
- enh: support more write performance monitoring metrics
- enh: support encrypting user passwords using the SM4 algorithm
- enh: enables automatic detection and repair of WAL file corruption during startup
- enh: STMT2 supports duplicate table name binding
- enh: support varbinary data type in taosX
- enh: taosBenchmark output perf metrics into json file
- enh: raise exception in case of data conversion error
- enh: taosX transform plugin included in release
- enh: taosX restore from local dir support 'watch' parameter for watching file changes
- enh: disable external usage of :6060/rest/sql in Explorer
Fixes
- fix: memory leak occurs when subscribing to time-series data without metadata in Database topic
- fix: taosd fails to start after modifying a single mount point in multi-level storage
- fix: smallint type could not return query results when using the in ('1') condition for filtering.
- fix: incorrect authentication cause taosAdapter mem leak
- fix: single mount point failure in a multi-replica database cannot be recovered
- fix: vrtual table write requests did not report errors
- fix: support show tags on virtual table
- fix: taosBenchmark REST never support vgroup bindings
- fix: set timezone as same as JVM default does not work in websocket connection
- fix: csv to decimal cause taosX panic
- fix: fix decimal to double error when replicating with tmq
- fix: fix opcua error in cli mode of taosX
- fix: fix fetch_rows_a error in libtaows
- fix: superset name typo in english of explorer tools docs
- fix: OSS Explorer drop database error
- fix: taosX consume messages with formatted json cause error
- fix: ipv6 with zone info cause taosAdapter error on windows
- fix: agent sometimes panic on ipc ack reader
- fix: crash may occur when executing the show db.disk_info command
- fix: taos -h reports an error when entering an IPv6 address.
- fix: explorer sql query error should be visible
- fix: TDB file corruption caused by concurrent data subscription scenarios.
- fix: fFailed to query virtual tables in BI mode
- fix: nchar tag index is not taking effect
- fix: fix JDK caused panic on Kylin customized JDK for InfluxDB
- fix: transform invalid column name error
- fix: sorting fields of type double may cause the program to crash.
- fix: configuration parameter update failure during system upgrade
- fix: taosX tmq to td too many 'show subscriptions' queries cause taosd stuck
- fix: datain page disappear in explorer
- fix: taosX kafka datain will drop and logging non-utf8 input
- fix: explorer table display error
- fix: taosX support self-signed cert to adapter
- fix: kafka udt support nested array like
[{"data":[{"k":"v"}]}]
- fix: sysinfo 0.33.1 cause slab mem increment on Kylin V10 os
- fix: taosBenchmark connection number increases when check sql not set
- fix: explorer slowsql query condition of timerange
- fix: provide tool to manually rebuild the last cache quietly
- fix: S3 upload failure caused by an abnormal compact operation.
- fix: SQL error detail should display in Explorer logs
- fix: drop topic will affect other consumers' subscriptions
- fix: error occurs when the parameter string length of forecast exceeds 512
- fix: resolved the time precision issue in the timediff function.
- fix: incorrect results when using to_char function in a nanosecond-precision database
- fix: error when reading composite primary key data from memory and STT, causing duplicate IDs.#31509
- fix: client crashes when use STMT2 to the newly added column
- fix: extremely rare race-condition crash when printing logs.#31688