Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
3.3.7.0 source code.tar.gz | 2025-07-28 | 150.0 MB | |
3.3.7.0 source code.zip | 2025-07-28 | 156.0 MB | |
README.md | 2025-07-28 | 99.4 kB | |
Totals: 3 Items | 306.1 MB | 1 |
Behavior change and compatibility
Features
- feat: new version of stream computing
- feat: supports BLOB data type
- feat: multi-level storage supports the adoption of shared storage
- feat: data subscription supports the MQTT protocol.
- feat: support for data mounting
- feat: support audo reconnect in rust websocket and libtaosws
- feat: go connector support blob data type
- feat: support BLOB data type in taos-ws-py
- feat: rust connector support new blob data type
- feat: Go WebSocket connections support IPv6
- feat: support IPv6 connection in C#
- feat: support version compatible check
- feat: libtaosws support adapterList for failover
- feat: table name in transform support expression calc
- feat: taosAdapter support new BLOB data type
- feat: C WebSocket connector support BLOB data type
- feat: taosX all data sources support decimal now
- feat: C# connector support decimal type
- feat: C websocket connector auto-reconnect and failover
- feat: subscribe from TDengine to MQTT in taosX
- feat: support MQTT sparkplug B datain in taosX
- feat: support OpenMetrics collection endpoints
- feat: new go connector benchmark tool
- feat: refactor artifact of taosBenchmark with better perf and functionality: tsgen
- feat: support writing query results to super tables.
- feat: generate unique timestamp using now in taosX
- feat: new plugin for ontop system
- feat: C websocket connector support multi-address failover
Enhancements
- enh: added grant items such as storage capacity and number of vnodes.
- enh: taosBenchmark support reading tbname/tags in csv
- enh: taosX support more datetime format in between_time_range
- enh: STMT2 supports setting fixed values for specified columns
- enh: websocket poll enhancement
- enh: Python WebSocket connections support automatic reconnection.
- enh: support multiple target frameworks in C#
- enh: downgrade gcc to 7.x for Hisoon database adapter
- enh: OPC CSV points config can add tags values with template
- enh: signed taosExplorer cannot start on mac
- enh: c websocket ws/wss protocol detection
- enh: support sml to get affected rows in rust connector
- enh: reduce info logs
- enh: support more write performance monitoring metrics
- enh: support encrypting user passwords using the SM4 algorithm
- enh: enables automatic detection and repair of WAL file corruption during startup
- enh: STMT2 supports duplicate table name binding
- enh: support varbinary data type in taosX
- enh: taosBenchmark output perf metrics into json file
- enh: raise exception in case of data convertion error
- enh: taosX transform plugin included in release
- enh: taosX restore from local dir support 'watch' parameter for watching file changes
- enh: disable external usage of :6060/rest/sql in Explorer
Fixes
- fix: memory leak occurs when subscribing to time-series data without metadata in Database topic
- fix: taosd fails to start after modifying a single mount point in multi-level storage
- fix: smallint type could not return query results when using the in ('1') condition for filtering.
- fix: incorrect authentication cause taosAdapter mem leak
- fix: single mount point failure in a multi-replica database cannot be recovered
- fix: vrtual table write requests did not report errors
- fix: support show tags on virtual table
- fix: taosBenchmark REST never support vgroup bindings
- fix: set timezone as same as JVM default does not work in websocket connection
- fix: csv to decimal cause taosX panic
- fix: fix decimal to double error when replicating with tmq
- fix: fix opcua error in cli mode of taosX
- fix: fix fetch_rows_a error in libtaows
- fix: superset name typo in english of explorer tools docs
- fix: OSS Explorer drop database error
- fix: taosX consume messages with formatted json cause error
- fix: ipv6 with zone info cause taosAdapter error on windows
- fix: agent sometimes panic on ipc ack reader
- fix: crash may occur when executing the show db.disk_info command
- fix: taos -h reports an error when entering an IPv6 address.
- fix: explorer sql query error should be visible
- fix: TDB file corruption caused by concurrent data subscription scenarios.
- fix: fFailed to query virtual tables in BI mode
- fix: nchar tag index is not taking effect
- fix: fix JDK caused panic on Kylin customized JDK for InfluxDB
- fix: transform invalid column name error
- fix: sorting fields of type double may cause the program to crash.
- fix: configuration parameter update failure during system upgrade
- fix: taosX tmq to td too many 'show subscriptions' queries cause taosd stuck
- fix: datain page disappear in explorer
- fix: taosX kafka datain will drop and logging non-utf8 input
- fix: explorer table display error
- fix: taosX support self-signed cert to adapter
- fix: kafka udt support nested array like
[{"data":[{"k":"v"}]}]
- fix: sysinfo 0.33.1 cause slab mem increament on Kylin V10 os
- fix: taosBenchmark connection number increases when check sql not set
- fix: explorer slowsql query condition of timerange
- fix: provide tool to manually rebuild the last cache quietly
- fix: S3 upload failure caused by an abnormal compact operation.
- fix: SQL error detail should display in Explorer logs
- fix: drop topic will affect other consumers' subscriptions
- fix: error occurs when the parameter string length of forecast exceeds 512
- fix: resolved the time precision issue in the timediff function.
- fix: incorrect results when using to_char function in a nanosecond-precision database
- fix: error when reading composite primary key data from memory and STT, causing duplicate IDs.#31509
- fix: client crashes when use STMT2 to the newly added column
- fix: extremely rare race-condition crash when printing logs.#31688
What's Changed
- feat: [TS-6100] Support ast create for create stream. by @Simon9997 in https://github.com/taosdata/TDengine/pull/30815
- fix: [TS-6100] Fix compile on mac and add toJson/jsonTo func. by @Simon9997 in https://github.com/taosdata/TDengine/pull/30872
- Feat/new stream cache sink by @facetosea in https://github.com/taosdata/TDengine/pull/30868
- fix: [TS-6100] Remove useless code and fix bugs by @Simon9997 in https://github.com/taosdata/TDengine/pull/30883
- feat: [TS-6100] Fix compile error. by @Simon9997 in https://github.com/taosdata/TDengine/pull/30902
- feat: [TS-6100] Process SCMCreateStreamReq by @Simon9997 in https://github.com/taosdata/TDengine/pull/30918
- feat: [TS-6100] Process SCMCreateStreamReq by @Simon9997 in https://github.com/taosdata/TDengine/pull/30924
- feat: [TS-6100] Process SCMCreateStreamReq ver-3 by @Simon9997 in https://github.com/taosdata/TDengine/pull/30930
- feat(stream): add logic of stream reader by @wangmm0220 in https://github.com/taosdata/TDengine/pull/30932
- Feat/ts 6100 3.0 by @wangmm0220 in https://github.com/taosdata/TDengine/pull/30936
- feat: [TS-6100] Process SCMCreateStreamReq by @Simon9997 in https://github.com/taosdata/TDengine/pull/30940
- Feat/ts 6100 3.0 by @wangmm0220 in https://github.com/taosdata/TDengine/pull/30945
- Feat/ts 6100 marks new by @wangmm0220 in https://github.com/taosdata/TDengine/pull/30946
- feat(stream): add thread worker for stream reader by @wangmm0220 in https://github.com/taosdata/TDengine/pull/30954
- feat: [TS-6100] Process SCMCreateStreamReq ver-5 by @Simon9997 in https://github.com/taosdata/TDengine/pull/30964
- feat: [TS-6100] Process SCMCreateStreamReq ver-6 by @Simon9997 in https://github.com/taosdata/TDengine/pull/30982
- feat: [TS-6100] Process SCMCreateStreamReq : Add unit test and fix bugs. by @Simon9997 in https://github.com/taosdata/TDengine/pull/30986
- feat: [TS-6100] Process SCMCreateStreamReq : Fix subplan to string. by @Simon9997 in https://github.com/taosdata/TDengine/pull/30990
- feat: [TS-6100] Parse create stream sql: Fix syntax error when using … by @Simon9997 in https://github.com/taosdata/TDengine/pull/31001
- feat: [TS-6100] Parse create stream sql: Add out stb sversion. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31014
- feat: [TS-6100] Parse create stream sql: change out stb version's dat… by @Simon9997 in https://github.com/taosdata/TDengine/pull/31017
- feat: [TS-6100] Parse create stream sql: Fix bugs and add create check. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31030
- feat: [TS-6100] Parse create stream sql: Fix wrong readFromCache value by @Simon9997 in https://github.com/taosdata/TDengine/pull/31035
- feat: [TS-6100] Parse create stream sql: Collect placeholder function… by @Simon9997 in https://github.com/taosdata/TDengine/pull/31038
- feat: [TS-6100] Parse create stream sql: Fix out table wrong column n… by @Simon9997 in https://github.com/taosdata/TDengine/pull/31040
- feat: [TS-6100] Parse create stream sql: Fix out table wrong column n… by @Simon9997 in https://github.com/taosdata/TDengine/pull/31043
- feat: [TS-6100] Parse create stream sql: Add Unit Test. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31047
- feat: [TS-6100] Fix mac cmake error. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31057
- feat: [TS-6100] Parse create stream sql: Add unit test. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31063
- feat: [TS-6100] Parse create stream sql: Fix partition by tbname error. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31066
- feat: [TS-6100] Parse create stream sql: Fix wrong subplan num. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31068
- feat: [TS-6100] Parse create stream sql: Fix out table check. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31070
- feat: [TS-6100] Parse create stream sql: Fix external window plan. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31075
- feat: [TS-6100] Parse create stream sql: Fix external window plan. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31076
- feat: [TS-6100] Parse create stream sql: Fix time range condition. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31078
- feat: [TS-6100] Parse create stream sql: Fix scan node no scanCols. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31079
- feat: [TS-6100] Parse create stream sql: Add encode/decode func for t… by @Simon9997 in https://github.com/taosdata/TDengine/pull/31081
- feat: [TS-6100] Fix compile error. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31085
- feat: [TS-6100] Parse create stream sql: Fix external window on super… by @Simon9997 in https://github.com/taosdata/TDengine/pull/31088
- feat: [TS-6100] Parse create stream sql: Support period window. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31092
- feat: [TS-6100] Parse create stream sql: Fix wrong time range expr. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31096
- feat: [TS-6100] Parse create stream sql: No force output when first c… by @Simon9997 in https://github.com/taosdata/TDengine/pull/31102
- feat: [TS-6100] Parse create stream sql: Collect tbname function to t… by @Simon9997 in https://github.com/taosdata/TDengine/pull/31106
- feat: [TS-6100] Parse create stream sql: Fix placeholder func check. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31109
- feat: [TS-6100] Parse create stream sql: Fix partition tbname wrong p… by @Simon9997 in https://github.com/taosdata/TDengine/pull/31116
- feat: [TS-6100] Parse create stream sql: Auto generate create stream … by @Simon9997 in https://github.com/taosdata/TDengine/pull/31123
- feat: [TS-6100] Parse create stream sql: Fix partition tag error. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31126
- feat: [TS-6100] Parse create stream sql: Use %%tbname in SELECT and W… by @Simon9997 in https://github.com/taosdata/TDengine/pull/31130
- feat: [TS-6100] Parse create stream sql: Fix stop stream syntax error. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31131
- feat: [TS-6100] Parse create stream sql: Fix external window wrong plan. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31133
- feat: [TS-6100] Parse create stream sql: Fix external window wrong plan. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31137
- feat: [TS-6100] Parse create stream sql: Fix external window wrong plan. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31138
- feat: [TS-6100] Parse create stream sql: Fix merge node no srcEndGrou… by @Simon9997 in https://github.com/taosdata/TDengine/pull/31140
- feat: [TS-6100] Parse create stream sql: Fix merge node no srcEndGrou… by @Simon9997 in https://github.com/taosdata/TDengine/pull/31141
- feat: [TS-6100] Parse create stream sql: Fix potential heap buff over… by @Simon9997 in https://github.com/taosdata/TDengine/pull/31142
- feat: [TS-6100] Parse create stream sql: Fix syntax error. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31170
- feat: [TS-6100] Parse create stream sql: Fix default tag expr by @Simon9997 in https://github.com/taosdata/TDengine/pull/31176
- feat: [TS-6100] Parse create stream sql: Fix sql parser error. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31178
- feat: [TS-6100] Parse create stream sql: Fix out tag. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31179
- feat: [TS-6100] Parse create stream sql: Fix parser error. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31182
- feat: [TS-6100] Parse create stream sql: Fix parser error ver-2. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31183
- feat: [TS-6100] Parse create stream sql: Fix parser error ver-3. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31188
- feat: [TS-6100] Parse create stream sql: Support recalculate stream a… by @Simon9997 in https://github.com/taosdata/TDengine/pull/31194
- feat: [TS-6100] Parse create stream sql: Fix wrong msg type. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31195
- feat: [TS-6100] Parse create stream sql by @Simon9997 in https://github.com/taosdata/TDengine/pull/31211
- feat: [TS-6100] Sql gen refactor and bug fix by @Simon9997 in https://github.com/taosdata/TDengine/pull/31221
- feat: [TS-6100] Parse create stream sql: Support _tprev_ts/_tnext_ts/… by @Simon9997 in https://github.com/taosdata/TDengine/pull/31224
- Feat/ts 6100 smj by @Simon9997 in https://github.com/taosdata/TDengine/pull/31228
- feat: [TS-6100] Parse create stream sql: Get trigger table's meta dur… by @Simon9997 in https://github.com/taosdata/TDengine/pull/31231
- feat: [TS-6100] Parse create stream sql: Sql gen refacotr. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31234
- feat: [TS-6100] Parse create stream sql by @Simon9997 in https://github.com/taosdata/TDengine/pull/31236
- feat: [TS-6100] Parse create stream sql by @Simon9997 in https://github.com/taosdata/TDengine/pull/31239
- feat: [TS-6100] Parse create stream sql: Sql gen refacotr. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31244
- feat: [TS-6100] Parse create stream sql: Sql gen refacotr. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31252
- feat: [TS-6100] Parse create stream sql: Sql gen refactor and fix bugs. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31254
- feat: [TS-6100] Parse create stream sql: Sql gen refactor and fix bugs. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31262
- Feat/ts 6100 3.0 by @wangmm0220 in https://github.com/taosdata/TDengine/pull/31268
- feat(stream): add interface for vtable in reader by @wangmm0220 in https://github.com/taosdata/TDengine/pull/31269
- feat: [TS-6100] Parse create stream sql: Add trigger window check. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31272
- feat: [TS-6100] Parse create stream sql: Fix trigger window check. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31278
- feat: [TS-6100] Parse create stream sql: Support %%tbname. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31282
- feat: [TS-6100] Parse create stream sql: Fix _twduration wrong type. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31284
- feat: [TS-6100] Parse create stream sql: Add primary key check. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31285
- feat: [TS-6100] Parse create stream sql: Fix dup col by @Simon9997 in https://github.com/taosdata/TDengine/pull/31286
- feat: [TS-6100] Parse create stream sql: Fix %%tbname wrong plan by @Simon9997 in https://github.com/taosdata/TDengine/pull/31288
- feat: [TS-6100] Parse create stream sql: Extract condition from count window by @Simon9997 in https://github.com/taosdata/TDengine/pull/31293
- feat: [TS-6100] Parse create stream sql: Fix %%tbname wrong plan by @Simon9997 in https://github.com/taosdata/TDengine/pull/31296
- feat: [TS-6100] Parse create stream sql: Fix %%tbname wrong plan by @Simon9997 in https://github.com/taosdata/TDengine/pull/31302
- Feat/ts 6100 smj by @Simon9997 in https://github.com/taosdata/TDengine/pull/31303
- feat: [TS-6100] Parse create stream sql: sql generator refactor by @Simon9997 in https://github.com/taosdata/TDengine/pull/31312
- feat: [TS-6100] Parse create stream sql: Add stream name check by @Simon9997 in https://github.com/taosdata/TDengine/pull/31314
- feat: [TS-6100] Parse create stream sql: Fix %%tbname wrong length. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31320
- feat: [TS-6100] Parse create stream sql: Fix varchar schema wrong lengh. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31321
- Feat/ts 6100 3.0 by @wangmm0220 in https://github.com/taosdata/TDengine/pull/31327
- feat: [TS-6100] Parse create stream sql: Refactor. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31334
- Feat/ts 6100 3.0 by @wangmm0220 in https://github.com/taosdata/TDengine/pull/31338
- fix ASAN mode hang issue and clean taosd with --clean parameter by @minhuinie in https://github.com/taosdata/TDengine/pull/31339
- Feat/ts 6100 marks 0607 by @wangmm0220 in https://github.com/taosdata/TDengine/pull/31340
- feat: [TS-6100] Parse create stream sql: Add more unit test. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31349
- feat: [TS-6100] Parse create stream sql: Fix bugs and change error me… by @Simon9997 in https://github.com/taosdata/TDengine/pull/31350
- feat: [TS-6100] Parse create stream sql: Add more ut. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31368
- feat: [TS-6100] Parse create stream sql: Add error ut and fix bugs. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31379
- feat: [TS-6100] Parse create stream sql: Add more error case and fix … by @Simon9997 in https://github.com/taosdata/TDengine/pull/31385
- Feat/ts 6100 smj by @Simon9997 in https://github.com/taosdata/TDengine/pull/31386
- feat: [TS-6100] Parse create stream sql: treat %%tbname and %%trows w… by @Simon9997 in https://github.com/taosdata/TDengine/pull/31394
- feat: [TS-6100] Parse create stream sql: treat %%trows error plan. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31400
- feat: [TS-6100] Parse create stream sql: Improve error messages when … by @Simon9997 in https://github.com/taosdata/TDengine/pull/31409
- feat: [TS-6100] Parse create stream sql: Fix out col / tag wrong length by @Simon9997 in https://github.com/taosdata/TDengine/pull/31410
- add debug info by @minhuinie in https://github.com/taosdata/TDengine/pull/31425
- feat: [TS-6100] Parse create stream sql: Fix virtual table using ts a… by @Simon9997 in https://github.com/taosdata/TDengine/pull/31433
- feat: [TS-6100] Parse create stream sql: Add check when partition by … by @Simon9997 in https://github.com/taosdata/TDengine/pull/31438
- feat: [TS-6100] Parse create stream sql: Make sure calc plan always n… by @Simon9997 in https://github.com/taosdata/TDengine/pull/31439
- feat: [TS-6100] Parse create stream sql: Add sys db check for create … by @Simon9997 in https://github.com/taosdata/TDengine/pull/31443
- chore(keeper): add host description by @qevolg in https://github.com/taosdata/TDengine/pull/31442
- feat: [TS-6100] Parse create stream sql: Fix create stream systable q… by @Simon9997 in https://github.com/taosdata/TDengine/pull/31452
- Feat/ts 6100 3.0 by @wangmm0220 in https://github.com/taosdata/TDengine/pull/31453
- feat(stream): set operator by @wangmm0220 in https://github.com/taosdata/TDengine/pull/31454
- feat:insert into subquery by @Pengrongkun in https://github.com/taosdata/TDengine/pull/31401
- feat: [TS-6100] Parse create stream sql: support fill_history without… by @Simon9997 in https://github.com/taosdata/TDengine/pull/31455
- docs: add OpenMetrics support and configuration details to taosAdapter documentation by @huskar-t in https://github.com/taosdata/TDengine/pull/31427
- feat: [TS-6100] Parse create stream sql: change virtual table plan by @Simon9997 in https://github.com/taosdata/TDengine/pull/31456
- feat: [TS-6100] Parse create stream sql: Improve error msg when check… by @Simon9997 in https://github.com/taosdata/TDengine/pull/31457
- Feat/ts 6100 ver by @wangmm0220 in https://github.com/taosdata/TDengine/pull/31458
- feat: [TS-6100] Parse create stream sql: Change default out subtable … by @Simon9997 in https://github.com/taosdata/TDengine/pull/31460
- feat: [TS-6100] Parse create stream sql: Fix out table length bug by @Simon9997 in https://github.com/taosdata/TDengine/pull/31465
- feat: [TS-6100] Parse create stream sql: Fix single table check when … by @Simon9997 in https://github.com/taosdata/TDengine/pull/31466
- feat: [TS-6100] Parse create stream sql: Fix decimal wrong precision. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31467
- feat: [TS-6100] Parse create stream sql: Fix vtb external window no t… by @Simon9997 in https://github.com/taosdata/TDengine/pull/31468
- feat: [TS-6100] Parse create stream sql: Add ts order serialize/deser… by @Simon9997 in https://github.com/taosdata/TDengine/pull/31469
- feat: [TS-6100] Parse create stream sql: remove table list info in vi… by @Simon9997 in https://github.com/taosdata/TDengine/pull/31470
- feat: [TS-6100] Parse create stream sql: Fix external window wrong index by @Simon9997 in https://github.com/taosdata/TDengine/pull/31472
- feat: [TS-6100] Parse create stream sql: Add column node serialize/de… by @Simon9997 in https://github.com/taosdata/TDengine/pull/31476
- check catalog field in docstring by @minhuinie in https://github.com/taosdata/TDengine/pull/31477
- feat: [TS-6100] Parse create stream sql: Add more serialize/deserialize by @Simon9997 in https://github.com/taosdata/TDengine/pull/31479
- feat: add branch option for taosadapter in container build script by @tomchon in https://github.com/taosdata/TDengine/pull/31484
- feat: [TS-6100] Fix vtable tag error when tag is null by @Simon9997 in https://github.com/taosdata/TDengine/pull/31492
- feat(mqtt): Commits for mqtt subscription by @stephenkgu in https://github.com/taosdata/TDengine/pull/30127
- feat: [TS-6100] Improve external window condition. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31496
- feat: [TS-6100] Fix stream query not support union. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31497
- feat: [TS-6100] Forbid select percentile from %%tbname and %%trows by @Simon9997 in https://github.com/taosdata/TDengine/pull/31498
- feat: [TS-6100] Remove fill check in stream query by @Simon9997 in https://github.com/taosdata/TDengine/pull/31499
- feat: [TS-6100] Fix external window generation condition. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31505
- feat: add password encryption algorithm support and related configura… by @cadem in https://github.com/taosdata/TDengine/pull/31237
- docs(taosX): add TMQ publish to MQTT cli usage docs by @bitcapybara in https://github.com/taosdata/TDengine/pull/31512
- feat: [TS-6100] Some optimize for %%trows by @Simon9997 in https://github.com/taosdata/TDengine/pull/31514
- feat: [TS-6100] Add time range expr in fill node by @Simon9997 in https://github.com/taosdata/TDengine/pull/31515
- feat: [TS-6100] Improve external window generate condition. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31516
- enh/TS-5619-add-case-crypted-pass by @cadem in https://github.com/taosdata/TDengine/pull/31508
- feat: [TS-6100] Fix single table judging condition by @Simon9997 in https://github.com/taosdata/TDengine/pull/31521
- feat(stream): fix condition if %%trows by @wangmm0220 in https://github.com/taosdata/TDengine/pull/31518
- feat(stream): fix err that no rtInfo in stream fetch by @wangmm0220 in https://github.com/taosdata/TDengine/pull/31524
- fix: crash issues by @dapan1121 in https://github.com/taosdata/TDengine/pull/31526
- Feat/ts 6100 3.0 by @wangmm0220 in https://github.com/taosdata/TDengine/pull/31529
- Feat/ts 6100 3.0 mm by @wangmm0220 in https://github.com/taosdata/TDengine/pull/31530
- fix: update test description for user crypted password by @cadem in https://github.com/taosdata/TDengine/pull/31520
- feat(stream): fix coredump when destroy reader by @wangmm0220 in https://github.com/taosdata/TDengine/pull/31532
- test: add sliding case by @guanshengliang in https://github.com/taosdata/TDengine/pull/31528
- fix(stream): fix process of new wal meta in stream trigger task by @JinqingKuang in https://github.com/taosdata/TDengine/pull/31531
- feat: [TS-6100] Add outtable full name's md5 to outSubtable name by @Simon9997 in https://github.com/taosdata/TDengine/pull/31523
- test: subquery cases by @guanshengliang in https://github.com/taosdata/TDengine/pull/31536
- Feat: add write metrics. by @xiao-77 in https://github.com/taosdata/TDengine/pull/31198
- add stmt2 docs by @Pengrongkun in https://github.com/taosdata/TDengine/pull/31480
- fix: 避免while循环打印无效日志 by @cockroach888 in https://github.com/taosdata/TDengine/pull/31538
- Feat/ts 6100 3.0 mm0630 by @wangmm0220 in https://github.com/taosdata/TDengine/pull/31537
- chore: add deepwiki badge by @feici02 in https://github.com/taosdata/TDengine/pull/31540
- test: report bugs by @guanshengliang in https://github.com/taosdata/TDengine/pull/31541
- fix(query) subscriptions memory leak by @hongzhenliu335 in https://github.com/taosdata/TDengine/pull/31533
- docs: Google Data Studio changed to Google Looker Studio by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/31487
- test: add subquery cases by @guanshengliang in https://github.com/taosdata/TDengine/pull/31545
- docs: update release note for 3.3.6.13 in office web by @feici02 in https://github.com/taosdata/TDengine/pull/31542
- test: reproduce bug by @guanshengliang in https://github.com/taosdata/TDengine/pull/31550
- test:more by @guanshengliang in https://github.com/taosdata/TDengine/pull/31551
- fix(docs): correct spelling of 'forecast' in release notes by @tomchon in https://github.com/taosdata/TDengine/pull/31549
- test: more cases by @guanshengliang in https://github.com/taosdata/TDengine/pull/31553
- docs: upgrade the Python version and add the flink version description by @menshibin in https://github.com/taosdata/TDengine/pull/31548
- docs: enhance timezone parameter description for C# driver by @huskar-t in https://github.com/taosdata/TDengine/pull/31547
- fix: fill func by @facetosea in https://github.com/taosdata/TDengine/pull/31556
- fix: can not open vnodes while change sub dataDir. by @xiao-77 in https://github.com/taosdata/TDengine/pull/31554
- fix(stream): fix checkpoint generation in stream trigger task by @JinqingKuang in https://github.com/taosdata/TDengine/pull/31558
- fix: enhance remote command handling and local host checks in run script by @tomchon in https://github.com/taosdata/TDengine/pull/31555
- docs: add DECIMAL type representation and usage notes for C# connector by @huskar-t in https://github.com/taosdata/TDengine/pull/31543
- feat: taosBenchmark outputs structured result data by @menshibin in https://github.com/taosdata/TDengine/pull/31527
- fix: memory issues by @dapan1121 in https://github.com/taosdata/TDengine/pull/31561
- feat(stream): fix thread run out for runner by @wangmm0220 in https://github.com/taosdata/TDengine/pull/31559
- feat: [TS-6100] Extract fill range from RANGE() by @Simon9997 in https://github.com/taosdata/TDengine/pull/31563
- feat(stmt2):interlace support bind same table repeatedly by @Pengrongkun in https://github.com/taosdata/TDengine/pull/31517
- docs: Node-RED plugin required version change to latest version by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/31546
- fix: fill by @facetosea in https://github.com/taosdata/TDengine/pull/31564
- fix(stream): fix trigger check of virtual tables by @JinqingKuang in https://github.com/taosdata/TDengine/pull/31568
- feat:stmt2 interlace mode merge same table data by @Pengrongkun in https://github.com/taosdata/TDengine/pull/31566
- feat(mqtt): testing & doc by @stephenkgu in https://github.com/taosdata/TDengine/pull/31495
- valid ipv6 addr and port by @yihaoDeng in https://github.com/taosdata/TDengine/pull/31449
- test: update cases by @guanshengliang in https://github.com/taosdata/TDengine/pull/31572
- add debug info by @yihaoDeng in https://github.com/taosdata/TDengine/pull/31573
- CollectD website url is not correct by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/31574
- Feat/ts 6100 3.0 mm by @wangmm0220 in https://github.com/taosdata/TDengine/pull/31570
- feat: [TS-6100] Fix view in stream query by @Simon9997 in https://github.com/taosdata/TDengine/pull/31571
- fix: update config error while start dnode. by @xiao-77 in https://github.com/taosdata/TDengine/pull/31567
- fix: [TD-35945] fix memory leak of logic node's vgroup info by @Simon9997 in https://github.com/taosdata/TDengine/pull/31576
- feat(stream): add skey/ekey/order for trigger by @wangmm0220 in https://github.com/taosdata/TDengine/pull/31578
- test: update ci by @guanshengliang in https://github.com/taosdata/TDengine/pull/31580
- fix(tdgpt): update container build scripts and test cases for configuration by @tomchon in https://github.com/taosdata/TDengine/pull/31577
- feat(taosd): enhance ASan support in start command for better error tracking by @tomchon in https://github.com/taosdata/TDengine/pull/31560
- fix taos log miss by @SallyHuo-TAOS in https://github.com/taosdata/TDengine/pull/31575
- refactor: add ci dockerfile by @tomchon in https://github.com/taosdata/TDengine/pull/31082
- fix: memory issues by @dapan1121 in https://github.com/taosdata/TDengine/pull/31579
- fix: get vginfo by @facetosea in https://github.com/taosdata/TDengine/pull/31585
- fix: remove duplicate feature entry for MQTT support in release notes by @tomchon in https://github.com/taosdata/TDengine/pull/31583
- fix: drop dnode issue by @dapan1121 in https://github.com/taosdata/TDengine/pull/31586
- fix: crash and memory issues by @dapan1121 in https://github.com/taosdata/TDengine/pull/31588
- fix(stream): fix period trigger with multiple vnodes by @JinqingKuang in https://github.com/taosdata/TDengine/pull/31587
- mnd/bnode: release dnode to fix memleak with bnode dropping by @stephenkgu in https://github.com/taosdata/TDengine/pull/31582
- fix: remove unused configs by @guanshengliang in https://github.com/taosdata/TDengine/pull/31591
- docs: remove outdated doc by @danielclow in https://github.com/taosdata/TDengine/pull/31584
- docs: new stream by @guanshengliang in https://github.com/taosdata/TDengine/pull/31589
- Feat/ts 6100 3.0 by @wangmm0220 in https://github.com/taosdata/TDengine/pull/31597
- docs: new stream by @guanshengliang in https://github.com/taosdata/TDengine/pull/31598
- fix: runner cancel calc by @facetosea in https://github.com/taosdata/TDengine/pull/31599
- fix(stream): fix session window compare in stream trigger task by @JinqingKuang in https://github.com/taosdata/TDengine/pull/31600
- feat(stream): fix tsIndex error in externalAlignedWindow by @wangmm0220 in https://github.com/taosdata/TDengine/pull/31594
- feat: [TS-6100] Transport limit from projection to external window by @Simon9997 in https://github.com/taosdata/TDengine/pull/31601
- feat: [TS-6100] Refact streamScanSplit logic by @Simon9997 in https://github.com/taosdata/TDengine/pull/31604
- Feat/ts 6100 3.0 mm by @wangmm0220 in https://github.com/taosdata/TDengine/pull/31605
- fix: enable DBUILD_TEST in Asan Docker build by @tomchon in https://github.com/taosdata/TDengine/pull/31590
- ci: update document build steps to ensure latest changes are pulled by @tomchon in https://github.com/taosdata/TDengine/pull/31603
- fix: add missing log file copy for JDBC example by @tomchon in https://github.com/taosdata/TDengine/pull/31610
- merge: from main to 3.0 branch by @guanshengliang in https://github.com/taosdata/TDengine/pull/31562
- merge: from mai to 3.0 branch by @guanshengliang in https://github.com/taosdata/TDengine/pull/31614
- fix: include tdengine-docs-ci.yml in paths-ignore for workflow triggers by @tomchon in https://github.com/taosdata/TDengine/pull/31611
- test: more by @guanshengliang in https://github.com/taosdata/TDengine/pull/31615
- fix(stream): fix table meta of virtual tables by @JinqingKuang in https://github.com/taosdata/TDengine/pull/31613
- docs: new stream by @guanshengliang in https://github.com/taosdata/TDengine/pull/31620
- fix: case memory issues by @dapan1121 in https://github.com/taosdata/TDengine/pull/31621
- fix: filter needn't reset by @facetosea in https://github.com/taosdata/TDengine/pull/31619
- test: more cases by @guanshengliang in https://github.com/taosdata/TDengine/pull/31618
- docs: new stream by @guanshengliang in https://github.com/taosdata/TDengine/pull/31622
- fix/TS-6785-fix-return-code by @cadem in https://github.com/taosdata/TDengine/pull/31593
- feat(stream): fix sarray init error in vTableInfo & optimize getting … by @wangmm0220 in https://github.com/taosdata/TDengine/pull/31625
- fix: mem leak by @facetosea in https://github.com/taosdata/TDengine/pull/31627
- test: update cases by @guanshengliang in https://github.com/taosdata/TDengine/pull/31624
- enh: grant support vnodes and storage size by @kailixu in https://github.com/taosdata/TDengine/pull/31380
- docs: update stream documentation for clarity and structure by @tomchon in https://github.com/taosdata/TDengine/pull/31629
- docs: remove unnecessary line from markdownlint configuration by @tomchon in https://github.com/taosdata/TDengine/pull/31631
- fix: mem leak by @facetosea in https://github.com/taosdata/TDengine/pull/31628
- docs: more by @guanshengliang in https://github.com/taosdata/TDengine/pull/31632
- fix invalid stack by @yihaoDeng in https://github.com/taosdata/TDengine/pull/31637
- fix: incorrect stream name in the notification by @facetosea in https://github.com/taosdata/TDengine/pull/31639
- fix: memory issues by @dapan1121 in https://github.com/taosdata/TDengine/pull/31640
- fix(stmt2):heap buffer overflow by @Pengrongkun in https://github.com/taosdata/TDengine/pull/31606
- fix:(stmt2) heap buffer overflow by @Pengrongkun in https://github.com/taosdata/TDengine/pull/31607
- fix invalid stack by @yihaoDeng in https://github.com/taosdata/TDengine/pull/31635
- fx: invalid vgroup by @facetosea in https://github.com/taosdata/TDengine/pull/31643
- Feat/ts 6100 3.0.asanpass by @happyguoxy in https://github.com/taosdata/TDengine/pull/31645
- fix: memory issues by @dapan1121 in https://github.com/taosdata/TDengine/pull/31647
- fix invalid epset2 by @yihaoDeng in https://github.com/taosdata/TDengine/pull/31646
- Feat/ts 6100 smj tsma by @Simon9997 in https://github.com/taosdata/TDengine/pull/31617
- feat: [TS-6100] Do not eliminate projection by @Simon9997 in https://github.com/taosdata/TDengine/pull/31648
- fix: virtual table disable write by @hongzhenliu335 in https://github.com/taosdata/TDengine/pull/31535
- docs: update collectd configuration instructions by @huskar-t in https://github.com/taosdata/TDengine/pull/31633
- feat: [TS-6100] Remove useless flag and disable TSMA by @Simon9997 in https://github.com/taosdata/TDengine/pull/31650
- use no-default-index by @yihaoDeng in https://github.com/taosdata/TDengine/pull/31623
- fix: memory issues by @dapan1121 in https://github.com/taosdata/TDengine/pull/31649
- fix(doc) select statement add field explanation by @hongzhenliu335 in https://github.com/taosdata/TDengine/pull/31539
- feat: [TS-6100] Do not generate external window when query has limit. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31651
- test: add cases by @guanshengliang in https://github.com/taosdata/TDengine/pull/31652
- feat: [TS-6100] Fix no vgroup info in subplan by @Simon9997 in https://github.com/taosdata/TDengine/pull/31653
- fix: notify eventtype by @facetosea in https://github.com/taosdata/TDengine/pull/31654
- Feat/ts 6100 3.0 mm by @wangmm0220 in https://github.com/taosdata/TDengine/pull/31655
- fix: virtual table address list issue by @dapan1121 in https://github.com/taosdata/TDengine/pull/31657
- feat: [TS-6100] Add trigger TS slot id when using %%trows by @Simon9997 in https://github.com/taosdata/TDengine/pull/31660
- test: add cases by @guanshengliang in https://github.com/taosdata/TDengine/pull/31659
- feat: [TS-6100] Push down time range expr to virtual table's ref tabl… by @Simon9997 in https://github.com/taosdata/TDengine/pull/31662
- Docs: official document for Ontop product by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/31609
- fix(stream): tsIndex error in trigger & runner thread wait because wa… by @wangmm0220 in https://github.com/taosdata/TDengine/pull/31663
- fix(stream): fix group column request of virtual tables by @JinqingKuang in https://github.com/taosdata/TDengine/pull/31658
- test: add cases by @guanshengliang in https://github.com/taosdata/TDengine/pull/31664
- fix(stream): double free of notify content and timestamp not the firs… by @wangmm0220 in https://github.com/taosdata/TDengine/pull/31665
- fix: group key buff length by @facetosea in https://github.com/taosdata/TDengine/pull/31666
- feat: [TS-6100] Fix wrong timerange when using join. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31668
- fix: double free by @facetosea in https://github.com/taosdata/TDengine/pull/31667
- feat: [TS-6100] Fix external window judge condition. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31670
- test: add cases by @guanshengliang in https://github.com/taosdata/TDengine/pull/31669
- fix: audit case fail by @cadem in https://github.com/taosdata/TDengine/pull/31602
- feat: [TS-6100] Fix wrong pointer of pVirTableInfos by @Simon9997 in https://github.com/taosdata/TDengine/pull/31672
- fix: memory issues by @dapan1121 in https://github.com/taosdata/TDengine/pull/31671
- test: fix mnode create failure by @SallyHuo-TAOS in https://github.com/taosdata/TDengine/pull/31673
- fix(stream): fix recalc check in stream trigger task by @JinqingKuang in https://github.com/taosdata/TDengine/pull/31676
- fix(stream): checkpoint error & tsIndex error in event window by @wangmm0220 in https://github.com/taosdata/TDengine/pull/31690
- feat: [TS-6100] Fix wrong vgroup list for virtual super table. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31689
- docs: update rust connector doc by @qevolg in https://github.com/taosdata/TDengine/pull/31684
- Feat/ts 6100 3.0 merge by @JinqingKuang in https://github.com/taosdata/TDengine/pull/31692
- fix: memory issues by @dapan1121 in https://github.com/taosdata/TDengine/pull/31691
- fix: force output by @facetosea in https://github.com/taosdata/TDengine/pull/31696
- feat: [TS-6100] Fix no mgmt epset. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31695
- fix(query): order by used the qsort function heap buffer over flow by @hongzhenliu335 in https://github.com/taosdata/TDengine/pull/31612
- fix(query): fix bug caused by shallow copy. by @hjxilinx in https://github.com/taosdata/TDengine/pull/31638
- enh: rename TDasset to TDengine IDMP by @kailixu in https://github.com/taosdata/TDengine/pull/31687
- fix(stream): fix data cache for non-tumbling window trigger by @JinqingKuang in https://github.com/taosdata/TDengine/pull/31698
- fix: memory issues by @dapan1121 in https://github.com/taosdata/TDengine/pull/31700
- fix(stream): process triggerScanPlan is null in virtable by @wangmm0220 in https://github.com/taosdata/TDengine/pull/31697
- fix(stream): fix hist calc of stream trigger task by @JinqingKuang in https://github.com/taosdata/TDengine/pull/31701
- fix:(stmt2) alter table schema bind by @Pengrongkun in https://github.com/taosdata/TDengine/pull/31694
- fix: fill math operator resType precision in translation by @Tony2h in https://github.com/taosdata/TDengine/pull/31693
- fix: tbname cache by @facetosea in https://github.com/taosdata/TDengine/pull/31703
- fix: writev on windows by @facetosea in https://github.com/taosdata/TDengine/pull/31705
- feat: [TS-6100] Fix wrong vgid for tagscan by @Simon9997 in https://github.com/taosdata/TDengine/pull/31707
- migrate system-test/2-query by @minhuinie in https://github.com/taosdata/TDengine/pull/31656
- Feat/ts 6100 smj by @Simon9997 in https://github.com/taosdata/TDengine/pull/31709
- fix: _rowts in external window by @facetosea in https://github.com/taosdata/TDengine/pull/31711
- feat:insert into subquery (#31401) by @Pengrongkun in https://github.com/taosdata/TDengine/pull/31710
- merge: from main to 3.0 branch by @guanshengliang in https://github.com/taosdata/TDengine/pull/31712
- fix(stream): fix calc data cache of vtable by @JinqingKuang in https://github.com/taosdata/TDengine/pull/31714
- feat(gpt): add grant check for gpt. by @hjxilinx in https://github.com/taosdata/TDengine/pull/31708
- feat: [TS-6100] Fix vtable scan wrong plan and fix mem leak by @Simon9997 in https://github.com/taosdata/TDengine/pull/31713
- fix: memory issues by @dapan1121 in https://github.com/taosdata/TDengine/pull/31716
- Feat/ts 6100 3.0 mm by @wangmm0220 in https://github.com/taosdata/TDengine/pull/31706
- fix/send-heartbeat-statis by @cadem in https://github.com/taosdata/TDengine/pull/31680
- test: add subquery limit cases by @guanshengliang in https://github.com/taosdata/TDengine/pull/31717
- feat: [TS-6100] Fix vtable scan wrong plan and fix mem leak by @Simon9997 in https://github.com/taosdata/TDengine/pull/31721
- test: add systable stream by @guanshengliang in https://github.com/taosdata/TDengine/pull/31722
- fix: delete stream-test.py case by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/31715
- chore: support cmake option TAOSWS_GIT_TAG like taosadapter by @zitsen in https://github.com/taosdata/TDengine/pull/31486
- feat: [TS-6100] Fix count window check by @Simon9997 in https://github.com/taosdata/TDengine/pull/31724
- test: add test for save res. by @xiao-77 in https://github.com/taosdata/TDengine/pull/31725
- Feat/ts 6100 3.0 mm by @wangmm0220 in https://github.com/taosdata/TDengine/pull/31726
- fix(stream): limit number of windows in each calc request by @JinqingKuang in https://github.com/taosdata/TDengine/pull/31723
- feat: csumScalarFunction backup by @facetosea in https://github.com/taosdata/TDengine/pull/31730
- test: add session cases by @guanshengliang in https://github.com/taosdata/TDengine/pull/31729
- test: add more cases by @guanshengliang in https://github.com/taosdata/TDengine/pull/31731
- dev: main to 3.3.6 by @zitsen in https://github.com/taosdata/TDengine/pull/31732
- feat: [TS-6100] Fix ignore_nodata_trigger syntax error. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31737
- feat: [TS-6100] Fix vstable scan plan by @Simon9997 in https://github.com/taosdata/TDengine/pull/31742
- feat: [TS-6100] Optimize error msg. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31745
- test: add cases by @guanshengliang in https://github.com/taosdata/TDengine/pull/31740
- feat: [TS-6100] Fix error when no child table in super virtual table. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31748
- feat: [TS-6100] Disable scan path optimize in stream query. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31749
- fix: memory issues and case issues by @dapan1121 in https://github.com/taosdata/TDengine/pull/31743
- fix: timerange by @facetosea in https://github.com/taosdata/TDengine/pull/31739
- fix: create tb by @facetosea in https://github.com/taosdata/TDengine/pull/31741
- fix: reset create flag by @facetosea in https://github.com/taosdata/TDengine/pull/31750
- fix: tbname too long by @facetosea in https://github.com/taosdata/TDengine/pull/31744
- fix: comile error if without BUILD_CONTRIB by @guanshengliang in https://github.com/taosdata/TDengine/pull/31756
- Update 03-kubernetes.md by @jbrass in https://github.com/taosdata/TDengine/pull/31755
- fix(stream): fix calc data schema of virtual tables by @JinqingKuang in https://github.com/taosdata/TDengine/pull/31752
- enh: add log for snapshot by @cadem in https://github.com/taosdata/TDengine/pull/31681
- Feat/ts 6100 3.0 kjq by @JinqingKuang in https://github.com/taosdata/TDengine/pull/31757
- test: add save res test to ci. by @xiao-77 in https://github.com/taosdata/TDengine/pull/31758
- fix(build): disable BUILD_CONTRIB option in container build scripts by @tomchon in https://github.com/taosdata/TDengine/pull/31759
- fix(stream): memory leak by @wangmm0220 in https://github.com/taosdata/TDengine/pull/31754
- feat: [TS-6100] Fix invalid timerange expr. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31760
- fix(stream): fix meta pull at recalculation by @JinqingKuang in https://github.com/taosdata/TDengine/pull/31761
- test: add state cases by @guanshengliang in https://github.com/taosdata/TDengine/pull/31762
- test: add more tests for save res. by @xiao-77 in https://github.com/taosdata/TDengine/pull/31763
- feat: [TS-6100] Forbid interp and percentile in stream calc query. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31766
- feat(stream): fix tmq error by @wangmm0220 in https://github.com/taosdata/TDengine/pull/31764
- fix(stream): fix event type of notification by @JinqingKuang in https://github.com/taosdata/TDengine/pull/31767
- fix(stream): fix calc data cache range of virtual table by @JinqingKuang in https://github.com/taosdata/TDengine/pull/31770
- test: more by @guanshengliang in https://github.com/taosdata/TDengine/pull/31771
- feat: [TS-6100] Support indef rows function in external window. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31765
- feat: [TS-6100] Fix planner cannot find slotId by @Simon9997 in https://github.com/taosdata/TDengine/pull/31772
- enh: TD-36324-improve-sync-heartbeat-log by @cadem in https://github.com/taosdata/TDengine/pull/31727
- fix: datasink test on mac by @facetosea in https://github.com/taosdata/TDengine/pull/31775
- test: add virtual table cases by @guanshengliang in https://github.com/taosdata/TDengine/pull/31774
- feat: [TS-6100] Fix tbname/tag query of vtable. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31776
- feat(stream): fix dead lock by @wangmm0220 in https://github.com/taosdata/TDengine/pull/31778
- Feat/ts 6100 3.0 kjq by @JinqingKuang in https://github.com/taosdata/TDengine/pull/31777
- Test/huoh/migrate by @SallyHuo-TAOS in https://github.com/taosdata/TDengine/pull/31592
- fix: taosd crush in query when insufficient memory by @Tony2h in https://github.com/taosdata/TDengine/pull/31746
- feat(stream): delete msg from wal by @wangmm0220 in https://github.com/taosdata/TDengine/pull/31779
- fix: overflow check in snprintf by @kailixu in https://github.com/taosdata/TDengine/pull/31780
- use scene for test_scene_meters.py by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/31781
- feat: [TS-6100] Forbid _qstart/_qend/_qduration in stream calc query. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31783
- fix: needn't windows info in sliding/period notify by @facetosea in https://github.com/taosdata/TDengine/pull/31784
- docs: update stream docs by @guanshengliang in https://github.com/taosdata/TDengine/pull/31768
- test: add join cases by @guanshengliang in https://github.com/taosdata/TDengine/pull/31785
- fix(stream): fix data cache of period trigger by @JinqingKuang in https://github.com/taosdata/TDengine/pull/31786
- add options cases into ci by @plum-lihui in https://github.com/taosdata/TDengine/pull/31792
- feat: [TS-6100] Support alias name for place holder table by @Simon9997 in https://github.com/taosdata/TDengine/pull/31788
- fix(stream): handle redundant orig table reader info of stream trigger task by @JinqingKuang in https://github.com/taosdata/TDengine/pull/31793
- fix: out put ts is null by @facetosea in https://github.com/taosdata/TDengine/pull/31794
- fix: mem leak when terminating by @facetosea in https://github.com/taosdata/TDengine/pull/31795
- test: add cases to ci by @guanshengliang in https://github.com/taosdata/TDengine/pull/31791
- fix: placeholder function issues by @dapan1121 in https://github.com/taosdata/TDengine/pull/31789
- test: add cases to CI by @guanshengliang in https://github.com/taosdata/TDengine/pull/31797
- fix: auto create table by @facetosea in https://github.com/taosdata/TDengine/pull/31799
- TDasset 3 scenes for meters case finished by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/31800
- enh/TD-32688-fix-wal-last-log-file by @cadem in https://github.com/taosdata/TDengine/pull/31565
- fix: set lcn before do s3 migrate. by @xiao-77 in https://github.com/taosdata/TDengine/pull/31782
- test: add cases by @guanshengliang in https://github.com/taosdata/TDengine/pull/31803
- test: add test for recalc. by @xiao-77 in https://github.com/taosdata/TDengine/pull/31804
- test: fix test run bug 1. by @xiao-77 in https://github.com/taosdata/TDengine/pull/31807
- Feat/ts 6100 3.0 mm by @wangmm0220 in https://github.com/taosdata/TDengine/pull/31806
- feat(stream): fix delete msg error by @wangmm0220 in https://github.com/taosdata/TDengine/pull/31812
- test: add cases by @plum-lihui in https://github.com/taosdata/TDengine/pull/31802
- fix: exchange param issue by @dapan1121 in https://github.com/taosdata/TDengine/pull/31814
- Feat/ts 6100 3.0 lihui by @plum-lihui in https://github.com/taosdata/TDengine/pull/31818
- feat: [TS-6100] Add watermark and max_delay check. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31816
- feat: [TS-6100] Fix create virtual table check. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31815
- feat: [TS-6100] Forbid fill_history when trigger is period. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31813
- fix: gen crash by @facetosea in https://github.com/taosdata/TDengine/pull/31817
- fix: set valid itype by @hzcheng in https://github.com/taosdata/TDengine/pull/31811
- test: add count cases by @guanshengliang in https://github.com/taosdata/TDengine/pull/31820
- migrate system-test/7-tmq, 99-TDcase by @minhuinie in https://github.com/taosdata/TDengine/pull/31769
- migrate some cases by @SallyHuo-TAOS in https://github.com/taosdata/TDengine/pull/31790
- recover log level by @hzcheng in https://github.com/taosdata/TDengine/pull/31823
- test: add test case for recalc. by @xiao-77 in https://github.com/taosdata/TDengine/pull/31821
- Fix/6100/datasink/usedafterfree by @facetosea in https://github.com/taosdata/TDengine/pull/31824
- fix: external window and msg response issues by @dapan1121 in https://github.com/taosdata/TDengine/pull/31825
- test: add vtable cases by @guanshengliang in https://github.com/taosdata/TDengine/pull/31829
- fix(tmq): [TS-6569]tdb error if write tmq meta data in multi thread by @wangmm0220 in https://github.com/taosdata/TDengine/pull/31808
- fix: the calculation of dnode uptime by @kailixu in https://github.com/taosdata/TDengine/pull/31832
- Feat/ts 6100 3.0 lihui by @plum-lihui in https://github.com/taosdata/TDengine/pull/31826
- submit test_scene_meters_bug2.py by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/31833
- feat: [TS-6100] Do not translate const value as column. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31834
- Feat/ts 6100 3.0 zlv by @happyguoxy in https://github.com/taosdata/TDengine/pull/31747
- fix: correct timediff function bug and redress docs by @Tony2h in https://github.com/taosdata/TDengine/pull/31798
- feat: support mount data path by @kailixu in https://github.com/taosdata/TDengine/pull/31677
- docs: update stream docs by @guanshengliang in https://github.com/taosdata/TDengine/pull/31822
- feat: [TS-6100] Handle origin table change schema during virtual tabl… by @Simon9997 in https://github.com/taosdata/TDengine/pull/31837
- test: add cases by @plum-lihui in https://github.com/taosdata/TDengine/pull/31836
- Feat/ts 6100 3.0 zlv by @ZeLv01 in https://github.com/taosdata/TDengine/pull/31838
- Feat/ts 6100 3.0 by @wangmm0220 in https://github.com/taosdata/TDengine/pull/31839
- fix: rename test_idmp_meters.py and put into ci by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/31835
- feat: [TS-6100] Forbid where when using %%trows by @Simon9997 in https://github.com/taosdata/TDengine/pull/31827
- Feat/ts 6100 3.0 mm by @wangmm0220 in https://github.com/taosdata/TDengine/pull/31840
- fix: data null check by @facetosea in https://github.com/taosdata/TDengine/pull/31842
- feat: [TS-6100] Fix leaks. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31843
- Feat/ts 6100 3.0.pw10 by @dapan1121 in https://github.com/taosdata/TDengine/pull/31841
- fix: TD-36442 show full condition by @cadem in https://github.com/taosdata/TDengine/pull/31796
- test: add cases by @plum-lihui in https://github.com/taosdata/TDengine/pull/31844
- enh/TD-36466-sync-heartbeat by @cadem in https://github.com/taosdata/TDengine/pull/31805
- fix(plan) virtual table support BI moudle when use in select by @hongzhenliu335 in https://github.com/taosdata/TDengine/pull/31787
- test: add recalc test. by @xiao-77 in https://github.com/taosdata/TDengine/pull/31849
- feat(stmt2):binding columns with fixed values by @Pengrongkun in https://github.com/taosdata/TDengine/pull/31751
- enh: TS-5926-force-repair-wal by @cadem in https://github.com/taosdata/TDengine/pull/31828
- submit test_idmp_meters_bug3.py by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/31853
- test: add test for recalc. by @xiao-77 in https://github.com/taosdata/TDengine/pull/31854
- fix: error code check by @facetosea in https://github.com/taosdata/TDengine/pull/31856
- test: add cases by @guanshengliang in https://github.com/taosdata/TDengine/pull/31845
- rename taos & taosd by @Pengrongkun in https://github.com/taosdata/TDengine/pull/31855
- fix failed cases by @SallyHuo-TAOS in https://github.com/taosdata/TDengine/pull/31848
- Feat/ts 6100 3.0 lihui by @plum-lihui in https://github.com/taosdata/TDengine/pull/31846
- Feat/ts 6100 3.0 mm by @wangmm0220 in https://github.com/taosdata/TDengine/pull/31857
- fix: reset interpPrev by @facetosea in https://github.com/taosdata/TDengine/pull/31861
- test: add test_idmp_meters bug4 and bug3 by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/31862
- fix(stream): fix ts data fetch for virtual tables by @JinqingKuang in https://github.com/taosdata/TDengine/pull/31860
- test: add cases by @plum-lihui in https://github.com/taosdata/TDengine/pull/31866
- test: add case test_idmp_meters_bug5.py by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/31867
- feat: [TS-6100] Restore deleted code in mndSma.c since they are still… by @Simon9997 in https://github.com/taosdata/TDengine/pull/31869
- feat[ts-6107]: shared storage by @localvar in https://github.com/taosdata/TDengine/pull/31552
- feat: [TS-6100] Fix fill range check by @Simon9997 in https://github.com/taosdata/TDengine/pull/31872
- test: add cases by @plum-lihui in https://github.com/taosdata/TDengine/pull/31870
- fix failed cases by @SallyHuo-TAOS in https://github.com/taosdata/TDengine/pull/31863
- feat: [TS-6100] Rename OPTIONS to STREAM_OPTIONS. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31873
- test: add test_recalc_expired_time.py to ci. by @xiao-77 in https://github.com/taosdata/TDengine/pull/31871
- fix: ci case issues by @dapan1121 in https://github.com/taosdata/TDengine/pull/31880
- test: modify for partition by %%1 by @plum-lihui in https://github.com/taosdata/TDengine/pull/31876
- Feat/ts 6100 3.0 merge by @JinqingKuang in https://github.com/taosdata/TDengine/pull/31882
- Feat/ts 6100 3.0 lihui by @plum-lihui in https://github.com/taosdata/TDengine/pull/31884
- Feat/ts 6100 3.0 mm by @wangmm0220 in https://github.com/taosdata/TDengine/pull/31864
- fix: external agg error by @facetosea in https://github.com/taosdata/TDengine/pull/31886
- test: add stream cases by @guanshengliang in https://github.com/taosdata/TDengine/pull/31885
- fix(query) support show tags on virtual table by @hongzhenliu335 in https://github.com/taosdata/TDengine/pull/31831
- docs: update stream docs by @guanshengliang in https://github.com/taosdata/TDengine/pull/31874
- fix: calc timerange by @facetosea in https://github.com/taosdata/TDengine/pull/31890
- fix new testcases by @minhuinie in https://github.com/taosdata/TDengine/pull/31879
- docs: replace mysql screenshot by @danielclow in https://github.com/taosdata/TDengine/pull/31888
- test: fix vtable ans files not exist by @SallyHuo-TAOS in https://github.com/taosdata/TDengine/pull/31865
- feat: use the new TDengine product name by @sheyanjie-qq in https://github.com/taosdata/TDengine/pull/31859
- feat: [TS-6100] Placeholder function should only appera in SELECT and… by @Simon9997 in https://github.com/taosdata/TDengine/pull/31868
- test: add state cases by @guanshengliang in https://github.com/taosdata/TDengine/pull/31893
- feat: enhance scan file path script with additional options for directory scanning by @tomchon in https://github.com/taosdata/TDengine/pull/31895
- feat: add configuration and script for memory allocator settings by @tomchon in https://github.com/taosdata/TDengine/pull/31699
- test: remove one debug test case file by @plum-lihui in https://github.com/taosdata/TDengine/pull/31891
- fix failed cases by @SallyHuo-TAOS in https://github.com/taosdata/TDengine/pull/31881
- Feat/ts 6100 3.0 mm by @wangmm0220 in https://github.com/taosdata/TDengine/pull/31892
- test: add fun case stream5 by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/31878
- test: add cases by @guanshengliang in https://github.com/taosdata/TDengine/pull/31903
- Fix/align data get by @facetosea in https://github.com/taosdata/TDengine/pull/31900
- feat: [TS-6100] %%trows can only be used when event type is window cl… by @Simon9997 in https://github.com/taosdata/TDengine/pull/31889
- docs: update stream by @guanshengliang in https://github.com/taosdata/TDengine/pull/31905
- doc: Update 03-stream.md by @hjxilinx in https://github.com/taosdata/TDengine/pull/31675
- test: add test cases for virtual table by @plum-lihui in https://github.com/taosdata/TDengine/pull/31901
- chore(deps): bump requests from 2.27.1 to 2.32.4 in /test by @dependabot[bot] in https://github.com/taosdata/TDengine/pull/31326
- test: add test recalc to ci. by @xiao-77 in https://github.com/taosdata/TDengine/pull/31907
- fix: ci case issues by @dapan1121 in https://github.com/taosdata/TDengine/pull/31904
- feat: [TS-6100] Disable some failed UT. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31910
- feat: [TS-6100] Fix virtual table by @Simon9997 in https://github.com/taosdata/TDengine/pull/31809
- Feat/ts 6100 3.0 mm by @wangmm0220 in https://github.com/taosdata/TDengine/pull/31911
- test: add bug 5. by @xiao-77 in https://github.com/taosdata/TDengine/pull/31912
- build(deps): bump golang.org/x/net from 0.36.0 to 0.38.0 in /tools/keeper by @dependabot[bot] in https://github.com/taosdata/TDengine/pull/30811
- chore(deps): bump urllib3 from 1.26.20 to 2.5.0 in /test by @dependabot[bot] in https://github.com/taosdata/TDengine/pull/31414
- fix[TD-36593]: apply review comments and fix compile issue by @localvar in https://github.com/taosdata/TDengine/pull/31877
- fix reqCids,reqCols memory leak in SSTriggerRealtimeContext by @Tony2h in https://github.com/taosdata/TDengine/pull/31915
- chore(deps): bump org.apache.tomcat.embed:tomcat-embed-core from 9.0.104 to 9.0.106 in /docs/examples/JDBC/mybatisplus-demo by @dependabot[bot] in https://github.com/taosdata/TDengine/pull/31392
- chore(deps): bump org.apache.tomcat.embed:tomcat-embed-core from 9.0.104 to 9.0.106 in /docs/examples/JDBC/springbootdemo by @dependabot[bot] in https://github.com/taosdata/TDengine/pull/31393
- chore(deps): bump org.apache.kafka:kafka-clients from 3.9.0 to 3.9.1 in /docs/examples/JDBC/highvolume by @dependabot[bot] in https://github.com/taosdata/TDengine/pull/31341
- fix(stream): implement some pending features in trigger task by @JinqingKuang in https://github.com/taosdata/TDengine/pull/31917
- test: add case stream6 by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/31919
- fix: add lock when calculating log buffer start/end by @kailixu in https://github.com/taosdata/TDengine/pull/31883
- fix(stream): fix count window trigger of virtual tables by @JinqingKuang in https://github.com/taosdata/TDengine/pull/31920
- test: add test for recalc. by @xiao-77 in https://github.com/taosdata/TDengine/pull/31922
- test: fix run err. by @xiao-77 in https://github.com/taosdata/TDengine/pull/31924
- fix(stream): memory leak by @wangmm0220 in https://github.com/taosdata/TDengine/pull/31923
- test: add test bug 7. by @xiao-77 in https://github.com/taosdata/TDengine/pull/31927
- test: add stream6 bug7 by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/31925
- test: add cases by @plum-lihui in https://github.com/taosdata/TDengine/pull/31930
- fix: notify by @facetosea in https://github.com/taosdata/TDengine/pull/31931
- feat: new stream by @dapan1121 in https://github.com/taosdata/TDengine/pull/31678
- fix: stack overflow by @facetosea in https://github.com/taosdata/TDengine/pull/31932
- test_idmp_meters.py remove sleep wait stream flow by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/31934
- Merge main to 3.3.6 by @tomchon in https://github.com/taosdata/TDengine/pull/31933
- test: add test cases for precision by @plum-lihui in https://github.com/taosdata/TDengine/pull/31935
- feat: [TS-6100] Fix %%tbname when using virtual super table by @Simon9997 in https://github.com/taosdata/TDengine/pull/31913
- test: add bug 8. by @xiao-77 in https://github.com/taosdata/TDengine/pull/31940
- feat: [TS-6100] Fix period bound check by @Simon9997 in https://github.com/taosdata/TDengine/pull/31939
- feat: [TS-6100] Fix drop/show create vtable/table by @Simon9997 in https://github.com/taosdata/TDengine/pull/31941
- fix: fix rust examples by @qevolg in https://github.com/taosdata/TDengine/pull/31908
- fix new cases by @minhuinie in https://github.com/taosdata/TDengine/pull/31902
- feat: [TS-6100] Fix external window split by @Simon9997 in https://github.com/taosdata/TDengine/pull/31944
- fix: external window issue by @dapan1121 in https://github.com/taosdata/TDengine/pull/31945
- fix: notify by @facetosea in https://github.com/taosdata/TDengine/pull/31946
- Feat/ts 6100 3.0 zlv by @ZeLv01 in https://github.com/taosdata/TDengine/pull/31926
- feat: support reading sub table names and tag values from CSV files to create sub tables by @menshibin in https://github.com/taosdata/TDengine/pull/31909
- test: add cases by @plum-lihui in https://github.com/taosdata/TDengine/pull/31938
- fix: compile issue by @dapan1121 in https://github.com/taosdata/TDengine/pull/31943
- test: add test for recalc by @xiao-77 in https://github.com/taosdata/TDengine/pull/31949
- merge: from main to 3.0 branch by @guanshengliang in https://github.com/taosdata/TDengine/pull/31942
- feat: [TS-6100] Fix virtual table set null slot by @Simon9997 in https://github.com/taosdata/TDengine/pull/31951
- fix:Convert line endings from LF to CRLF for ans file by @tomchon in https://github.com/taosdata/TDengine/pull/31914
- submit bug: stream7 bug8 by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/31953
- docs: update stream by @guanshengliang in https://github.com/taosdata/TDengine/pull/31957
- fix: ahandle memory leak by @dapan1121 in https://github.com/taosdata/TDengine/pull/31955
- feat: add test file and fix core. by @xiao-77 in https://github.com/taosdata/TDengine/pull/31958
- docs(jdbc): update jdbc out-dated descripiton by @sheyanjie-qq in https://github.com/taosdata/TDengine/pull/31959
- fix: datasink result offset by @facetosea in https://github.com/taosdata/TDengine/pull/31960
- fix: TD-36560 refactor arbitrator group function name and log by @cadem in https://github.com/taosdata/TDengine/pull/31852
- test: modify cases by @plum-lihui in https://github.com/taosdata/TDengine/pull/31952
- fix(stream): add trigger control msg by @JinqingKuang in https://github.com/taosdata/TDengine/pull/31961
- feat: support BLOB data type by @yihaoDeng in https://github.com/taosdata/TDengine/pull/31704
- test: add case stream8 and submit bug9 by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/31965
- test: add recalc to ci test. by @xiao-77 in https://github.com/taosdata/TDengine/pull/31968
- fix: add log by @facetosea in https://github.com/taosdata/TDengine/pull/31969
- test: update max_delay time by @guanshengliang in https://github.com/taosdata/TDengine/pull/31970
- test: add test for recalc. by @xiao-77 in https://github.com/taosdata/TDengine/pull/31971
- case: add bug9 and bug3 fixed by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/31973
- Feat/ts 6100 3.0 mm by @wangmm0220 in https://github.com/taosdata/TDengine/pull/31956
- feat: [TS-6100] Fix time precision. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31966
- feat: [TS-6100] Optimize virtual table error. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31974
- docs: update gpt by @guanshengliang in https://github.com/taosdata/TDengine/pull/31975
- fix: trigger calcparam serialize by @facetosea in https://github.com/taosdata/TDengine/pull/31976
- feat: [TS-6100] Extract state window condition. by @Simon9997 in https://github.com/taosdata/TDengine/pull/31981
- test: submit bug10 by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/31978
- test: add test cases by @plum-lihui in https://github.com/taosdata/TDengine/pull/31982
- fix(stream): fix metadata clear in stream trigger task by @JinqingKuang in https://github.com/taosdata/TDengine/pull/31983
- test: add test for recalc to ci. by @xiao-77 in https://github.com/taosdata/TDengine/pull/31984
- test: add test for ci. by @xiao-77 in https://github.com/taosdata/TDengine/pull/31989
- test: verify bug and merge to main case by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/31988
- feat: add taosBenchmark command line parameters by @menshibin in https://github.com/taosdata/TDengine/pull/31967
- fix: tableName len error by @menshibin in https://github.com/taosdata/TDengine/pull/31977
- test(stream): tobacco cases #TD-36514 by @zyyang90 in https://github.com/taosdata/TDengine/pull/31991
- fix(stream): fix ignoreNoDataTrigger option by @JinqingKuang in https://github.com/taosdata/TDengine/pull/31995
- fix: exchange issues by @dapan1121 in https://github.com/taosdata/TDengine/pull/31986
- enh: set TD Release build in tdengine-build.yml by @tomchon in https://github.com/taosdata/TDengine/pull/31980
- fix: exchange issues by @dapan1121 in https://github.com/taosdata/TDengine/pull/31996
- Feat/ts 6100 3.0 by @wangmm0220 in https://github.com/taosdata/TDengine/pull/31999
- Feat/ts 6100 3.0 by @wangmm0220 in https://github.com/taosdata/TDengine/pull/32005
- fix(stream): fix current ts of sliding trigger by @JinqingKuang in https://github.com/taosdata/TDengine/pull/32001
- fix: bug6 logic changed by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/32006
- test: bug9 update sql by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/32009
- test: add cases by @guanshengliang in https://github.com/taosdata/TDengine/pull/32004
- fix(stmt2):tbname error output by @Pengrongkun in https://github.com/taosdata/TDengine/pull/31997
- fix: possible memory leak by @hzcheng in https://github.com/taosdata/TDengine/pull/31972
- fix: bufffer overflow by @facetosea in https://github.com/taosdata/TDengine/pull/31998
- test: rename TSDB by @SallyHuo-TAOS in https://github.com/taosdata/TDengine/pull/31896
- feat: create connect add dbname params by @menshibin in https://github.com/taosdata/TDengine/pull/32002
- Feat/ts 6100 3.0 ming by @wangmm0220 in https://github.com/taosdata/TDengine/pull/32000
- feat: [TS-6100] Fix virtual supertable plan. by @Simon9997 in https://github.com/taosdata/TDengine/pull/32012
- fix: ci problems. by @xiao-77 in https://github.com/taosdata/TDengine/pull/32018
- fix: errlog by @facetosea in https://github.com/taosdata/TDengine/pull/32023
- fix: timerange by @facetosea in https://github.com/taosdata/TDengine/pull/32017
- Merge main into 3.3.6 by @qevolg in https://github.com/taosdata/TDengine/pull/32014
- Feat/ts 6100 3.0 lihui by @plum-lihui in https://github.com/taosdata/TDengine/pull/32007
- modify case by @ZeLv01 in https://github.com/taosdata/TDengine/pull/32016
- enh: mounted vnode may have no tq by @kailixu in https://github.com/taosdata/TDengine/pull/31916
- fix:insert subquery memleak by @Pengrongkun in https://github.com/taosdata/TDengine/pull/32024
- feat: [TS-6100] set proper curr clause when translating stream trigger. by @Simon9997 in https://github.com/taosdata/TDengine/pull/32028
- fix: check node type by @facetosea in https://github.com/taosdata/TDengine/pull/32027
- feat: [TD-36758] Fix MAX_DELAY wrong precision. by @Simon9997 in https://github.com/taosdata/TDengine/pull/32030
- feat: [TD-36761] Remove COMMENT in stream tag def by @Simon9997 in https://github.com/taosdata/TDengine/pull/32029
- test asan error by @happyguoxy in https://github.com/taosdata/TDengine/pull/32031
- test: add cases by @plum-lihui in https://github.com/taosdata/TDengine/pull/32032
- feat: [TD-36786] collect now and today to timeRangeExpr by @Simon9997 in https://github.com/taosdata/TDengine/pull/32035
- test: init vehicle test env by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/32010
- Feat: from main merge to 3.0 by @menshibin in https://github.com/taosdata/TDengine/pull/32039
- feat: [TD-36709] Optimize create vtable and table's error msg by @Simon9997 in https://github.com/taosdata/TDengine/pull/32037
- migrate test cases by @minhuinie in https://github.com/taosdata/TDengine/pull/31962
- enh: rename data forecast/detect to forecasting/anomaly detection by @kailixu in https://github.com/taosdata/TDengine/pull/32021
- enh: rename data forecast/detect to forecasting/anomaly detection (#3… by @guanshengliang in https://github.com/taosdata/TDengine/pull/32043
- test: add vehicle bug1 by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/32042
- test: add cases by @guanshengliang in https://github.com/taosdata/TDengine/pull/32041
- Feat/huoh/bi mode by @SallyHuo-TAOS in https://github.com/taosdata/TDengine/pull/32025
- Feat/ts 6100 3.0 lihui by @plum-lihui in https://github.com/taosdata/TDengine/pull/32045
- enh: support indef rows functions in extwindow by @dapan1121 in https://github.com/taosdata/TDengine/pull/32047
- fix: stack overflow by @facetosea in https://github.com/taosdata/TDengine/pull/32040
- case : add bug2 for vehicle by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/32046
- fix: log by @facetosea in https://github.com/taosdata/TDengine/pull/32050
- feat: [TD-36838] Fix trigger virtual super table by @Simon9997 in https://github.com/taosdata/TDengine/pull/32051
- test(stream): add case #TD-36808 by @zyyang90 in https://github.com/taosdata/TDengine/pull/32036
- Feat/ts 6100 3.0 kjq by @JinqingKuang in https://github.com/taosdata/TDengine/pull/32044
- fix: external window issue by @dapan1121 in https://github.com/taosdata/TDengine/pull/32052
- test: add nevados cases by @plum-lihui in https://github.com/taosdata/TDengine/pull/32057
- test: vehicle add bug3 by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/32055
- merge: main into 3.0 by @zitsen in https://github.com/taosdata/TDengine/pull/32062
- chore: update jdbc connection pool validation query sql by @sheyanjie-qq in https://github.com/taosdata/TDengine/pull/32056
- fix(stream): fix interval window open with watermark by @JinqingKuang in https://github.com/taosdata/TDengine/pull/32058
- refactor: quotes by @feici02 in https://github.com/taosdata/TDengine/pull/32063
- Package/huoh/rename tsdb by @SallyHuo-TAOS in https://github.com/taosdata/TDengine/pull/32060
- test: add cases to ci by @guanshengliang in https://github.com/taosdata/TDengine/pull/32064
- skip tsim cases by @minhuinie in https://github.com/taosdata/TDengine/pull/32061
- merge: from 3.0 to main branch by @bitcapybara in https://github.com/taosdata/TDengine/pull/32033
- enhn(mqtt/rawblock): new format for msg payload by @stephenkgu in https://github.com/taosdata/TDengine/pull/31801
- Update 15-spark.md is missing end semicolon by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/32068
- fix: fix broken link in 14-stream.md by @tomchon in https://github.com/taosdata/TDengine/pull/32069
- chore: bump dev version to 3.3.7.0.alpha by @zitsen in https://github.com/taosdata/TDengine/pull/32066
- fix: output for proj by @facetosea in https://github.com/taosdata/TDengine/pull/32059
- fix: stream result row data inconsistency error by @Tony2h in https://github.com/taosdata/TDengine/pull/32053
- feat: [TS-6100] Fix compile error by @Simon9997 in https://github.com/taosdata/TDengine/pull/32072
- feat: [TD-36866] Fix state window expr by @Simon9997 in https://github.com/taosdata/TDengine/pull/32074
- fix: datainserter no data by @facetosea in https://github.com/taosdata/TDengine/pull/32071
- fix: set null type by @facetosea in https://github.com/taosdata/TDengine/pull/32073
- case: add case vehicle by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/32067
- case: bug4 add null update by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/32077
- docs(mqtt): separate mqtt doc from tmq by @stephenkgu in https://github.com/taosdata/TDengine/pull/32078
- Feat/blob_test by @yihaoDeng in https://github.com/taosdata/TDengine/pull/32020
- docs(mqtt): format output examples in code blocks for clarity by @tomchon in https://github.com/taosdata/TDengine/pull/32080
- Feat/ts 6100 3.0 ming by @wangmm0220 in https://github.com/taosdata/TDengine/pull/32065
- test(stream): migrate old case #TD-36887 by @zyyang90 in https://github.com/taosdata/TDengine/pull/32085
- Feat/ts 6100 3.0 ming by @wangmm0220 in https://github.com/taosdata/TDengine/pull/32084
- package: update for main by @SallyHuo-TAOS in https://github.com/taosdata/TDengine/pull/32091
- fix compile error on windows by @yihaoDeng in https://github.com/taosdata/TDengine/pull/32089
- Feat/ts 6100 3.0 lihui by @plum-lihui in https://github.com/taosdata/TDengine/pull/32070
- Fix/TD-36892-2 by @yihaoDeng in https://github.com/taosdata/TDengine/pull/32086
- docs: update active-active diagram by @danielclow in https://github.com/taosdata/TDengine/pull/32095
- Feat/ts 6100 3.0.asanpass by @happyguoxy in https://github.com/taosdata/TDengine/pull/32097
- test: add bug5 for vehicle by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/32096
- test: add cases by @guanshengliang in https://github.com/taosdata/TDengine/pull/32094
- Feat/ts 6100 3.0 lihui by @plum-lihui in https://github.com/taosdata/TDengine/pull/32092
- remove old test cases by @SallyHuo-TAOS in https://github.com/taosdata/TDengine/pull/32099
- remove old test cases by @SallyHuo-TAOS in https://github.com/taosdata/TDengine/pull/32087
- Feat/ts 6100 3.0.0722m by @dapan1121 in https://github.com/taosdata/TDengine/pull/32103
- test: add cases by @guanshengliang in https://github.com/taosdata/TDengine/pull/32102
- test: add old cases by @guanshengliang in https://github.com/taosdata/TDengine/pull/32101
- test: add case bug6 for vehicle by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/32109
- fix: row merge strategy by @Tony2h in https://github.com/taosdata/TDengine/pull/32106
- test: add old cases by @guanshengliang in https://github.com/taosdata/TDengine/pull/32110
- test(stream): photovoltaic scene add ci #TD-36783 by @zyyang90 in https://github.com/taosdata/TDengine/pull/32093
- test: add use case by @plum-lihui in https://github.com/taosdata/TDengine/pull/32105
- fix: remove user privileges when drop db by @kailixu in https://github.com/taosdata/TDengine/pull/32090
- fix: remove user privileges when drop db by @kailixu in https://github.com/taosdata/TDengine/pull/32088
- enh: support count like functions in ext window by @dapan1121 in https://github.com/taosdata/TDengine/pull/32082
- fix(stream): pass processOneBlock=true to vnodeProcessStreamFetchMsg … by @wangmm0220 in https://github.com/taosdata/TDengine/pull/32117
- fix: output tbname contains a dot by @facetosea in https://github.com/taosdata/TDengine/pull/32119
- add case to ci by @ZeLv01 in https://github.com/taosdata/TDengine/pull/32113
- Feat/ts 6100 3.0 by @wangmm0220 in https://github.com/taosdata/TDengine/pull/32125
- feat: [TS-6100] translate create stream code refactor by @Simon9997 in https://github.com/taosdata/TDengine/pull/32115
- docs: update stream by @guanshengliang in https://github.com/taosdata/TDengine/pull/32123
- test: move test to new test frame work. by @xiao-77 in https://github.com/taosdata/TDengine/pull/32048
- fix(stream): add missing fields in stream notification by @JinqingKuang in https://github.com/taosdata/TDengine/pull/32126
- docs: update stream by @guanshengliang in https://github.com/taosdata/TDengine/pull/32130
- test: add stream cases by @guanshengliang in https://github.com/taosdata/TDengine/pull/32129
- docs: update stream by @guanshengliang in https://github.com/taosdata/TDengine/pull/32049
- feat: [TD-36624] Fix join table extract time range expr. by @Simon9997 in https://github.com/taosdata/TDengine/pull/32132
- fix: memory leak by @hzcheng in https://github.com/taosdata/TDengine/pull/32120
- Feat/ts 6100 3.0 by @wangmm0220 in https://github.com/taosdata/TDengine/pull/32135
- fix(gpt): return double type data for flow/fhigh, instead of float. by @hjxilinx in https://github.com/taosdata/TDengine/pull/32131
- feat: [TS-6100] Modify alter vtable test case by @Simon9997 in https://github.com/taosdata/TDengine/pull/32133
- Feat/ts 6100 3.0 ming by @wangmm0220 in https://github.com/taosdata/TDengine/pull/32134
- fix: memleak of insert into stb subquery by @Pengrongkun in https://github.com/taosdata/TDengine/pull/32122
- fix: memleak of insert into stb subquery by @Pengrongkun in https://github.com/taosdata/TDengine/pull/32121
- fix: remove user privileges when drop db by @kailixu in https://github.com/taosdata/TDengine/pull/32124
- fix: remove user privileges when drop db by @kailixu in https://github.com/taosdata/TDengine/pull/32127
- fix: remove user privileges when drop db by @kailixu in https://github.com/taosdata/TDengine/pull/32128
- fix: ci check. by @xiao-77 in https://github.com/taosdata/TDengine/pull/32140
- feat: [TS-6100] Fix leak by @Simon9997 in https://github.com/taosdata/TDengine/pull/32138
- docs: update stream doc by @guanshengliang in https://github.com/taosdata/TDengine/pull/32144
- enh: external window support scalar by @dapan1121 in https://github.com/taosdata/TDengine/pull/32139
- docs: stmt upgrade to stmt2 by @Pengrongkun in https://github.com/taosdata/TDengine/pull/32148
- fix(gpt): set correct flow/fhigh value. by @hjxilinx in https://github.com/taosdata/TDengine/pull/32146
- fix(gpt): set the correct flow/fhigh value by @hjxilinx in https://github.com/taosdata/TDengine/pull/32147
- feat: [TS-6100] Fix show create table/vtable by @Simon9997 in https://github.com/taosdata/TDengine/pull/32152
- fix: tagsName by @facetosea in https://github.com/taosdata/TDengine/pull/32153
- fix(keeper): add backticks for protocol keyword by @qevolg in https://github.com/taosdata/TDengine/pull/32137
- fix(keeper): add backticks for protocol keyword by @qevolg in https://github.com/taosdata/TDengine/pull/32136
- docs(driver-go): update connection documentation for IPv6 support and BLOB type by @huskar-t in https://github.com/taosdata/TDengine/pull/32104
- docs: add community connector note by @danielclow in https://github.com/taosdata/TDengine/pull/32022
- test: migrate old cases. by @xiao-77 in https://github.com/taosdata/TDengine/pull/32151
- fix(stream): add tableName in stream notification by @JinqingKuang in https://github.com/taosdata/TDengine/pull/32156
- feat: [TS-6100] Fix window partition check by @Simon9997 in https://github.com/taosdata/TDengine/pull/32162
- docs: remove invisible characters <200b> by @kailixu in https://github.com/taosdata/TDengine/pull/32154
- docs: remove invisible characters <200b> by @kailixu in https://github.com/taosdata/TDengine/pull/32155
- test: add use case for develop debug by @plum-lihui in https://github.com/taosdata/TDengine/pull/32158
- test: add stream cases by @guanshengliang in https://github.com/taosdata/TDengine/pull/32143
- fix: taoskeeper use product name by @sheyanjie-qq in https://github.com/taosdata/TDengine/pull/32149
- fix: group cache reset issue by @dapan1121 in https://github.com/taosdata/TDengine/pull/32165
- enh: new stream by @dapan1121 in https://github.com/taosdata/TDengine/pull/32112
- feat: [TS-6100] Fix join with %%tbname by @Simon9997 in https://github.com/taosdata/TDengine/pull/32161
- test: add case into ci by @plum-lihui in https://github.com/taosdata/TDengine/pull/32169
- feat: add explanation of taosBenchmark parameter by @menshibin in https://github.com/taosdata/TDengine/pull/32167
- feat: [TS-6100] translate create stream code refactor by @Simon9997 in https://github.com/taosdata/TDengine/pull/32157
- fix(stream): pTableList is empty by @wangmm0220 in https://github.com/taosdata/TDengine/pull/32163
- Feat/ts 6100 3.0 by @wangmm0220 in https://github.com/taosdata/TDengine/pull/32176
- feat: [TS-6100] translate create stream code refactor by @Simon9997 in https://github.com/taosdata/TDengine/pull/32174
- test: add bug7 for vehicle by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/32142
- chore: remove keeper useless product name support by @sheyanjie-qq in https://github.com/taosdata/TDengine/pull/32173
- docs(taosAdapter): add support for BLOB and DECIMAL data types in adapter documentation by @huskar-t in https://github.com/taosdata/TDengine/pull/32111
- merge: from main to feat TS-6100 3.0 by @guanshengliang in https://github.com/taosdata/TDengine/pull/32177
- feat: [TD-36976] Only support col in state trigger window by @Simon9997 in https://github.com/taosdata/TDengine/pull/32179
- Feat/ts 6100 3.0 by @wangmm0220 in https://github.com/taosdata/TDengine/pull/32182
- merge: from 3.3.6 to main branch by @guanshengliang in https://github.com/taosdata/TDengine/pull/32184
- merge: from main to 3.0 branch by @guanshengliang in https://github.com/taosdata/TDengine/pull/31936
- fix: create connection checks via parameters to avoid excessive connections by @menshibin in https://github.com/taosdata/TDengine/pull/32178
- feat: [TS-6100] Fix ext window check. by @Simon9997 in https://github.com/taosdata/TDengine/pull/32183
- optimize test case log display by @minhuinie in https://github.com/taosdata/TDengine/pull/32170
- merge: from 3.0 to main branch by @guanshengliang in https://github.com/taosdata/TDengine/pull/32189
- fix(stream): check virtual table info in trigger by @JinqingKuang in https://github.com/taosdata/TDengine/pull/32168
- merge: from main to stream branch by @guanshengliang in https://github.com/taosdata/TDengine/pull/32191
- fix: create connection checks via parameters to avoid excessive conne… by @menshibin in https://github.com/taosdata/TDengine/pull/32192
- fix(tsdb/cache): rocks reader for cache entries by @stephenkgu in https://github.com/taosdata/TDengine/pull/32172
- test: add vehicle to ci and open santizer by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/32190
- Fix: delete useless parameters by @menshibin in https://github.com/taosdata/TDengine/pull/32194
- feat: [TS-6100] Fix virtual supertable split. by @Simon9997 in https://github.com/taosdata/TDengine/pull/32193
- fix:add docs test ci for 3.3.6 in tdengine-docs-ci.yml by @tomchon in https://github.com/taosdata/TDengine/pull/32202
- fix:add docs test ci for 3.3.6 in tdengine-docs-ci.yml by @tomchon in https://github.com/taosdata/TDengine/pull/32201
- fix: compile error in windows platform by @guanshengliang in https://github.com/taosdata/TDengine/pull/32198
- test: add stream to compatibility. by @xiao-77 in https://github.com/taosdata/TDengine/pull/32196
- Feat/ts 6100 3.0 lihui by @plum-lihui in https://github.com/taosdata/TDengine/pull/32199
- fix(stream): fix virtual table version in stream trigger by @JinqingKuang in https://github.com/taosdata/TDengine/pull/32203
- fix(stream): fix memory leak of virtual table pseudo columns in strea… by @JinqingKuang in https://github.com/taosdata/TDengine/pull/32205
- feat: [TS-6100] Open virtual table test by @Simon9997 in https://github.com/taosdata/TDengine/pull/32204
- Feat/ts 6100 3.0 by @wangmm0220 in https://github.com/taosdata/TDengine/pull/32210
- fix: notify free issue by @dapan1121 in https://github.com/taosdata/TDengine/pull/32206
- Fix/td 36582/decimal by @facetosea in https://github.com/taosdata/TDengine/pull/32208
- enh: refactor vnode process submit request code by @hzcheng in https://github.com/taosdata/TDengine/pull/32171
- enh(mqtt/protocol): use id token instead of keyword by @stephenkgu in https://github.com/taosdata/TDengine/pull/32188
- enh(mqtt/protocol): use id token instead of keyword by @stephenkgu in https://github.com/taosdata/TDengine/pull/32187
- enh(stmt): separate stmt and stmt2 code by @Pengrongkun in https://github.com/taosdata/TDengine/pull/32166
- test: add test_big_press.py by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/32215
- Feat/ts 6100 3.0 ming by @wangmm0220 in https://github.com/taosdata/TDengine/pull/32211
- test: add test cases by @plum-lihui in https://github.com/taosdata/TDengine/pull/32212
- Feat/ts 6100 smj by @Simon9997 in https://github.com/taosdata/TDengine/pull/32214
- merge: from main to stream branch by @guanshengliang in https://github.com/taosdata/TDengine/pull/32213
- fix(taoskeeper): support product name by @sheyanjie-qq in https://github.com/taosdata/TDengine/pull/32195
- docs: add support for IPv6 connections and DECIMAL data type in C# connector version 3.1.7 by @huskar-t in https://github.com/taosdata/TDengine/pull/32218
- fix: compile error in windows platform by @guanshengliang in https://github.com/taosdata/TDengine/pull/32223
- merge: from 3.0 to main by @guanshengliang in https://github.com/taosdata/TDengine/pull/32224
- enh: refactor tsdb log info by @hzcheng in https://github.com/taosdata/TDengine/pull/32160
- enh: refactor some tsdb log info by @hzcheng in https://github.com/taosdata/TDengine/pull/32159
- fix(tmq): force drop topic will delete all consumers by @hongzhenliu335 in https://github.com/taosdata/TDengine/pull/32220
- test: merge bug9 to test_idmp_meters.py by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/32229
- fix(stream): fix invalid memory access in stream trigger by @JinqingKuang in https://github.com/taosdata/TDengine/pull/32226
- Fix/td 36525/schema changed0 by @facetosea in https://github.com/taosdata/TDengine/pull/32232
- merge: from 3.3.6 to main by @guanshengliang in https://github.com/taosdata/TDengine/pull/32230
- Feat/ts 6100 3.0 by @wangmm0220 in https://github.com/taosdata/TDengine/pull/32235
- feat: [TD-37043] Disable http in stream notify by @Simon9997 in https://github.com/taosdata/TDengine/pull/32234
- test: remove old stream tsim cases by @guanshengliang in https://github.com/taosdata/TDengine/pull/32227
- Update new-framework-test.yml by @tomchon in https://github.com/taosdata/TDengine/pull/32219
- fix: open mem check for test_insert_select.py in cases.task by @tomchon in https://github.com/taosdata/TDengine/pull/32216
- fix: open return test in tdengine-test.yml by @tomchon in https://github.com/taosdata/TDengine/pull/32185
- Feat/ts 6100 3.0 ming by @wangmm0220 in https://github.com/taosdata/TDengine/pull/32238
- fix(tsdb/cache): release var primary key by @stephenkgu in https://github.com/taosdata/TDengine/pull/32233
- docs: update period trigger doc by @guanshengliang in https://github.com/taosdata/TDengine/pull/32241
- fix: schema changed by @facetosea in https://github.com/taosdata/TDengine/pull/32240
- docs(driver-go): release 3.7.3 by @huskar-t in https://github.com/taosdata/TDengine/pull/32246
- fix: tschema is null by @facetosea in https://github.com/taosdata/TDengine/pull/32242
- fix: grant issues by @dapan1121 in https://github.com/taosdata/TDengine/pull/32231
- fix: mem leak by @facetosea in https://github.com/taosdata/TDengine/pull/32248
- fix(stream): stop generate new params if exceeds limit in trigger task by @JinqingKuang in https://github.com/taosdata/TDengine/pull/32244
- fix: change windowtype to trigger type by @facetosea in https://github.com/taosdata/TDengine/pull/32252
- refactor: improve data and log directory cleanup in remove script by @tomchon in https://github.com/taosdata/TDengine/pull/32118
- fix: enhance cleanup process by adding batch removal function by @tomchon in https://github.com/taosdata/TDengine/pull/32253
- test: add case into ci by @plum-lihui in https://github.com/taosdata/TDengine/pull/32225
- docs: update python version by @menshibin in https://github.com/taosdata/TDengine/pull/32243
- feat(jni): support connection options setting by @sheyanjie-qq in https://github.com/taosdata/TDengine/pull/32247
- feat(jni): support connection options setting by @sheyanjie-qq in https://github.com/taosdata/TDengine/pull/32237
- docs(datain): support sparkplugb datasource by @bitcapybara in https://github.com/taosdata/TDengine/pull/31166
- docs(spb): fix typo MQTT -> SparkplugB by @zitsen in https://github.com/taosdata/TDengine/pull/32256
- fix: heap use after free by @facetosea in https://github.com/taosdata/TDengine/pull/32254
- feat: [TS-6100] Fix ins_cols. by @Simon9997 in https://github.com/taosdata/TDengine/pull/32257
- fix: mem leak by @facetosea in https://github.com/taosdata/TDengine/pull/32249
- merge: from main to stream branch by @guanshengliang in https://github.com/taosdata/TDengine/pull/32260
- docs(sparkplugb): fix sparkplugb datain page description by @bitcapybara in https://github.com/taosdata/TDengine/pull/32261
- Enh/3.3.6/delete-sim-cases by @tomchon in https://github.com/taosdata/TDengine/pull/32263
- add case to ci by @ZeLv01 in https://github.com/taosdata/TDengine/pull/32221
- docs: notify by @facetosea in https://github.com/taosdata/TDengine/pull/32265
- fix(tool/rocks-reader): fix build contrib compilation with pthread by @stephenkgu in https://github.com/taosdata/TDengine/pull/32267
- docs(jdbc): udpate 3.7.0 release doc by @sheyanjie-qq in https://github.com/taosdata/TDengine/pull/32266
- merge: from 3.3.6 to main by @guanshengliang in https://github.com/taosdata/TDengine/pull/32269
- 3.0 by @zitsen in https://github.com/taosdata/TDengine/pull/32264
- fix: stream stable join issue by @dapan1121 in https://github.com/taosdata/TDengine/pull/32271
- Feat/ts 6100 3.0 lihui by @plum-lihui in https://github.com/taosdata/TDengine/pull/32273
- test : add bug10 for meters by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/32274
- fix: grant crash issue by @dapan1121 in https://github.com/taosdata/TDengine/pull/32272
- fix(stream): fix history data pull in trigger task by @JinqingKuang in https://github.com/taosdata/TDengine/pull/32222
- feat: [TS-6100] Identify whether trigger has pre filter by @Simon9997 in https://github.com/taosdata/TDengine/pull/32278
- case: add bug1 bug5 case to meters by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/32277
- merge: from stream to main branch by @guanshengliang in https://github.com/taosdata/TDengine/pull/32262
- merge: main to stream branch by @guanshengliang in https://github.com/taosdata/TDengine/pull/32280
- update blob readmd by @yihaoDeng in https://github.com/taosdata/TDengine/pull/32259
- Feat/ts 6100 3.0 by @wangmm0220 in https://github.com/taosdata/TDengine/pull/32286
- Fix/refactor bse2 by @yihaoDeng in https://github.com/taosdata/TDengine/pull/32251
- docs: update stream requirement by @guanshengliang in https://github.com/taosdata/TDengine/pull/32285
- fix: show table distributed with null column by @hongzhenliu335 in https://github.com/taosdata/TDengine/pull/32164
- test: add cases by @plum-lihui in https://github.com/taosdata/TDengine/pull/32284
- docs: update stream example by @zyyang90 in https://github.com/taosdata/TDengine/pull/32287
- Feat/ts 6100 3.0.pw10 by @dapan1121 in https://github.com/taosdata/TDengine/pull/32282
- fix(stmt): schema version change by @Pengrongkun in https://github.com/taosdata/TDengine/pull/32250
- merge: from stream to main branch by @guanshengliang in https://github.com/taosdata/TDengine/pull/32281
- Feat/ts 6100 3.0 by @wangmm0220 in https://github.com/taosdata/TDengine/pull/32295
- test: add bug case. by @xiao-77 in https://github.com/taosdata/TDengine/pull/32296
- Feat/ts 6100 3.0 ming by @wangmm0220 in https://github.com/taosdata/TDengine/pull/32297
- merge: from main to stream branch by @guanshengliang in https://github.com/taosdata/TDengine/pull/32294
- fix: reader filter by @facetosea in https://github.com/taosdata/TDengine/pull/32283
- merge: from stream to main by @guanshengliang in https://github.com/taosdata/TDengine/pull/32300
- Feat/ts 6100 3.0 by @wangmm0220 in https://github.com/taosdata/TDengine/pull/32301
- fix(keeper): gin log level by @sheyanjie-qq in https://github.com/taosdata/TDengine/pull/32299
- fix(keeper): gin log level by @sheyanjie-qq in https://github.com/taosdata/TDengine/pull/32298
- Feat/ts 6100 3.0 ming by @wangmm0220 in https://github.com/taosdata/TDengine/pull/32302
- fix: fix blob query error by @yihaoDeng in https://github.com/taosdata/TDengine/pull/32303
- fix(stream): fix interval trigger with prediction filter by @JinqingKuang in https://github.com/taosdata/TDengine/pull/32304
- merge: from stream to main branch by @guanshengliang in https://github.com/taosdata/TDengine/pull/32305
- merge: from main to stream branch by @guanshengliang in https://github.com/taosdata/TDengine/pull/32311
- fix(dic): change time zone desc on windows by @hongzhenliu335 in https://github.com/taosdata/TDengine/pull/31964
- refactor: add just sync replica2 log by @cadem in https://github.com/taosdata/TDengine/pull/32100
- refactor: add just sync replica2 log by @cadem in https://github.com/taosdata/TDengine/pull/32310
- refactor(TD-36884): adjust sync log by @cadem in https://github.com/taosdata/TDengine/pull/32075
- refactor(TD-36884): adjust sync log by @cadem in https://github.com/taosdata/TDengine/pull/32308
- fix(stream): fix end time of recalculation by @JinqingKuang in https://github.com/taosdata/TDengine/pull/32316
- fix: memory leak issue by @dapan1121 in https://github.com/taosdata/TDengine/pull/32313
- fix(stream): fix endtime of manual recalcultion by @JinqingKuang in https://github.com/taosdata/TDengine/pull/32322
- merge: from 3.3.6 to main branch by @hongzhenliu335 in https://github.com/taosdata/TDengine/pull/32314
- fix: merge data inserter block by @facetosea in https://github.com/taosdata/TDengine/pull/32317
- fix(stream): reset hash join error by @wangmm0220 in https://github.com/taosdata/TDengine/pull/32325
- fix(stream): return only ts in tsdb ts data (#32327) by @wangmm0220 in https://github.com/taosdata/TDengine/pull/32327
- merge: from stream to main by @guanshengliang in https://github.com/taosdata/TDengine/pull/32323
- docs: add c ws new examples by @qevolg in https://github.com/taosdata/TDengine/pull/32011
- docs: getting started by @feici02 in https://github.com/taosdata/TDengine/pull/31608
- Update 04-taosinspect.md by @zk66214 in https://github.com/taosdata/TDengine/pull/32324
- test(stream): add migrated case into ci #TD-36887 by @zyyang90 in https://github.com/taosdata/TDengine/pull/32321
- fix(stream): skip empty checkpoint generation by @JinqingKuang in https://github.com/taosdata/TDengine/pull/32329
- fix: unchecked case by @guanshengliang in https://github.com/taosdata/TDengine/pull/32334
- feat: count window test case by @facetosea in https://github.com/taosdata/TDengine/pull/32335
- merge: from 3.3.6 to main branch by @guanshengliang in https://github.com/taosdata/TDengine/pull/32336
- feat: [TS-6100] create stream parser refactor by @Simon9997 in https://github.com/taosdata/TDengine/pull/32279
- feat(stream): fix dead lock by @hongzhenliu335 in https://github.com/taosdata/TDengine/pull/32315
- fix(gpt): create the log files fold if missing. by @hjxilinx in https://github.com/taosdata/TDengine/pull/32333
- merge: from stream to main branch by @guanshengliang in https://github.com/taosdata/TDengine/pull/32338
- fix invalid write in blob by @yihaoDeng in https://github.com/taosdata/TDengine/pull/32331
- feat(stream): fix dead lock (#32315) by @guanshengliang in https://github.com/taosdata/TDengine/pull/32337
- merge: from 3.3.6. to main by @guanshengliang in https://github.com/taosdata/TDengine/pull/32341
- test: update ci by @guanshengliang in https://github.com/taosdata/TDengine/pull/32340
New Contributors
- @Tony2h made their first contribution in https://github.com/taosdata/TDengine/pull/31693
- @ZeLv01 made their first contribution in https://github.com/taosdata/TDengine/pull/31838
Full Changelog: https://github.com/taosdata/TDengine/compare/ver-3.3.6.13...ver-3.3.7.0