Releases: taosdata/TDengine
Releases · taosdata/TDengine
3.1.1.4
Fixed bugs:
- core dump when selecting ins_tables
- replica data size is much bigger than expected when executing split vgroup
- wrongly removing other components in install.sh and rmtaos
What's Changed
- update file name by @xiaopingcs in #22839
- fix: coverity issues by @wangjiaming0909 in #22837
- fix: special taos-ws-py version in py test by @sunpe in #22807
- test: lock start_timestamp and interval by @jiajingbin in #22792
- fix/TD-26210 by @cadem in #22830
- test: increase timeout 60s of replica 3to1 by @tomchon in #22845
- fix(stream): fix stream bugs. by @hjxilinx in #22847
- fix: neighbor block overlap judgement by @kailixu in #22832
- enh: decrease the libtaos.so size from cos by @kailixu in #22848
- fix: remove incorrect assert by @dapan1121 in #22835
- fix chkp transfer crash by @yihaoDeng in #22760
- Fix/xsren/ts 3957/read line on windows 3.1 by @facetosea in #22871
- fix(stream): merge fix from main to 3.1 by @hjxilinx in #22867
- TD-23722: add case for TMQ unsubscribe with taosAdapter by @xiaopingcs in #22742
- refactor: do some internal refactor. by @hjxilinx in #22877
- fix: join condition with single param operator by @dapan1121 in #22874
- fix: add system table ins_columns privilege test case by @dapan1121 in #22887
- doc: update doc for show vnodes by @bgzhao66 in #22883
- fix/TS-3944: tColDataCalcSMA add support for geometry by @LiShunGang in #22893
- fix:return TSDB_CODE_PAR_VALUE_TOO_LONG if data value is longer than … by @wangmm0220 in #22901
- add test case for join by @xiaopingcs in #22909
- test:increase timeout of win testcase by @tomchon in #22903
- enh: ignore compact req during restoring by @bgzhao66 in #22906
- fix: delete error by @hzcheng in #22911
- case: add delete fix bug case by @DuanKuanJun in #22928
- case: add option keepcolumnname case by @DuanKuanJun in #22933
- fix:[TD-26323]add macro to control tmq assert & make subscribe transa… by @wangmm0220 in #22939
- stream partition ignore stream_get_all by @54liuyao in #22936
- fix:core in race condition for pTq->pExecStore & return if poll too long & fix test cases if submit empty by @wangmm0220 in #22953
- fix:return in progress in drop consumer group by @wangmm0220 in #22959
- keep taosx and explorer service when installing taosd by @xiaopingcs in #22967
- fix: snapshot wrong compression option by @hzcheng in #22964
- merge stable sort intead of qsort as insert unordered data by @facetosea in #22935
- fix: query tbname from systables memory corruption by @wangjiaming0909 in #22975
Full Changelog: ver-3.1.1.1...ver-3.1.1.4
3.1.1.1
Fixed bugs found on ARM64 and Kylin OS
What's Changed
- doc: delete cluster and storage from website by @gccgdb1234 in #22698
- fix(stream): add null ptr check. by @hjxilinx in #22704
- test: add stream cases to 3.1 by @jiajingbin in #22731
- fix: fix last()/last_row() return MD5 hashed column name by @glzhao89 in #22726
- fix(tdb): fix tdb coverity warning by @stephenkgu in #22733
- fix/TD-22062 by @cadem in #22732
- fix:support length function for varbinary by @wangmm0220 in #22720
- update jdbc version by @xiaopingcs in #22747
- fix: use int64_t to record num of rows in taos shell by @shenglian-zhou in #22729
- fix: select tags from child table error by @shenglian-zhou in #22716
- test:replace clock_gettime in cases for win by @tomchon in #22750
- fix/TD-25996: tdbBtcDelete release pages before modifying pBtc->pPage by @LiShunGang in #22771
- test:replace clock_gettime in cases for win by @tomchon in #22779
- Fix/TD-26133-3.1.1.0 by @hzcheng in #22740
- fix: coverity found issues by @dapan1121 in #22775
- fix: fix coverity scan issue by @shenglian-zhou in #22756
- fix: 1. select tag from meters partition by tag limit returned wrong … by @wangjiaming0909 in #22765
- fix/TD-25445: search memory in ttlMgrFindExpired by @LiShunGang in #22773
- Fix/TD-25218: adjust the error code returned when db does not exist by @LiShunGang in #22796
- fix: fix diff not support unsigned type by @glzhao89 in #22783
- fix: break potential infinite loop in tfsMkdirRecurAt by @bgzhao66 in #22758
- stack overflow by @facetosea in #22789
- fix: remove db dead lock issue by @dapan1121 in #22806
- fix: missed one row for fill desc by @wangjiaming0909 in #22723
- fix: next merger iter of tombs in loop of tsdbSnapWriteTombRecord by @bgzhao66 in #22803
- fix:[TS-3922] make SStreamObj->->currentTick aligned by 8 by @wangmm0220 in #22801
- fix:send delete subscribe info to vnode if drop consumer by @wangmm0220 in #22777
- other: merge fix from main. by @hjxilinx in #22819
Full Changelog: ver-3.1.1.0...ver-3.1.1.1
3.1.1.0
New Features/Improvements
- Stream processing can be used in database with 3 replica
- Join performance optimization
- Performance improvement for interval + limit
- Audit log (TDengine Pro only)
What's Changed
- docs: supplement r language connnector note by @sangshuduo in #22340
- delete atomic_exchange_64 by @54liuyao in #22311
- update packaging script by @xiaopingcs in #22344
- fix: memory leak by @hzcheng in #22345
- fix: fix tsort crash caused by not enough disk space by @glzhao89 in #22333
- fix: ins_indexes vgroup_id using null value instead of -1 for invalid by @glzhao89 in #22331
- fix(stream): commit the update to make sure the new state of tasks will be persistent to disk. by @hjxilinx in #22353
- fix: snapshot invalid read by @hzcheng in #22346
- docs: add upgrade notes to releases page by @danielclow in #22354
- open split vgroup case by @hzcheng in #22335
- fix: update assert issue by @hzcheng in #22364
- docs: fix connection param in taosws in python connector by @sunpe in #22368
- test:fix windows cases by @tomchon in #22352
- fix: reset rowsize since it is set during blockDataAppendColInfo by @shenglian-zhou in #22362
- other: merge fix from 3.0 to main. by @hjxilinx in #22357
- fix(stream): avoid launching check downstream by @hjxilinx in #22376
- Update 05-insert.md 中文括号问题 by @CityChen81 in #22377
- fix: restore stt/block merge back by @shenglian-zhou in #22374
- rm duplicate para by @yihaoDeng in #22379
- fix taosd cannot quit by @yihaoDeng in #22372
- avoid removing taosx and taos-explorer while uninstall taosd by @xiaopingcs in #22382
- docs: Rename 27-index.md to 27-indexing.md by @danielclow in #22385
- test:fix comatibility case by @tomchon in #22373
- fix: add max_speed as keywordw by @dapan1121 in #22387
- fix(stream): use streamId&taskId to identify a stream task by @hjxilinx in #22380
- fix mem leak by @54liuyao in #22393
- fix: sma option for show create table by @kailixu in #22392
- fix(stream): execute the stream task directly by @hjxilinx in #22395
- update release version on main branch by @xiaopingcs in #22398
- fix:offset error in tmq & add test cases by @wangmm0220 in #22384
- docs: update 06-stream.md to correct sample sql statement by @danielclow in #22386
- fix: add time window boundary check before interpolation by @glzhao89 in #22402
- refactor: refactor the transfer state procedure. by @hjxilinx in #22413
- fix: infinite tomb data sync loop by @hzcheng in #22407
- Update 08-taos-shell.md by @DuanKuanJun in #22414
- test: add build by @DuanKuanJun in #22150
- fix: set max_binary_display_width can not show all text by @DuanKuanJun in #22422
- refactor: exec directly not asynchnoized. by @hjxilinx in #22424
- opti:wal logic by @wangmm0220 in #22417
- merge fix/retry_resolve_fqdn to main by @cadem in #22440
- fix:tmq interface & remove snapshot code by @wangmm0220 in #22442
- fix(stream): continue process when met with trans-state msg. by @hjxilinx in #22439
- docs:modify format & add logic for dot in schemaless by @wangmm0220 in #22452
- fix/retry_resolve_fqdn by @cadem in #22274
- fix: memory leak when commit by @hzcheng in #22457
- refactor: do some internal refactcor by @hjxilinx in #22461
- fix: tsdb snapshot bug by @hzcheng in #22460
- fix: modify column length for super table by @kailixu in #22468
- fix: refine example demo.c by @sangshuduo in #22473
- docs: fix taos_init() return type by @sangshuduo in #22475
- fix: important fix for compact file corruption by @hzcheng in #22474
- fix:set terrno = 0 to avoid affect next fetch msg by @wangmm0220 in #22459
- fix: document issues by @dapan1121 in #22483
- fix(stream): fix memory leak and do some internal refactor. by @hjxilinx in #22484
- docs: fix link in grafana doc by @danielclow in #22489
- docs: refine c connector docs by @sangshuduo in #22491
- docs: taos api description by @kailixu in #22493
- fix: get systable cols error by @wangjiaming0909 in #22471
- docs: add current_user() in function by @sangshuduo in #22496
- fix: fill last group data between groups by @wangjiaming0909 in #22485
- Update cases.task by @tomchon in #22248
- update installation instruction by @xiaopingcs in #22504
- fix:do not send unsubscribe msg to taosd if subscribe failed by @wangmm0220 in #22508
- release 3.1.0.2 by @xiaopingcs in #22506
- fix: global data sink manager issue by @dapan1121 in #22520
- fix: assign flags during subscribe by @kailixu in #22521
- fix: alter stt_trigger bug by @hzcheng in #22527
- update packaging script by @xiaopingcs in #22510
- fix: query failed return time from websocket is last successful time by @DuanKuanJun in #22535
- docs: add note to csharp connector docs by @sangshuduo in #22541
- reload semi session state by @54liuyao in #22531
- feat(driver): add committed assignment API for jdbc by @huolibo in #22544
- mem leak by @54liuyao in #22547
- fix: fill operator with desc ts order returned 1 more rows by @wangjiaming0909 in #22532
- fix(stream): continue check wal when meeting empty delete block msg. by @hjxilinx in #22558
- fix(parser): update the key words for disk io throttling. by @hjxilinx in #22563
- fix:[TD-25651] reset epoch if consumer changed to avoid consumeing no… by @wangmm0220 in #22561
- fix: specify utf-8 in jdbc example pom.xml by @sangshuduo in #22565
- mem leak by @54liuyao in #22555
- Update 06-taosdump.md dot replace with '-Q' (English) by @DuanKuanJun in #22574
- Update 06-taosdump.md dot replace with '-Q' by @DuanKuanJun in #22573
- fix: taosCompressFile mem leak by @shenglian-zhou in #22571
- undo remove operation for taosx when building taosd by @xiaopingcs in #22567
- fix: improve upgrade speed by @hzcheng in #22577
- docs: kill query command need quote around id by @sangshuduo in #22588
- release 3.1.0.3 by @xiaopingcs in #22582
- fix:[TD-258900]modify tmq trans conflict to db level by @wangmm0220 in #22534
- release(driver): jdbc release 3.2.5 version by @huolibo in #22593
- fix: fix non-root users cannot create log files even if they have write by @glzhao89 in #22458
- enhance: fix buffer size overflow by @shenglian-zhou in #22595
- fix(stream): release tasks. by @hjxilinx in #22602
- fix: wrong start key for...
3.1.0.3
Fixed bugs
- It took too long when upgrading from lower versions to 3.1.0.2 in some cases
- Some query issues
What's Changed
- docs: add current_user() in function by @sangshuduo in #22496
- fix: fill last group data between groups by @wangjiaming0909 in #22485
- Update cases.task by @tomchon in #22248
- update installation instruction by @xiaopingcs in #22504
- fix:do not send unsubscribe msg to taosd if subscribe failed by @wangmm0220 in #22508
- release 3.1.0.2 by @xiaopingcs in #22506
- fix: global data sink manager issue by @dapan1121 in #22520
- fix: assign flags during subscribe by @kailixu in #22521
- fix: alter stt_trigger bug by @hzcheng in #22527
- update packaging script by @xiaopingcs in #22510
- fix: query failed return time from websocket is last successful time by @DuanKuanJun in #22535
- docs: add note to csharp connector docs by @sangshuduo in #22541
- reload semi session state by @54liuyao in #22531
- feat(driver): add committed assignment API for jdbc by @huolibo in #22544
- mem leak by @54liuyao in #22547
- fix: fill operator with desc ts order returned 1 more rows by @wangjiaming0909 in #22532
- fix(stream): continue check wal when meeting empty delete block msg. by @hjxilinx in #22558
- fix(parser): update the key words for disk io throttling. by @hjxilinx in #22563
- fix:[TD-25651] reset epoch if consumer changed to avoid consumeing no… by @wangmm0220 in #22561
- fix: specify utf-8 in jdbc example pom.xml by @sangshuduo in #22565
- mem leak by @54liuyao in #22555
Full Changelog: ver-3.1.0.2...ver-3.1.0.3
3.1.0.2
Fixed Bugs
- taosd crash in some query scenarios
- data subscription: position() get same offset after two pols() with data
- interp: data out of specified time range is returned
- show create table: additional "sma()" is returned in the SQL
- alter the length of VARCHAR failed
What's Changed
- rm duplicate para by @yihaoDeng in #22379
- fix taosd cannot quit by @yihaoDeng in #22372
- avoid removing taosx and taos-explorer while uninstall taosd by @xiaopingcs in #22382
- docs: Rename 27-index.md to 27-indexing.md by @danielclow in #22385
- test:fix comatibility case by @tomchon in #22373
- fix: add max_speed as keywordw by @dapan1121 in #22387
- fix(stream): use streamId&taskId to identify a stream task by @hjxilinx in #22380
- fix mem leak by @54liuyao in #22393
- fix: sma option for show create table by @kailixu in #22392
- fix(stream): execute the stream task directly by @hjxilinx in #22395
- update release version on main branch by @xiaopingcs in #22398
- fix:offset error in tmq & add test cases by @wangmm0220 in #22384
- docs: update 06-stream.md to correct sample sql statement by @danielclow in #22386
- fix: add time window boundary check before interpolation by @glzhao89 in #22402
- refactor: refactor the transfer state procedure. by @hjxilinx in #22413
- fix: infinite tomb data sync loop by @hzcheng in #22407
- Update 08-taos-shell.md by @DuanKuanJun in #22414
- test: add build by @DuanKuanJun in #22150
- fix: set max_binary_display_width can not show all text by @DuanKuanJun in #22422
- refactor: exec directly not asynchnoized. by @hjxilinx in #22424
- opti:wal logic by @wangmm0220 in #22417
- merge fix/retry_resolve_fqdn to main by @cadem in #22440
- fix:tmq interface & remove snapshot code by @wangmm0220 in #22442
- fix(stream): continue process when met with trans-state msg. by @hjxilinx in #22439
- docs:modify format & add logic for dot in schemaless by @wangmm0220 in #22452
- fix/retry_resolve_fqdn by @cadem in #22274
- fix: memory leak when commit by @hzcheng in #22457
- refactor: do some internal refactcor by @hjxilinx in #22461
- fix: tsdb snapshot bug by @hzcheng in #22460
- fix: modify column length for super table by @kailixu in #22468
- fix: refine example demo.c by @sangshuduo in #22473
- docs: fix taos_init() return type by @sangshuduo in #22475
- fix: important fix for compact file corruption by @hzcheng in #22474
- fix:set terrno = 0 to avoid affect next fetch msg by @wangmm0220 in #22459
- fix: document issues by @dapan1121 in #22483
- fix(stream): fix memory leak and do some internal refactor. by @hjxilinx in #22484
- docs: fix link in grafana doc by @danielclow in #22489
- docs: refine c connector docs by @sangshuduo in #22491
- docs: taos api description by @kailixu in #22493
- fix: get systable cols error by @wangjiaming0909 in #22471
Full Changelog: ver-3.1.0.1...ver-3.1.0.2
3.1.0.0
Note: Once you upgrade to this release, you can't go back to old version
Note: Please must drop streams before upgrading
- New Features & Improvements
- Performance improvement for Join
- Performance improvement for order by non-primary key + limit
- Performance and memory usage improvement for stable order by primary key + limit
- Performance improvement for counting out of order data
- Improved fault tolerance when disk is broken
- New data type: Geometry
- Stream with fill history can be paused/resumed
- Load balance among level 0 disks (Enterprise only)
- Performance improvement in high cardinality case (Enterprise only)
- Compacting data doesn't block writing (Enterprise only)
- Data retention in multi-level storage doesn't block writing (Enterprise only)
- Fixed Bugs
- Fixed some bugs found in previous releases
What's Changed
- support fill history by @yihaoDeng in #21747
- fix: ttl compatibility for 3.0 by @LiShunGang in #21906
- update nas server ip by @xiaopingcs in #21918
- release 3.0.6.0 by @xiaopingcs in #21919
- update 3.0 version by @xiaopingcs in #21924
- enh: improve walScanLogGetLastVer by @bgzhao66 in #21891
- docs: update python document by @sunpe in #21928
- enh: support random execution node by @dapan1121 in #21926
- set Trim as true for GEOSWKTWriter to resolve geomTest failed if using geos3.12.0 by @dinglezhang in #21929
- fix asan error by @glzhao89 in #21917
- chore: upgarde libgeos 3.12.0 by @sangshuduo in #21932
- enh: check failure of tfsMkdirRecurAt by @bgzhao66 in #21936
- feat:subscribe only meta info by @wangmm0220 in #21934
- build: upgrade taospy version by @sunpe in #21941
- enh: tfsRename in the reverse order of levels with tiered storages by @bgzhao66 in #21949
- refactor: refactor the fill history operation by @hjxilinx in #21735
- refactor: do some internal refactor. by @hjxilinx in #21959
- fix(stream): fix error for extract msg from inputQ by @hjxilinx in #21960
- docs: fix example in python document by @sunpe in #21965
- docs: fix-example-in-python-document by @sunpe in #21968
- fix/TD-25074 by @LiShunGang in #21939
- enh(tdb/recycle): first round implemenation of page recycling by @stephenkgu in #21699
- feature: get last timestamp before create sma index by @wangjiaming0909 in #21915
- refine select interval from sys table error msg by @wangjiaming0909 in #21971
- fix(stream): fix error during transferring executor state by @hjxilinx in #21980
- Docs/3.0/td 25142 by @huolibo in #21990
- docs(driver): jdbc 3.2.4 description by @huolibo in #21991
- fix(tdb/recycling): delay freedb's own page recycling until balance done by @stephenkgu in #21983
- fix(tdb/recycling): delay freedb's own page recycling until balance done by @stephenkgu in #21982
- docs:add info for INS_SUBSCRIPTIONS by @wangmm0220 in #21986
- enh: add procedures for udf scalar function in nested queries where outer query is constant table by @glzhao89 in #21975
- docs: add info for ttlChangeOnWrite by @LiShunGang in #22005
- release 3.0.7.0 by @xiaopingcs in #22019
- fix/TD-24473 by @LiShunGang in #21963
- test: update tmqParamTest.py by @jiajingbin in #22010
- enh: remove wal_roll_period/wal_segment_size from commands output by @glzhao89 in #22014
- enh: exclude tk_log from timeseries check by @kailixu in #22017
- feat: 1. add limit for diskBasedBuf by @wangjiaming0909 in #22028
- feat/TS-3239/TS-3596: port 'keepTimeOffset' from 2.6 to 3.0 by @LiShunGang in #22034
- enh: add show create database command for system dbs by @glzhao89 in #22031
- docs: update python doc catalog by @sunpe in #22050
- fix(stream): fix concurrent bug in save task meta. by @hjxilinx in #22024
- feat: add new syntax for show tags/index/table tags by @glzhao89 in #22048
- enh: unify handling of vnode primary dir for vnd, tsdb and sma by @bgzhao66 in #22045
- docs(driver): java seek desc by @huolibo in #22030
- chore: make jenkins happy by @kailixu in #22057
- other: merge main by @hjxilinx in #22020
- docs(driver): kafka connector add tmq by @huolibo in #22055
- enh: rsma stream state adaption by @kailixu in #21969
- fix:windows compile error by @wangmm0220 in #22058
- chore: enable sysInfo update by @kailixu in #22061
- fix: reset interpolation buffer after last valid row for interval + fill(next) by @glzhao89 in #22060
- Correct some typos in string literals by @sunsided in #22062
- sma not support multiple replicas by @54liuyao in #22063
- fix coverity scan problem by @yihaoDeng in #22067
- fix/TD-25215: ttlMgrDeleteTtl should ignore ttl 0 tables by @LiShunGang in #22059
- fix/TD-25215: ttlMgrDeleteTtl should ignore ttl 0 tables for main by @LiShunGang in #22066
- 3.0: release 3.0.7.1 docs by @xiaopingcs in #22080
- main: release 3.0.7.1 docs by @xiaopingcs in #22079
- docs: update readme-cn.md by @sangshuduo in #22086
- fix: state/session/event window with order by _wstart/_wend has no effect by @wangjiaming0909 in #22070
- add test create sma index case to ci by @DuanKuanJun in #22074
- test:add testcase of rolling upgdade by @tomchon in #22064
- docs: update connector feature matrix by @sangshuduo in #22065
- fix: create sma index for us/ns database failed by @wangjiaming0909 in #22076
- enh: dm monitor refactor by @kailixu in #22081
- fix: add sma option when show create table for stb/ntb by @kailixu in #22096
- fix/TD-25232: alter dnode keeptimeoffset err by @LiShunGang in #22092
- fix packaging issue by @xiaopingcs in #22099
- fix:[TD-25222] error in drop topic if topic num is too long by @wangmm0220 in #22094
- docs:add configuration of tmqMaxTopicNum by @wangmm0220 in #22078
- docs:add configuration of tmqMaxTopicNum by @wangmm0220 in #22077
- fix: fix interval in nested query filter not applied by @glzhao89 in #22100
- fix/TD-25179 by @cadem in #22101
- test: add tmq seek case by @plum-lihui in #22103
- fix Windows packaging issue by @xiaopingcs in #22102
- test:add testcase of rolling upgdade by @tomchon in #22104
- fix:add sdbFetchCancel to release hash node by @wangmm0220 in #22095
- fix/TD-25232: alter keeptimeoffset by 'k v' or 'k' 'v' by @LiShunGang in #22107
- test: check topic name len case by @plum-lihui in #22108
- reset state key memory by @54liuyao in #22110
- fix(stream): set downstream task ready state. by @hjxilinx in #22112
- test: del db and max topics invalid by @plum-lihui in #22115
- feat: distribute vnode primary dirs among disks of level 0 by @bgzhao66 in #22085
- enh: ttlMgrFlush adjust log l...
3.0.7.1
Fixed bugs
- problems in the APIs for data subscription
What's Changed
- test: add taosbenchmark mix and stt case to ci by @DuanKuanJun in #21995
- release 3.0.7.0 by @xiaopingcs in #22018
- fix:can not do assignment if in tsdb mode & do not commit if seek offset by @wangmm0220 in #22007
- update version number by @xiaopingcs in #22022
- docs: fix docs format in index page by @sangshuduo in #22023
- test: update tmqParamsTest.py by @jiajingbin in #22011
- docs: add example of sma index by @kailixu in #22033
- fix/TD-24473: type convert failure returns errcode by @LiShunGang in #22025
- fix/TS-3589 by @cadem in #22012
- Update 05-taosbenchmark.md by @DuanKuanJun in #22040
- Update 05-taosbenchmark.md by @DuanKuanJun in #22041
- doc/TS-3589 by @cadem in #22046
- fix: set ins_snodes to be sysinfo by @dapan1121 in #22042
- fix: report permission error when all columns are invisiable by @dapan1121 in #22043
- docs: update python doc catalog by @sunpe in #22049
- fix: skip primary key for block sma by @kailixu in #22051
- docs(driver): kafka connector add tmq by @huolibo in #22054
- fix(stream): abort exec when task is dropped. by @hjxilinx in #22056
- fix:set firset version to reqOffset of response by @wangmm0220 in #22032
- docs: refine get-started windows section by @sangshuduo in #22038
- docs(driver): java seek desc by @huolibo in #22029
Full Changelog: ver-3.0.7.0...ver-3.0.7.1
3.0.7.0
Fixed bugs:
- taosd crash caused by reconnecting from incompatible clients
- problems in some corner cases of stream processing
- problems in using assignment()/seek() API of data subscription
- problems caused by race condition in data subscription
New Features & Improvements
- Multiple dnode Cluster with multiple replicas can continue to work even when the disk of one dnode is broken
What's Changed
- release 3.0.6.0 by @xiaopingcs in #21920
- fix: add order by _wstart case with orderBy.py by @DuanKuanJun in #21916
- update main branch version by @xiaopingcs in #21923
- fix/TS-3589 by @cadem in #21904
- fix/TD-25052 by @cadem in #21911
- docs: update python document by @sunpe in #21927
- enh: update of user auth version by @kailixu in #21893
- fix: fix coverity issue. by @hjxilinx in #21901
- fix(stream): fix message lost bug during pause stream. by @hjxilinx in #21935
- Update taostools_CMakeLists.txt.in by @plum-lihui in #21940
- chore: enable sysInfo update by @kailixu in #21937
- udpate buffer default value from 96 to 256 by charles by @flyingangel2013 in #21933
- build: upgrade taospy version by @sunpe in #21942
- fix: remove order logic in diff function by @glzhao89 in #21944
- fix: coverity scan by @hzcheng in #21930
- fix: fix show queries output wrongly displayed by @glzhao89 in #21946
- fix: float width set to 7 and double set to 15 by @DuanKuanJun in #21954
- enh: terminate on IO error while appending wal logs or flushing data by @bgzhao66 in #21957
- test: add tmq case for max groupid by @plum-lihui in #21905
- docs: fix example in python document by @sunpe in #21966
- docs: fix-example-in-python-document by @sunpe in #21967
- test: temp test tmq-case by @plum-lihui in #21964
- fix:add lock for tmq->clientTopic by @wangmm0220 in #21953
- fix:null pointer error by @wangmm0220 in #21977
- fix:race condition for pTq->pStore->pHash by @wangmm0220 in #21976
- fix(coverity): fix coverity scan issues by @stephenkgu in #21978
- add version check in rpc by @yihaoDeng in #21962
- test: add check by @plum-lihui in #21981
- docs(driver): jdbc 3.2.4 description by @huolibo in #21988
- fix: desc table without permission to view any column issue by @dapan1121 in #21985
- add test check by @yihaoDeng in #21987
- fix/TD-25074 for main by @LiShunGang in #21973
- fix: fix coverity scan issues by @dapan1121 in #21992
- fix:bugs in tmq_get_topic_assignment by @wangmm0220 in #21961
- docs:add info for INS_SUBSCRIPTIONS by @wangmm0220 in #21997
- update package test script by @xiaopingcs in #21999
- fix:set commitOffset is send msg success & optimize log & add test ca… by @wangmm0220 in #22000
- fix(stream): fix bug that causes the endless loop. by @hjxilinx in #22001
- fix:return offset stored if get assignment in init mode by @wangmm0220 in #22002
- doc/password len by @cadem in #21998
- fix:seek failed in initilized status by @wangmm0220 in #22003
- fix: ask jemalloc to use background_threads to return vm to os by @shenglian-zhou in #21984
- fix:[TD-25071] pSub is null & return wal not exist if no data by @wangmm0220 in #21943
- docs: add info for ttlChangeOnWrite for main by @LiShunGang in #22006
- fix(stream): add missing status check. by @hjxilinx in #22004
- enh: add procedures on server for udf/udaf in nested queries where outer query is by @glzhao89 in #22009
- fix: fix interp fill value unsigned type not being handled by @glzhao89 in #22008
- fix: refine csharp example by @sangshuduo in #22015
- add user privilege cases of insert and select operation for stable,ch… by @flyingangel2013 in #21878
Full Changelog: ver-3.0.6.0...ver-3.0.7.0
3.0.6.0
New Features and Improvements:
- split vgroup (Enterprise only)
- interp()
- Memory usage optimization
- Constant expression can be used in interp fill()
- Can be applied to single timestamp
- Performance optimization for order by + limit
- Data Types: a new data type GeoMetry
- TTL: Drop tables according its TTL parameter since its last writing
- TMQ: Internal performance optimization
- TDengine CLI
- Show the parameters of subscriptions
- Show subscription process
What's Changed
- fix(meta): split meta by @stephenkgu in #21386
- feature: add user priv when create db, remove priv check with create_dbs by @wangjiaming0909 in #21550
- feat: allow user to reset root passwd by @kailixu in #21523
- chore: update docs about support row/columns width up to 64KB by @kailixu in #21495
- fix(query/sys): pause/resume with sys scan operator by @stephenkgu in #21595
- fix: compress core by tDataTypes by @LiShunGang in #21612
- enh: optimize timeline function validation by @dapan1121 in #21222
- other: add jdbc consumer demo by @huolibo in #21561
- feat(query): support single point interp by @glzhao89 in #21527
- release: update default version by @xiaopingcs in #21624
- update taos-tools release version by @xiaopingcs in #21627
- fix stream ci issue by @54liuyao in #21616
- docs: add assignments and seek offset by @AdamEECS in #21593
- docs: go connector add tmq assignment and seek by @huskar-t in #21596
- semi interval op check data ts by @54liuyao in #21622
- docs: add version history by @AdamEECS in #21644
- fix: change kafka doc, delete confluent related content by @huolibo in #21641
- enh: enable interp fill value support scarlar expression by @glzhao89 in #21599
- opt stream block dispatch by @54liuyao in #21632
- fix/td-24600-dv3 by @yihaoDeng in #21602
- fix: exclude install and remove lbrocksdb.so by @xleili in #21655
- fix: prevent projectoperator scanning all rows when limit with no group by @wangjiaming0909 in #21567
- docs: jdbc add seek doc by @huolibo in #21648
- docs(driver): Demo connection paramters by @huolibo in #21666
- test: add case pricision us and ns to tasklist by @DuanKuanJun in #21664
- docs: upgrade connector-rust version by @AdamEECS in #21674
- enhance: community package suport adapater release version by @xleili in #21668
- fix: remove -y from taosdump test for 3.0 by @sangshuduo in #21663
- docs(kafka): output format description by @huolibo in #21683
- docs: add docs for assignment and seek by @sunpe in #21658
- fix: add paramters for example by @huolibo in #21688
- docs: fix broken links by @gccgdb1234 in #21689
- opt batch write by @yihaoDeng in #21672
- docs(kafka): add topic delimiter parameter by @huolibo in #21694
- enh: change conflict scope of transaction of split vgroup by @bgzhao66 in #21476
- feat:add parameters for consumer & add offset rows for subscription by @wangmm0220 in #21690
- feat: support fill history with subquery by @dapan1121 in #21701
- fix:Vnode is closed or removed if drop database by @wangmm0220 in #21715
- feat:control memory size if consumer group is too much by @wangmm0220 in #21709
- fix: make vmProcessCreateVnodeReq idempotent by @bgzhao66 in #21718
- fix:open info log in tmq client & modify parametes in show consumers by @wangmm0220 in #21716
- fix: fix memory sanitizer error by @shenglian-zhou in #21707
- enhance: version not compatible log by @shenglian-zhou in #21706
- fix: tsma query with order by _wstart/_wend by @kailixu in #21620
- fix: add compact split resume stream pause stream to tab key by @DuanKuanJun in #21731
- fix: vnodeRenameVgroupId correctly by @bgzhao66 in #21733
- merge main to 3.0 by @hjxilinx in #21740
- fix: fix fill double type column with scalar expression error by @glzhao89 in #21736
- fix: table merge scan oom with muliti-level merge sort by @shenglian-zhou in #21749
- fix: return error from vmPutMsgToQueue while vnode-write is disabled by @bgzhao66 in #21750
- docs:Update 01-faq.md by @yu285 in #21760
- test:add testcase for TS-3524 by @tomchon in #21757
- feat: add pipeline processing for timeslice operator by @glzhao89 in #21670
- fix: fix order by ts desc error by @glzhao89 in #21712
- release 3.0.5.1 by @xiaopingcs in #21768
- release 3.0.5.1 by @xiaopingcs in #21767
- fix: oom issue since table merge scan by @shenglian-zhou in #21766
- enh: support delete tsma interval by @kailixu in #21764
- feature: add input, output ts order for execution plans by @wangjiaming0909 in #21742
- fix: distinct column removed in union all issue by @dapan1121 in #21763
- fix: show queries returned less rows when one conn has more than 100 queries by @wangjiaming0909 in #21762
- test:add test case for windows by @tomchon in #21761
- fix: invalid system table primary key and distinct order by column issue by @dapan1121 in #21754
- Update cmake.version by @plum-lihui in #21772
- Update cmake.version by @plum-lihui in #21773
- test:remove repeat testcases for ci by @tomchon in #21775
- Update 03-package.md by @plum-lihui in #21780
- Update 03-package.md by @plum-lihui in #21781
- Update 03-package.md by @plum-lihui in #21782
- split vgroup add ci case splitVGroup.py by @DuanKuanJun in #21776
- docs: add request Id description by @huolibo in #21789
- docs: support stmt via ws by @sunpe in #21778
- doc: Update 'strict' by @yu285 in #21784
- docs: fix strict length in ins_databases by @sangshuduo in #21785
- docs: unit in sql command confuses the user by @sangshuduo in #21790
- docs: markdown format by @huolibo in #21792
- fix(query/scan-oper): use META_READER_NOLOCK to init meta reader by @stephenkgu in #21788
- docs: refine feature matrix by @gccgdb1234 in #21793
- fix: undo libgeos's setting of global CMAKE_CXX_STANDARD by @LiShunGang in #21791
- postfix: propagate ts order to parents for more logic nodes by @wangjiaming0909 in #21797
- fix: fill operator with wrong input ts order by @wangjiaming0909 in #21796
- enh: make alter-hashrange atomic and idempotent by @bgzhao66 in #21786
- fix: distinct constant value issue by @dapan1121 in #21799
- update test case to combine three cases into one, reduce the time cos… by @flyingangel2013 in #21771
- fix: undo libgeos's setting of global CMAKE_CXX_STANDARD by @LiShunGang in #21808
- add static lib to 3.0 by @yihaoDeng in #21805
- Enh/static lib main by @yihaoDeng in #21717
...
3.0.5.1
- Reduced the size of installation packages significantly
- Fixed some bugs found in 3.0.5.0
What's Changed
- enh: optimize filter performance by @dapan1121 in #21597
- fix: change kafka doc, delete confluent related content by @huolibo in #21640
- fix: fix multiple diffs output less lines if null values involved by @glzhao89 in #21547
- docs: update readme main by @sangshuduo in #21654
- fix: select desc and asc return different rows after delete by @wangjiaming0909 in #21601
- docs: jdbc add seek doc by @huolibo in #21647
- docs(driver): demo connection paramters by @huolibo in #21665
- docs: upgrade connector-rust version by @AdamEECS in #21673
- enhance: community package suport adapater release version by @xleili in #21657
- fix: typos in jdbcdemo example by @sangshuduo in #21646
- fix: remove -y from taosdump test by @sangshuduo in #21661
- enh(vnd/sync): refine invalid message log by @stephenkgu in #21659
- fix: consumer group issue by @dapan1121 in #21677
- fix: row size too big issue by @dapan1121 in #21679
- add test case for task 3405 by charles by @flyingangel2013 in #21471
- add test case for task 3423 by charles by @flyingangel2013 in #21475
- update the ci test case for user privilege by charles by @flyingangel2013 in #21592
- docs(kafka): output format description by @huolibo in #21682
- fix: add paramters for example by @huolibo in #21686
- fix: subtask dead loop issue by @dapan1121 in #21687
- fix: systable vgroup empty issue by @dapan1121 in #21684
- docs: remove -y from taosdump doc by @sangshuduo in #21692
- doc: refine the location of taos.cfg by @gccgdb1234 in #21693
- fix: select * from information_schema.ins_columns can not complete by @shenglian-zhou in #21691
- docs(kafka): add topic delimiter parameter by @huolibo in #21695
- doc: add metaCacheMaxSize description by @dapan1121 in #21704
- docs: add slow log descriptions by @dapan1121 in #21705
- fix:do not modify source data in schemaless by @wangmm0220 in #21576
- test: make diff function testing case to pass by @DuanKuanJun in #21678
- fix:Vnode is closed or removed if drop database by @wangmm0220 in #21711
- fix:check wal not exist again before register to push & move push log… by @wangmm0220 in #21600
- fix/TS-3524 by @cadem in #21708
- fix: uniform format for csv file and shell output by @DuanKuanJun in #21713
- enh: decrease the package size by @kailixu in #21727
- fix: calculate the rows that can be put in one page by @shenglian-zhou in #21719
- build(deps): bump guava from 30.1.1-jre to 32.0.0-jre in /examples/JDBC/consumer-demo by @dependabot in #21734
- TD-23713: add case into ci by @xiaopingcs in #21728
- fix/TS-3524 by @cadem in #21732
- opt packet size by @yihaoDeng in #21738
- change log level when filter tag by @yihaoDeng in #21702
- fix: partition data order requirement issue by @dapan1121 in #21737
- fix:control memory size if consumer group is too much by @wangmm0220 in #21741
- fix: forbid system table functions by @glzhao89 in #21721
- docs: update readme main by @sangshuduo in #21751
- docs: fix format error by @dingbo8128 in #21752
- docs: fix format error by @dingbo8128 in #21753
- fix(tsdb/cache): rewrite cache update to fix cpu usage by @stephenkgu in #21722
- fix:null pointer error if restore from file by @wangmm0220 in #21746
- enh(vnd/svr): convert msyType to string by @stephenkgu in #21676
- fix: cleanup datablock so that varmeta length is right by @shenglian-zhou in #21743
Full Changelog: ver-3.0.5.0...ver-3.0.5.1