TDengine 3.3.5.8 Release Notes
Features
- feat: support tmq subscription with ONLY META in JDBC
- feat: support multiple-line SQL editor in Grafana
- feat: add support for VARBINARY/GEOMETRY in ODBC
- feat: support TDengine with ODBC driver in Excel
- feat: taosX agent use specific port range in local connection
Enhancements
- enh: websocket handle consumer error when tmq polled nothing
- enh: JDBC add support for unsigned integers
- enh: expose global.written_concurrent configuration for kafka/mqtt/csv in Explorer
- enh: support integration with TDgpt in community version
- enh: support BinaryRowData type in flink
- enh: in stmt2 SQL statements, the LIMIT clause supports the use of ? as a parameter placeholder
- enh: enable compression via websocket in taosX backup
- enh: ODBC support SQL_ROWSET_SIZE in SQLSetStmtAttr
- enh: expose num.of.consumers/writters configurations in Explorer
- enh: Add connector files to the macOS installation package.
- enh: handle errors when poll result is null in rust connector
- enh: tsbs support csv output format
- enh: add Classified Connections Counts table in TDinsight
- enh: use consist float precision in explorer and tao shell
- enh: flink table support update/delete
- enh: taosX agent will resume connection when taosX server disconnected for long time
Fixes
- fix: explorer support signup email with dot
.
- fix: flock syscall error on aws cloud storage in taosAdapter
- fix: modify boolean tag values in sub-tables results in erroneous metadata from data subscriptions.
- fix: allow spaces in columns of csv in explorer datain
- fix: resolved the issue of high CPU usage by the stmtbind thread when the system is in an idle state
- fix: health state tick to idle when no data consumed
- fix: fix security issues in JDBC sample code
- fix: fix upgrade compatibility issue of taosX
- fix: ODBC core when set SQL_ATTR_TXN_ISOLATION with SQLSetConnectAttr
- fix: received/processed_messages should be reset when task rerun
- fix: when restoring data using taosX, it may crash if the database is not specified
- fix: when creating a database, the keep_time_offset options supports suffixes h (hours) and d (days) for time values
- fix: potential deadlocks while drop stream
- fix: failed to write data in a dual-replica database when a single dnode is disconnected from the network
- fix: when querying the information_schema.ins_tables table, a "Sync leader is unreachable" error may be triggered if the Leader of the mnode changes.
- fix: the time-filtering query results involving composite primary keys were incorrect after data compact
- fix: when the join condition of the primary key column is not a simple equality condition, it may lead to incorrect JOIN results
- fix: error caused by cursor.fetchmany with custom length in python taosws
- fix: the issue where the "show grants" command returned an incorrect number of columns
- fix: unexpected backup points before schedule executing
- fix: taosX task does not restart after interrupted
- fix: jdbc select server_version() caused mem high-usage
- fix: when using the WHERE tbname IN () statement, executing LAST query may cause taosd crash if the subtables filtered out do not belong to the same super table
- fix: after taosd exits abnormally and is restarted, if the WAL that has not been written to the data file is too large, it may cause an OOM error during startup
- fix: when using interp interpolation, if the select list contains string constants or string tags, the returned string content may be incomplete.#29353
- fix: when performing a JOIN query on a super table, using a subquery as the right table may lead to missing results
- fix: syntax error while use DISTINCT and ORDER BY together.#29263
- fix: when using the CAST function to convert a floating-point number to a binary and then performing a comparison, the result may be inaccurate due to loss of precision#29382
- fix: after upgrading from version 3.3.4 to 3.3.5, the taosd service fails to start properly if the configured charset does not exist in the system
- fix: websocket api timing field should not be negative
- fix: duplicates backup points in taosX
- fix: configuration item s3BucketName was incorrectly set as a global variable, leading to failures while file uploads to S3.