Skip to content

Releases: taosdata/TDengine

3.0.1.1

23 Sep 07:05
Compare
Choose a tag to compare

Enhancements:

  • Performance optimization for select count(*)
  • Optimization about Performance scalability for STMT inserting

Fixed Bugs:

  • taosd can't start after being stopped forced during high stress writing
  • taosd can't be restarted after crashing
  • tasod crash when creating 200 million tables and can't restart
  • taosd OOM when querying the number of subtables in parallel with creating subtables
  • taosdump crash when exporting data
  • taosBenchmark crash during high stress writing
  • Calculation error in SUM() function
  • Error "Table not exists" after dropping database
  • "Show create table" command can't show the comment
  • A few other crash problems in taosd
  • A few memory leak problems in taosd

3.0.1.0

07 Sep 04:42
Compare
Choose a tag to compare

Enhancements

  • Performance optimization for both writing and querying
  • Optimization for query plan in selecting from a super table
  • Performance optimization for inserting RSMA data
  • Performance optimization for last_row on super table or subtable
  • Space is supported when enclosed by escape character ``
  • Query result can be output to file using ">>" in TDengine CLI
  • "show vnodes" can be used in TDengine CLI
  • UpTime metric is refined to reflect the true UpTime
  • State Window can be used without aggregate
  • Some show commands are refined to display more information
  • Non-privileged user is not allowed to query information_schema and performance_schema by default
  • Non-privileged user is not allowed to create database if SYSINFO is set to 0
  • max/min can work with timestamp type
  • Stream computing supports deleting data

Fixed Bugs

  • Data loss after inserting new data and committing
  • Data loss when inserting into RSMA using taosBenchmark
  • Data loss when using schemaless protocols to write
  • taosd crash when inserting 200,000 tables with 1,000 rows in each table
  • taosd crash when inserting into RSMA table
  • taosd crash when subscribing to a database
  • taosd crash caused by parallel query
  • taosd crash caused by sample function on high volume of data
  • taosd crash caused by drop database while there are still topics in that DB
  • taosd crash if dropping a database while there is still writing into it
  • taosd crash when flushing database after a column of NCHAR type is updated to NULL
  • taosd crash when inserting into RSMA using two taosBenchmark in parallel
  • taosd crash if doing "drop stable" in parallel with taosBenchmark writing
  • taosd crash caused by Prometheus remote_write
  • taosd crash if there is dot character in db name enclosed by ``
  • taosd crash when selecting with order by
  • Memory leak in TDengine client driver
  • Memory leak caused by interp function
  • Memory leak when doing aggregation query on 1 million table while each table has 100 rows
  • Memory leak caused by creating/droping Time Range SMA
  • Linux package is wrongly reported by 360 as Trojan
  • Client program crash caused by chemaless_insert in taosc
  • Incorrect processing of apercentile function used with t-digest in nested query

What's Changed

Read more

2.6.0.16

05 Sep 06:44
Compare
Choose a tag to compare

Release Notes

from:release/ver-2.6.0.14
to:release/ver-2.6.0.16

FIX BUGS:
fix: remove assert for pQInfo->rspContent NULL check (#16337)
fix: check the upper boundary of startPos in hashIntervalAgg (#16138)

ver-3.0.0.1

23 Aug 08:34
Compare
Choose a tag to compare

Fixed Bugs:
fix: resolved some memory leak in TDengine client driver
fix: resolved the problem of console popup when invoking TDengine client driver on Windows
fix: removed dependency on some visutal studio libraries on Windows
fix: fixed taosd crash caused by TCP port scanning program
fix: fixed syntax parsing, memory leak and crash caused by interp function
fix: resolved some problems about syntax parsing
fix: corrected the query result of elapsed, sum and min function in some cases
fix: corrected wrong result of querying sub table number with conditions
fix: fixed a few crash problems in stream processing
fix: fixed a crash problem which happened occasionally in interval query
fix: prevented from creating a stable with same name as an existing normal table
fix: fixed the problem of automatic appending "_u" to table name when using db.tbname to create table
fix: fixed crash on Windows after writing some amount of data
fix: fixed crash when writing by Prometheus through remote_write

Enhancements:
enh: optimized the data writing performance significantly in case of large number of sub-tables
enh: improved the recovery speed when one dnode is down in case of 3 replications

What's Changed

Read more

2.6.0.14

19 Aug 14:11
Compare
Choose a tag to compare

Release Notes

from:release/ver-2.6.0.12
to:release/ver-2.6.0.14

FIX BUGS:
fix: remove strtolower for sql string (#16243)
fix: insert data send failed (#16147)
fix: TCP probe check alive update alive if pConn is null (#16069)
fix: subscribe all child tables skey calc error (#15947)

ver-3.0.0.0

12 Aug 23:18
Compare
Choose a tag to compare

NEW FEATURES / ENHANCEMENTS:
feat: support new SQL query syntax.
feat: add new meta-database for keeping all the metadata in the cluster.
feat: support event-driving stream computing.
feat: provide a whole new message queue for sub/pub time series data.
Feat: remove the restriction for several query syntax.
enh: provide the cloud-native architecture of TDengine.
enh: employ Raft protocol to ensure the consistency in distributed environment.
enh: utilize the B+tree to keep the meta-data in vnode.
enh: add invert index for the fast search of the tag data.
enh: improve the launch speed significantly.
enh: support keep 1 billion time series data in a cluster.
enh: provide a configurable cache to hold the latest data with various types.
enh: develop a new data transporter to between different nodes in the cluster.
enh: utilize the distributed hash table to locate the table to variable nodes in the cluster.
enh: support roll-up SMA for super table to down-sample the raw time series data.
enh: support time interval SMA to provide the approximate the time window aggregate result.
doc: provide an new user manual, including SQL syntax usage and cluster maintenance.

2.6.0.12

05 Aug 17:58
Compare
Choose a tag to compare

Release Notes

from:release/ver-2.6.0.10
to:release/ver-2.6.0.12

FIX BUGS:
feat: probe msg sendmsgtosever always return ok (#15700)
fix: first last and count combine aggregate is slower (#15500)
fix: remove excessive escaping of quotation marks with backslashes for schemaless insert in influxdb line protocol (#15463)
fix: fixed a free race condition (#15431)

2.6.0.10

22 Jul 10:58
Compare
Choose a tag to compare

Release Notes

from:release/ver-2.6.0.8
to:release/ver-2.6.0.10

FIX BUGS:
fix: check type of tVariant as a column/tag name when alter table... set tag with a number as key (#15086)
fix: resolve a potential nullptr dereferencing on extraRow with update=2 (#15143)
fix: gcc 12 compile error for 2.6 (#15062)
fix: database name which is a key word should not permitted (#14649)
fix: add Linx and Red Hat support (#14331)

ENHANCEMENTS:
added min_row & max_row functions (#14308)
change the default maxDbs of root acct to INT16_MAX (#14908)

2.6.0.8

11 Jul 01:17
Compare
Choose a tag to compare

Release Notes

from:release/ver-2.6.0.6
to:release/ver-2.6.0.8

FIX BUGS:
fix: fixed compilation errors produced by old gcc version (#14619)
fix: masters number in log.dnodes_info (#14489)
fix: tsdb read merge block and memory condition check is not right (#14395)
fix: fix a typo(#14387)
fix: resolve arithmetic issues of first/last/last_row with keepColumnName enabled (#14365)
fix: filter condition filterRmUnitRange can not reset unitIdx (#14372)
fix: percentile second scan not call cause crash (#14326)
fix: add error code TSDB_CODE_TSC_TOO_MANY_SML_LINES (#14280)
fix: fixed activation info error (#814)

2.6.0.6

25 Jun 13:44
Compare
Choose a tag to compare

Release Notes

from:release/ver-2.6.0.4
to:release/ver-2.6.0.6

FIX BUGS:
fix: multi group by calc key error (#14052)
fix: offset optimization order by desc calc skip block error(#14027)
fix: Remove install warning for red hat (#14019)
fix: added upstream check to avoid crash (#13894)
fix: fixed group by col_proj_function des error on client (#13821)
fix: taosdump incorrect count when dump in (#13815)
fix: super table info not removed after dropped by another client (#13666)
fix: fixed related query error caused by tag mismatch (#13308)

ENHANCEMENTS:
enh:change master/slave to leader/follower (#14190)
feat: added bitwise operations (#13306)
feat: support case sensitive and CN names of db, stable, column, tags and so on (#13866)