Commit graph

840 commits

Author SHA1 Message Date
Simon Guan
d497a960eb Merge branch 'main' into merge/mainto3.0 2025-07-08 16:35:39 +08:00
guozhenwei
88241dccea
docs: update rust connector doc (#31684)
* docs: update rust connector doc

* docs: update rust, python and cpp doc

* docs: modify rust connector doc

* docs: modify c, py ws connector doc

* docs: update c, py ws connector en doc

* docs: update py ws connector doc

* docs: update py ws connector doc

* docs: delete websocket param desc
2025-07-07 18:12:14 +08:00
hongzhenliu
3d0bec161b
fix(doc) select statement add field explanation (#31539) 2025-07-04 15:31:36 +08:00
Simon Guan
fc2fec02c7
merge: from main to 3.0 branch (#31562) 2025-07-03 09:15:59 +08:00
Xuefeng Tan
c8619b61f0
docs: add DECIMAL type representation and usage notes for C# connector (#31543)
* docs: add DECIMAL type representation and usage notes for C# connector

* docs: update DECIMAL type notes for C# connector to clarify precision differences
2025-06-30 19:54:58 +08:00
Xuefeng Tan
4891d1d9e9
docs: enhance timezone parameter description for C# driver (#31547)
* docs: enhance timezone parameter description for C# driver

* docs: update timezone examples and descriptions for .NET versions
2025-06-30 18:28:10 +08:00
kevin men
55dbf2f698
docs: upgrade the Python version and add the flink version description (#31548)
* docs: upgrade the Python version and add the flink version description

* chore: add deepwiki badge

Signed-off-by: WANG Xu <feici02@outlook.com>

* fix(query) subscriptions memory leak (#31533)

Co-authored-by: hongzhenliu335 <ethanliu@taosdata.com>

* docs: Google Data Studio changed to Google Looker Studio (#31487)

* docs: Google Data Studio changed to Google Looker Studio

* docs: restore one for Google Data Studio

* docs: restore one for Google Data Studio english

* docs: update 3.3.6.13 release notes in office web

* Update 3.3.6.13.md

* Update docs/zh/28-releases/03-notes/3.3.6.13.md

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* fix(docs): correct spelling of 'forecast' in release notes

* fix(docs): correct typos in release notes for version 3.3.6.13

---------

Signed-off-by: WANG Xu <feici02@outlook.com>
Co-authored-by: WANG Xu <feici02@outlook.com>
Co-authored-by: hongzhenliu <wluckyjob@gmail.com>
Co-authored-by: hongzhenliu335 <ethanliu@taosdata.com>
Co-authored-by: Alex Duan <51781608+DuanKuanJun@users.noreply.github.com>
Co-authored-by: support-platform <it@taosdata.com>
Co-authored-by: huohong <346479823@qq.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: chenhaoran <haoran920c@163.com>
2025-06-30 18:10:05 +08:00
Hongze Cheng
b43fee20f3
Merge pull request #31480 from taosdata/docs/3.0/TD-34215
add stmt2 docs
2025-06-30 10:45:36 +08:00
Zhixiao Bao
e0608d74d1
fix: alter minReservedMemorySize error code. (#31510) 2025-06-27 16:00:29 +08:00
dongming chen
2678511dad
feat: add password encryption algorithm support and related configura… (#31237) 2025-06-27 07:58:32 +08:00
kevin men
b48ac13062
docs: upgrade Python WebSocket Connector Version (#31447)
* docs: upgrade Python WebSocket Connector Version

* docs: add -Z parameter description

* docs: modify docs format
2025-06-26 15:39:00 +08:00
Minglei Jin
66c4ef3e90
feat(mqtt): mqtt subscription (#30127)
* feat(mqtt): Initial commit for mqtt

* chore(xnode/mnd): xnode message handlers for mnode

* chore(mnd/xnode): mnode part for xnode

* chore(xnode/translater): fix show commands

* fix(ast/creater): fix xnode create option

* fix(xnode/ci): fix ci & doc's error codes

* chore(xnode/sql): make create/drop/show work properly

* fix(xnode/sql): commit new files

* fix(xnode/sql): commit cmake files

* fix: fix testing cases

* fix(xnode/tsc): fix tokens

* fix(ast/anode): fix anode update decl.

* fix(xnode/error): fix xnode error codes

* fix: xnode make/destroy

* chore: xnode with option & dnode id

* chore: use taosmqtt for xnode

* chore: new error code for xnode launching

* chore(xnode): new error code

* chore: header for _xnode_mgmt_mqtt

* chore: source for _xnode_mgmt_mqtt

* chore: remove test directory from cmake

* chore: remove taosmqtt for ci to compile

* chore: remove taosudf header from xnode

* chore: new window macro

* chore: remove xnode mgmt mqtt for windows compilation

* Revert "chore: remove xnode mgmt mqtt for windows compilation"

This reverts commit 197e1640c7.

* chore: cleanup code

* chore: xnode mgmt comment windows part out

* chore: mgmt/mqtt, move uv head toppest

* xnode/mnode: create xnode once per dnode

* fix(xnode/systable/test): fix column count

* xnode/sdb: renumber sdb type for xnode to make start/stop order correct

* xnode/mqtt: new param mqttPort

* fix SXnode's struct type

* transfer dnode id to mqtt subscription

* tmqtt: remove uv_a linking

* tmqtt/tools: sources for tools

* tools: fix windows compilation

* tools/producer: fix windows sleep param

* tools/producer: fix uninited var rc

* make tools only for linux

* test/mnodes: wail 1 or 2 seconds for offline to be leader

* update topic producer tool for geometry data type testing

* format tool sql statements

* show xnodes' ep

* make shell auto complete xnodes

* use usleep instead of sleep

* mqtt/proto: first version mqtt protocol

* remove assert styles

* build with linux only

* fix libuv for taosmqtt building

* fix log printing

* mem: use ttq_ prefix instead of tmqtt

* xnode/parser/proto: protocol option for xnode

* xnode/translater/option: translate xnode option proto

* xnode/translator: translate proto param

* xnode/tmsg: encode/decode proto param

* xnode/mnode: proto parma for mndXnode

* xnode/proto: protocol param for xnode

* xnode/mqtt: save/load proto from xnode json

* rename tmqtt proto header

* rename head directories

* rename header name styles

* restyle func names

* update

* update

* use camel db

* use camel for cxt

* update count of information_schema

* fix exceptional cases

* fix w.r.t reviews

* fixes w.r.t reviews

* use ttq_free

* append xnode msgs

* update information schema count

* support tmq meta data sub

* success typo fix

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* fix error line var w.r.t. suggestions from copilot

* denote mqtt node with bnode instead of xnode

* smoke testing for mqtt

* soak testing

* new package for test framework: paho 2.1.0

* import mqtt into util

* fix soak testing

* test/soak: user 5 topics per client

* test/soak: cover qos

* update docker image references to tdengine-ci:0.1 in CI scripts and common.py

* refactor: rename bnode msg to backup node

* refactor: rename xnode to bnode 1

* refactor: rename xnode to bnode 2

* refactor: rename xnode to bnode 3

* refactor: rename xnode to bnode 4

* refactor: rename xnode to bnode 4

* refactor: rename xnode to bnode 5

* refactor: rename xnode to bnode 6

* refactor: rename some files 1

* refactor: rename some files 2

* refactor: rename some files 3

* refactor: rename some files 4

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: chenhaoran <haoran920c@163.com>
Co-authored-by: Simon Guan <guanshengliang@qq.com>
2025-06-25 14:58:51 +08:00
pengrongkun94@qq.com
9f62bde6a9 add stmt2 docs 2025-06-24 16:22:15 +08:00
Xuefeng Tan
07cf494e5d
docs: add OpenMetrics support and configuration details to taosAdapter documentation (#31427)
* docs: add OpenMetrics support and configuration details to taosAdapter documentation

* docs: enhance OpenMetrics section in taosAdapter documentation
2025-06-21 15:48:16 +08:00
Mario Peng
c65e1592fa
feat:insert into subquery (#31401) 2025-06-21 15:11:09 +08:00
Simon Guan
371ae9b7fd Merge branch '3.0' into merge/mainto3.0 2025-06-20 14:48:47 +08:00
Simon Guan
9923aedcb6 Merge branch 'main' into merge/mainto3.0 2025-06-20 14:48:16 +08:00
Xuefeng Tan
28afb9a91a
docs: add IPv6 support information for taosAdapter (#31362) 2025-06-18 15:25:22 +08:00
Xuefeng Tan
d11e683e17
docs: restore taosAdapter documentation from main (#31402) 2025-06-18 15:22:50 +08:00
Xuefeng Tan
582f6b0e2e
docs: improve formatting and clarity in taosAdapter documentation (#31382)
* docs: improve formatting and clarity in taosAdapter documentation

* docs: enhance clarity and formatting in taosAdapter documentation
2025-06-17 21:30:09 +08:00
kevin men
b9d95995af
docs: update python websocket connector version (#31328) 2025-06-17 21:28:20 +08:00
She Yanjie
4d3bf199eb
docs(jdbc): add varchar as string doc (#31397) 2025-06-17 19:34:11 +08:00
kevin men
efd6e8bb2d
docs: update nodejs connector version (#31381) 2025-06-16 16:45:39 +08:00
Daniel Clow
9fd9a67233
docs: lint all en md files (#31377) 2025-06-16 16:05:41 +08:00
kevin men
e8f9e72337
docs(node): upgrade the Node.js version and improve the documentation (#31324)
* docs: upgrade the Node.js version and improve the documentation

* docs: upgrade the Node.js connector version and add IPv6 documentation instructions

* docs: modify nodejs download link

* docs: modify host describe

* docs: modify dsn describe error

* docs: update nodejs connector version
2025-06-14 11:52:27 +08:00
Yihao Deng
d67b7d52d2
update enableIpv6 doc (#31336) 2025-06-14 11:22:20 +08:00
Simon Guan
2838d2f063 Merge branch '3.0' into merge/mainto3.0 2025-06-14 10:41:12 +08:00
Simon Guan
f691365426 Merge branch 'main' into merge/mainto3.0 2025-06-14 10:32:34 +08:00
She Yanjie
f0b79c6567
docs: jdbc supports ipv6 and blob datatype (#31310) 2025-06-12 11:36:46 +08:00
She Yanjie
86399b60b4
feat(taoskeeper): listen on a specified IP address (#31259) 2025-06-01 19:30:02 +08:00
dongming chen
4b0ec00b75
enh: [TS-6089] trans-parallel (#30265) 2025-05-29 16:49:43 +08:00
Hongze Cheng
430da1f872
enh: add memory usage monitor for vnode (#31212) 2025-05-27 16:40:03 +08:00
guichuan zhang
f97b66d958
docs(taosx): support IPv6 address for gRPC and REST API service (#31220) 2025-05-27 14:51:17 +08:00
kevin men
a4a1fca17a
docs: add python stmt2 websocket docs (#31193)
* docs: add python stmt2 websocket docs

* docs: modify the documentation format of the stmt2 interface

* docs: add stmt2 example run command

* docs: modify stmt2 example error

* docs: modify python connector dependent version

* docs: add stmt2 example log

* docs: modify tmq example error
2025-05-26 20:17:44 +08:00
Simon Guan
309f4ffa5c Merge branch 'main' into merge/mainto3.0 2025-05-26 13:46:33 +08:00
Zhixiao Bao
0045bd1d44
enh: add error code for alter minReservedMemorySize. (#31125) 2025-05-23 16:49:32 +08:00
Simon Guan
8844c2e1f3 Merge branch 'main' into merge/mainto3.0 2025-05-21 17:19:55 +08:00
Xuefeng Tan
04e3b38510
docs: add timezone handling information for query results in Go documentation (#31146) 2025-05-20 15:21:49 +08:00
She Yanjie
ddb4b36404
docs: jdbc release 3.6.3 version (#31132) 2025-05-19 11:24:31 +08:00
Simon Guan
3cfdb304e8 Merge branch 'main' into merge/mainto3.0 2025-05-12 09:01:48 +08:00
Zhixiao Bao
338072e262
enh: add more feat for stb keep. (#31019) 2025-05-10 15:17:22 +08:00
Simon Guan
0b009f3286 Merge branch 'main' into merge/mainto3.0 2025-05-09 10:15:44 +08:00
Pan Wei
22e0502774
Update 10-function.md 2025-05-09 09:30:49 +08:00
Matteo Nicoli
6d232d59de tests updated 2025-05-02 14:57:55 +02:00
aestriplex
3a45da9c64 fixed documentation 2025-05-02 00:01:31 +02:00
Matteo Nicoli
e5523a9b50 added Chinese specifications 2025-05-02 00:01:31 +02:00
Matteo Nicoli
991548dafd cr fix 2025-05-02 00:01:31 +02:00
aestriplex
776402affe Implemented crc32 for strings (#29856) 2025-05-02 00:01:30 +02:00
Simon Guan
97d66f958c Merge remote-tracking branch 'origin/main' into merge/mainto3.0 2025-04-29 14:33:35 +08:00
Kaili Xu
ee289615e8
enh: behavior of negative logKeepDays identical to positive values (#30939) 2025-04-29 14:13:34 +08:00