TDengine 3.3.6.13 Release Notes
Features
- feat: taoskeeper support IPv6 listen and connect
- feat: database engine supports IPv6.
- feat: support IPv6 in taosX/explorer
- feat: taosadaupter support IPv6
- feat: connectors support ipv6
- feat: taosX support log level change in runtime
- feat: python websocket support ipv6
- feat: support ipv6 for rust
- feat: support IPv6 connection in node.js websocket connection
- feat: taoskeeper support IPv6 listen and connect
- feat: add metrics for skipped messages
- feat: support MQTT sparkplug B datain in taosX
- feat: new Node-RED pluginf for query/write/subscribe
- feat: taosX add telmetry report
Enhancements
- enh: go WebSocket connector poll data integrity enhancement
- enh: speedup TDengine Build CI
- enh: improve the performance of node recovery and replica changes.
- enh: enable monitor each vnode's actual memory usage and allocation
- enh: support importing CSV files containing newline characters.
- enh: improve performance for small batches of dataset in JDBC ws connector
- enh: support backfill from interrupted checkpointed in query datain
- enh: support gen:order on tags in taosBenchmark
- enh: allow user login to explorer without sysinfo
Fixes
- fix: schemaless write mode cannot modify string length in dual-active mode
- fix: when maxRetryWaitTime is set too high, the client will perform unlimited retries when connecting to the server.
- fix: the error message is not clear when the super table and sub table have the same name during auto-creation of tables.
- fix: replication support conversion from double/float to decimal in taosX
- fix: when there are offline dnodes, "show dnode * variables" does not return any output.
- fix: the REPLICA parameter supports plural forms when used to create and alter a database
- fix: fix unknown error 65534 when connecting to cloud
- fix: taosc does not retry when encountering the "Out of memory in queue" error during write failure
- fix: tables with composite primary keys cannot use the forecast function.
- fix: fix read file error when replicatting by a net guard
- fix: influxdb datain cause "Unknown named curve" under Kylin V10
- fix: nchar tag index is not taking effect
- fix: allow non-select query result set export as csv
- fix: inner join queries failing to retrieve data in a nanosecond-precision database.