fix typos
This commit is contained in:
parent
1fea561e6c
commit
2cc688cc99
|
@ -10,7 +10,7 @@ slug: /release-history/release-notes/3.3.5.0
|
||||||
2. feat: refactor taosX incremental backup-restore
|
2. feat: refactor taosX incremental backup-restore
|
||||||
3. feat: add stmt2 apis in JDBC via websocket connection
|
3. feat: add stmt2 apis in JDBC via websocket connection
|
||||||
4. feat: add stmt2 api in Rust connector
|
4. feat: add stmt2 api in Rust connector
|
||||||
5. feat: adding error codes in error prompts in taos-CLI
|
5. feat: add error codes in error prompts in taos-CLI
|
||||||
6. feat: superSet can connect TDengine with python connector
|
6. feat: superSet can connect TDengine with python connector
|
||||||
7. feat: configurable grafana dashboards in explorer management
|
7. feat: configurable grafana dashboards in explorer management
|
||||||
8. feat: add taosX-agent in-memory cache queu capacity option
|
8. feat: add taosX-agent in-memory cache queu capacity option
|
||||||
|
@ -22,7 +22,7 @@ slug: /release-history/release-notes/3.3.5.0
|
||||||
4. enh: interval clause allows the use of the AUTO keyword to specify the window offset.
|
4. enh: interval clause allows the use of the AUTO keyword to specify the window offset.
|
||||||
5. enh: reduce the impact on data write performance during data migration across multi-level storage
|
5. enh: reduce the impact on data write performance during data migration across multi-level storage
|
||||||
6. enh: migrate from angular to react for grafana 11.3+
|
6. enh: migrate from angular to react for grafana 11.3+
|
||||||
7. enh: refactor taosAdapter websocket api for a slightly better perf
|
7. enh: refactor taosAdapter websocket api for a slightly better perf
|
||||||
8. enh: add health state in taosX task status
|
8. enh: add health state in taosX task status
|
||||||
9. enh: taosX add configurations to handle exceptions
|
9. enh: taosX add configurations to handle exceptions
|
||||||
10. enh: support setting options for client connections, including time zone, character set, user IP, and user name.
|
10. enh: support setting options for client connections, including time zone, character set, user IP, and user name.
|
||||||
|
@ -50,7 +50,7 @@ slug: /release-history/release-notes/3.3.5.0
|
||||||
3. fix: taosd cannot start when there is data corruption in a block within the WAL
|
3. fix: taosd cannot start when there is data corruption in a block within the WAL
|
||||||
4. fix: taosBenchmark fails when taosd disconnected in replica 2/3
|
4. fix: taosBenchmark fails when taosd disconnected in replica 2/3
|
||||||
5. fix: log files being lost when they are switched frequently.
|
5. fix: log files being lost when they are switched frequently.
|
||||||
6. fix: he stream computing stops due to the data update within the window.
|
6. fix: the stream computing stops due to the data update within the window.
|
||||||
7. fix: libtaosws.so sets an incorrect error code when the connection is terminated while fetch data.
|
7. fix: libtaosws.so sets an incorrect error code when the connection is terminated while fetch data.
|
||||||
8. fix: taosX opc error in case of @-prefixed name
|
8. fix: taosX opc error in case of @-prefixed name
|
||||||
9. fix: fix permission denied with show vgroups sql in cloud
|
9. fix: fix permission denied with show vgroups sql in cloud
|
||||||
|
|
Loading…
Reference in New Issue