Skip to content

Releases: taosdata/TDengine

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)

2.4.0.30

25 Jun 13:35
Compare
Choose a tag to compare

Release Notes

from:release/ver-2.4.0.26
to:release/ver-2.4.0.30

FIX BUGS:
fix: multi group by calc key error (#14081)
fix: fixed offset optimization calc skipBlock error (#14029)
fix: Remove install warning for red hat (#14018)
fix: added upstream check to avoid crash (#13892)
fix: crash caused by group by and order by des (#13827)
fix: taosdump incorrect count when dump in (#13816)
fix: super table info not removed after dropped by another client (#13665)

ENHANCEMENTS:
feat: support case sensitive or CN names of db, stable, table, column and tag (#14110)
enh: change master/slave to leader/follower (#14194)
feat: added bitwise operations (#12263)

2.6.0.4

10 Jun 22:05
Compare
Choose a tag to compare

Release Notes

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

FIX BUGS:
TDengine
fix: remove some case-insensitive checkings (#13664)
fix: pSql->subStates maybe free by recreate (#13614)
fix: inserting data from multi files is not supported (#13522)
fix: schemaless support blank comma equal sign mark (#13409)
fix: batch create table bug (#13385)
fix: mixed operator output num calc error (#13293)
fix: line protocol support n and fixed error (#13301)
fix: delete empty super table core (#13328)