Commit graph

367 commits

Author SHA1 Message Date
kevin men
10ae72944d
docs: integrate with Pandas docs (#33350)
* docs: integrate with Pandas docs

* docs: add pandas example

* docs: modify pandas example format

* docs: upgrade taopy version

* fix(gpt): update requirements.

---------

Co-authored-by: Haojun Liao <hjliao@taosdata.com>
Co-authored-by: Haojun Liao <hjxilinx@users.noreply.github.com>
2025-10-29 18:05:22 +08:00
guozhenwei
8bd3ea1ef4
docs: add taos_print_row desc (#33310)
* docs: add taos_print_row desc

* docs: update query examples

* docs: update tmq and query examples

* docs: update c docs

* docs: modify comment info
2025-10-21 10:28:18 +08:00
She Yanjie
05ba8289a5
docs: jdbc release 3.7.6 (#33293)
* chore(jdbc): update jdbc version

* docs: jdbc release 3.7.6

* Update docs/en/14-reference/05-connector/14-java.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-10-17 16:24:15 +08:00
guozhenwei
ce01c99671
docs: update c native stmt2 example (#33272) 2025-10-16 11:41:41 +08:00
She Yanjie
f8e55eda37
docs: update conntector and error code page, remove rest connect type (#33266)
* chore(jdbc): update jdbc version

* docs: add connection type descriptions in 05-connector

* docs: add WebSocket error codes for C# connector

* docs: add rust connector error codes

* docs: modify conector and error code page

---------

Co-authored-by: t_max <1172915550@qq.com>
Co-authored-by: qevolg <2227465945@qq.com>
2025-10-15 21:03:17 +08:00
Simon Guan
dffa8e6fc5 Merge branch '3.3.6' into merge/3.3.6tomain 2025-10-13 19:00:52 +08:00
Yihao Deng
b375653948
fix: clearing user_ip in taos_options_connection does not take effect (#33228) 2025-10-13 16:57:53 +08:00
Yihao Deng
da0048086c
fix: clearing user_ip in taos_options_connection does not take effect (#33229) 2025-10-13 16:57:47 +08:00
kevin men
9f9987d504
feat: complete version number character copying (#33206)
* feat: complete version number character copying

* feat: set version number arrary length 40
2025-10-11 19:45:18 +08:00
kevin men
17e0c54a2d
docs: fix python examples error (#33199) 2025-10-10 14:16:14 +08:00
She Yanjie
34f77c4790
jdbc release 3.7.5 (#33152)
* chore(jdbc): update jdbc version

* docs: jdbc release 3.7.5
2025-09-29 20:27:42 +08:00
She Yanjie
e20dad6eb3
docs: jdbc release 3.7.5 (#33107)
* chore(jdbc): update jdbc version

* docs: jdbc release 3.7.5
2025-09-29 10:11:22 +08:00
kevin men
0c6ea24299
docs: upgrade the Node.js connector version (#33077)
* docs: upgrade the Node.js connector version

* docs: modify the Node.js connector version describe
2025-09-25 21:09:47 +08:00
kevin men
a77fd713d1
docs: add Flink Source to 6.7 Data Publish (#32914)
* docs: add Flink Source to 6.7 Data Publish

* docs: add Flink docs errors

* docs: add Flink example errors
2025-09-09 10:56:28 +08:00
dependabot[bot]
ae283fcb7f
build(deps): bump org.apache.tomcat.embed:tomcat-embed-core (#32729)
Bumps org.apache.tomcat.embed:tomcat-embed-core from 9.0.106 to 9.0.108.

---
updated-dependencies:
- dependency-name: org.apache.tomcat.embed:tomcat-embed-core
  dependency-version: 9.0.108
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-08 18:20:35 +08:00
kevin men
22209fabea
docs: upgrade the version of taopsy (#32749)
* docs: upgrade the version of taopsy

* docs: modify taos-ws-py  sqlalchemy examples

* docs: modify taos-ws-py connect examples

* docs: fix taos-ws-py sqlalchemy examples error

* docs: fix taos-ws-py sqlalchemy pool examples error

* docs: add taos-ws-py sqlalchemy pool some addr examples
2025-08-26 16:28:10 +08:00
guozhenwei
0d90aa024f
docs: update python ws docs (#32709)
* docs: update python ws docs

* docs: update rust docs

* fix: correct connection string format in create_connection_with_sqlalchemy function

* docs: update section title from 'DSN' to 'URL Specification' in Python connector documentation
2025-08-25 08:34:20 +08:00
She Yanjie
64facf71fe
jdbc release 3.7.3 (#32682)
* chore(jdbc): update jdbc version

* docs(jdbc): release 3.7.3
2025-08-21 20:03:16 +08:00
kevin men
dde7160756
docs: upgrade the Node.js connector version (#32608) 2025-08-18 15:47:33 +08:00
She Yanjie
f24fba6ca6
docs(jdbc): jdbc release 3.7.2 (#32565)
* chore(jdbc): update jdbc version

* docs(jdbc): jdbc release 3.7.2
2025-08-13 12:02:46 +08:00
kevin men
f58c827eb8
docs: add python connect pool cases (#32554)
* docs: add python connect pool cases

* docs: modify python connector English doc
2025-08-13 09:12:23 +08:00
guozhenwei
ddae2e481e
docs: add c ws new examples (#32011)
* test: add Makefile and test script for C ws examples

* docs: add c ws new examples

* docs: replace c ws examples with c ws new examples

* fix: correct log file redirection syntax in c_ws scripts

* style: format code

* docs: update c/c++ zh doc

* docs: add async demo and ws error code

* docs: modify c/c++ zh doc

* docs: rename asyncdemo.c to async_demo.c

* docs: update c ws zh doc

* docs: update c ws en docs

* docs: fix typos and improve WebSocket connection documentation

* docs: refactor code structure for improved readability and maintainability

* docs: modify stmt en doc

* fix: fix build doc errors

* fix: fix return value

* fix: delete taos_options

* fix: fix return value

* docs: update c/c++ connector docs
2025-07-28 14:23:39 +08:00
She Yanjie
6d9367ba9a
fix(keeper): gin log level (#32298)
* fix(keeper): gin log level

* fix: add missing log file copy for JDBC example

* fix: use jdbc standard api

* chore(jdbc): update jdbc version

---------

Co-authored-by: haoranchen <haoran920c@163.com>
2025-07-27 18:25:37 +08:00
sheyanjie-qq
13a9dc78ea docs(jdbc): udpate 3.7.0 release doc 2025-07-26 10:41:58 +08:00
Linhe Huo
fd7e5dfecf
Merge pull request #32033 from taosdata/3.0
merge: from 3.0 to main branch
2025-07-21 14:14:35 +08:00
She Yanjie
3259a1bab5
chore: update jdbc connection pool validation query sql (#32056) 2025-07-21 10:48:02 +08:00
Yihao Deng
bcabf3536a
feat: support BLOB data type (#31704) 2025-07-17 14:17:47 +08:00
guozhenwei
8726710d30
docs: fix rust examples (#31908)
* docs: modify rust native test case

* docs: modify rust ws test case

* docs: modify rust examples

* docs: update rust pool docs
2025-07-16 17:56:30 +08:00
dependabot[bot]
efa6f82c2d
chore(deps): bump org.apache.kafka:kafka-clients (#31341)
Bumps org.apache.kafka:kafka-clients from 3.9.0 to 3.9.1.

---
updated-dependencies:
- dependency-name: org.apache.kafka:kafka-clients
  dependency-version: 3.9.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-15 20:49:57 +08:00
dependabot[bot]
f4816ab024
chore(deps): bump org.apache.tomcat.embed:tomcat-embed-core (#31393)
Bumps org.apache.tomcat.embed:tomcat-embed-core from 9.0.104 to 9.0.106.

---
updated-dependencies:
- dependency-name: org.apache.tomcat.embed:tomcat-embed-core
  dependency-version: 9.0.106
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-15 20:49:19 +08:00
dependabot[bot]
88e153d08e
chore(deps): bump org.apache.tomcat.embed:tomcat-embed-core (#31392)
Bumps org.apache.tomcat.embed:tomcat-embed-core from 9.0.104 to 9.0.106.

---
updated-dependencies:
- dependency-name: org.apache.tomcat.embed:tomcat-embed-core
  dependency-version: 9.0.106
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-15 20:48:40 +08:00
Simon Guan
441a2472d7 Merge branch '3.0' into merge/3.0tomain2 2025-06-19 18:26:02 +08:00
yihaoDeng
dd86cf3555 support ipv6 2025-06-18 11:31:21 +08:00
Yihao Deng
5f1e6fa4b6
update ip -white-list log (#31331) 2025-06-16 19:50:42 +08:00
kevin men
efd6e8bb2d
docs: update nodejs connector version (#31381) 2025-06-16 16:45:39 +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
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
She Yanjie
ddb4b36404
docs: jdbc release 3.6.3 version (#31132) 2025-05-19 11:24:31 +08:00
She Yanjie
7ab13d40e7
docs(jdbc): release jdbc v3.6.2 (#30897)
* taoskeeper support new adapter metrics: connection pool and status

* jdbc release 3.6.2

* update gitignore

* update jdbc release history
2025-04-25 19:23:07 +08:00
She Yanjie
2d0580310d
fix(cve): jdbc demo cve issue CVE-2024-56337 (#30893)
* taoskeeper support new adapter metrics: connection pool and status

* resolve jdbc CVE-2024-56337

* fix jdbc demo cve issue
2025-04-25 17:17:52 +08:00
She Yanjie
36555b3597
Fix/jdbc CVE (#30886)
* taoskeeper support new adapter metrics: connection pool and status

* resolve jdbc CVE-2024-56337
2025-04-25 12:12:46 +08:00
Alex Duan
b6a63a76f5
merge: taos-tools and case 3.0 to main branch (#30802)
* merge: taos-tools and case 3.0 to main branch

* add -s option and modify concurrent name to threads
2025-04-17 15:29:23 +08:00
She Yanjie
6f88b2c30a
docs: jdbc release 3.6.1, and update some comments (#30809)
* taoskeeper support new adapter metrics: connection pool and status

* jdbc 3.6.1 released, and update some comments
2025-04-17 10:01:44 +08:00
She Yanjie
66fc8e24f8
docs(jdbc): fix highvolume random issue (#30525) 2025-03-28 11:25:40 +08:00
dependabot[bot]
d914c9f7d1
chore(deps): bump ch.qos.logback:logback-classic (#30432) 2025-03-27 13:55:58 +08:00
kevin men
c6a491277b
docs: remove the relevant content of Flink Source CDC from the offici… (#30462)
* docs: remove the relevant content of Flink Source CDC from the official website

* docs: fix example code link

* docs: fix sink custom type link

* docs: fix sink Properties config link error

* docs: modifying document format error
2025-03-26 20:37:48 +08:00
She Yanjie
019542a353
docs: jdbc 3.6.0 and fix grafana compose cfg issue (#30499)
* jdbc 3.6.0 and fix grafana compose cfg issue

* add highvolume demo file
2025-03-26 14:19:17 +08:00
sheyanjie-qq
ebbd8447cf update git ignore 2025-03-25 00:23:57 +08:00
sheyanjie-qq
08b98fa2dd remove readme 2025-03-25 00:20:51 +08:00
sheyanjie-qq
16f4cd175c Merge branch '3.0' into feat/highvolume 2025-03-25 00:15:32 +08:00