Skip to content

Commit cf7b3c8

Browse files
authored
update workbench version in timecho (#853)
* update workbench version in timecho * update workbench version in timecho * update workbench version in timecho * add v2.0.1-beta * add v2.0.1-beta * add The AI analysis module only supports versions above 2.0.5. * add version 1.5.7
1 parent 74ae8b2 commit cf7b3c8

File tree

20 files changed

+366
-301
lines changed

20 files changed

+366
-301
lines changed

src/UserGuide/Master/Table/IoTDB-Introduction/Release-history_timecho.md

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -358,18 +358,21 @@ Major features:
358358

359359
## 2. Workbench (Console Tool)
360360

361-
| Version | Description | Supported IoTDB Versions |
362-
|---------|----------------------------------------------------------------------------------------------------|-------------------------|
363-
| V1.5.5 | Added server clock functionality and support for activating Enterprise Edition license databases | V1.3.4+ |
364-
| V1.5.4 | Added authentication for Prometheus settings in Instance Management | V1.3.4+ |
365-
| V1.5.1 | Added AI analysis and pattern matching | V1.3.2+ |
366-
| V1.4.0 | Added tree model display and English UI | V1.3.2+ |
367-
| V1.3.1 | Enhanced analysis methods and import templates | V1.3.2+ |
368-
| V1.3.0 | Added DB configuration and UI refinements | V1.3.2+ |
369-
| V1.2.6 | Optimized permission controls | V1.3.1+ |
370-
| V1.2.5 | Added "Common Templates" and caching | V1.3.0+ |
371-
| V1.2.4 | Added import/export for calculations, time alignment field | V1.2.2+ |
372-
| V1.2.3 | Added activation details and analysis features | V1.2.2+ |
373-
| V1.2.2 | Optimized point description display | V1.2.2+ |
374-
| V1.2.1 | Added sync monitoring panel, Prometheus hints | V1.2.2+ |
375-
| V1.2.0 | Major Workbench upgrade | V1.2.0+ |
361+
| Version | Description | Supported IoTDB Versions |
362+
|---------|-----------------------------------------------------------------------------------------------------------------------------|-------------------------------------|
363+
| V2.0.1-beta | The first version of the V2.x series, supporting dual models of tree and table | V2.0 and above |
364+
| V1.5.7 | Optimize the point list by splitting point names into device names and points, ensure the point selection area supports horizontal scrolling, and align the export file column order with the page display. | All 1.x versions from V1.3.4 onward |
365+
| V1.5.6 | Enhanced CSV import/export: optional tags/aliases on import; support for measurement descriptions with backtick-quoted quotes on export. | All 1.x versions from V1.3.4 onward |
366+
| V1.5.5 | Added server clock functionality and support for activating Enterprise Edition license databases | All 1.x versions from V1.3.4 onward |
367+
| V1.5.4 | Added authentication for Prometheus settings in Instance Management | All 1.x versions from V1.3.4 onward |
368+
| V1.5.1 | Added AI analysis and pattern matching | All 1.x versions from V1.3.2 onward |
369+
| V1.4.0 | Added tree model display and English UI | All 1.x versions from V1.3.2 onward |
370+
| V1.3.1 | Enhanced analysis methods and import templates | All 1.x versions from V1.3.2 onward |
371+
| V1.3.0 | Added DB configuration and UI refinements | All 1.x versions from V1.3.2 onward |
372+
| V1.2.6 | Optimized permission controls | All 1.x versions from V1.3.1 onward |
373+
| V1.2.5 | Added "Common Templates" and caching | All 1.x versions from V1.3.0 onward |
374+
| V1.2.4 | Added import/export for calculations, time alignment field | All 1.x versions from V1.2.2 onward |
375+
| V1.2.3 | Added activation details and analysis features | All 1.x versions from V1.2.2 onward |
376+
| V1.2.2 | Optimized point description display | All 1.x versions from V1.2.2 onward |
377+
| V1.2.1 | Added sync monitoring panel, Prometheus hints | All 1.x versions from V1.2.2 onward |
378+
| V1.2.0 | Major Workbench upgrade | All 1.x versions from V1.2.0 onward |

src/UserGuide/Master/Tree/Deployment-and-Maintenance/workbench-deployment_timecho.md

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The instructions for using the visualization console tool can be found in the [I
3434
| Preparation Content | Name | Version Requirements | Link |
3535
| :----------------------: | :-------------------------: | :----------------------------------------------------------: | :----------------------------------------------------------: |
3636
| Operating System | Windows or Linux | - | - |
37-
| Installation Environment | JDK | Need>=V1.8.0_162 (recommended to use 11 or 17, please choose ARM or x64 installation package according to machine configuration when downloading) | https://www.oracle.com/java/technologies/downloads/ |
37+
| Installation Environment | JDK | v1.5.4 and below require ≥ 1.8; v1.5.5 and above require ≥ 17. Choose the ARM or x64 installer according to your system. | https://www.oracle.com/java/technologies/downloads/ |
3838
| Related Software | Prometheus | Requires installation of V2.30.3 and above. | https://prometheus.io/download/ |
3939
| Database | IoTDB | Requires V1.2.0 Enterprise Edition and above | You can contact business or technical support to obtain |
4040
| Console | IoTDB-Workbench-`<version>` | - | You can choose according to the appendix version comparison table and contact business or technical support to obtain it |
@@ -212,16 +212,21 @@ The instructions for using the visualization console tool can be found in the [I
212212
213213
## 3. Appendix: IoTDB and Workbench Version Comparison Table
214214
215-
| Workbench Version Number | Release Note | Supports IoTDB Versions |
216-
| :------------------------: | :------------------------------------------------------------: | :-------------------------: |
217-
| V1.5.1 | Add AI analysis function and pattern matching function | V1.3.2 and above versions |
218-
| V1.4.0 | New tree model display and internationalization | V1.3.2 and above versions |
219-
| V1.3.1 |New analysis methods have been added to the analysis function, and functions such as optimizing import templates have been optimized |V1.3.2 and above versions |
220-
| V1.3.0 | Add database configuration function |V1.3.2 and above versions |
221-
| V1.2.6 | Optimize the permission control function of each module | V1.3.1 and above versions |
222-
| V1.2.5 | The visualization function has added the concept of "commonly used templates", and all interface optimization and page caching functions have been supplemented | V1.3.0 and above versions |
223-
| V1.2.4 | The calculation function has added the "import and export" function, and the measurement point list has added the "time alignment" field | V1.2.2 and above versions |
224-
| V1.2.3 | New "activation details" and analysis functions added to the homepage | V1.2.2 and above versions |
225-
| V1.2.2 | Optimize the display content and other functions of "measurement point description" | V1.2.2 and above versions |
226-
| V1.2.1 | New "Monitoring Panel" added to the data synchronization interface to optimize Prometheus prompt information | V1.2.2 and above versions |
227-
| V1.2.0 | New Workbench version upgrade | V1.2.0 and above versions |
215+
| Version | Description | Supported IoTDB Versions |
216+
|---------|-----------------------------------------------------------------------------------------------------------------------------|-------------------------------------|
217+
| V2.0.1-beta | The first version of the V2.x series, supporting dual models of tree and table | V2.0 and above, The AI analysis module only supports versions above 2.0.5. |
218+
| V1.5.7 | Optimize the point list by splitting point names into device names and points, ensure the point selection area supports horizontal scrolling, and align the export file column order with the page display. | All 1.x versions from V1.3.4 onward |
219+
| V1.5.6 | Enhanced CSV import/export: optional tags/aliases on import; support for measurement descriptions with backtick-quoted quotes on export. | All 1.x versions from V1.3.4 onward |
220+
| V1.5.5 | Added server clock functionality and support for activating Enterprise Edition license databases | All 1.x versions from V1.3.4 onward |
221+
| V1.5.4 | Added authentication for Prometheus settings in Instance Management | All 1.x versions from V1.3.4 onward |
222+
| V1.5.1 | Added AI analysis and pattern matching | All 1.x versions from V1.3.2 onward |
223+
| V1.4.0 | Added tree model display and English UI | All 1.x versions from V1.3.2 onward |
224+
| V1.3.1 | Enhanced analysis methods and import templates | All 1.x versions from V1.3.2 onward |
225+
| V1.3.0 | Added DB configuration and UI refinements | All 1.x versions from V1.3.2 onward |
226+
| V1.2.6 | Optimized permission controls | All 1.x versions from V1.3.1 onward |
227+
| V1.2.5 | Added "Common Templates" and caching | All 1.x versions from V1.3.0 onward |
228+
| V1.2.4 | Added import/export for calculations, time alignment field | All 1.x versions from V1.2.2 onward |
229+
| V1.2.3 | Added activation details and analysis features | All 1.x versions from V1.2.2 onward |
230+
| V1.2.2 | Optimized point description display | All 1.x versions from V1.2.2 onward |
231+
| V1.2.1 | Added sync monitoring panel, Prometheus hints | All 1.x versions from V1.2.2 onward |
232+
| V1.2.0 | Major Workbench upgrade | All 1.x versions from V1.2.0 onward |

src/UserGuide/Master/Tree/IoTDB-Introduction/Release-history_timecho.md

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -358,18 +358,21 @@ Major features:
358358

359359
## 2. Workbench (Console Tool)
360360

361-
| Version | Description | Supported IoTDB Versions |
362-
|---------|----------------------------------------------------------------------------------------------------|-------------------------|
363-
| V1.5.5 | Added server clock functionality and support for activating Enterprise Edition license databases | V1.3.4+ |
364-
| V1.5.4 | Added authentication for Prometheus settings in Instance Management | V1.3.4+ |
365-
| V1.5.1 | Added AI analysis and pattern matching | V1.3.2+ |
366-
| V1.4.0 | Added tree model display and English UI | V1.3.2+ |
367-
| V1.3.1 | Enhanced analysis methods and import templates | V1.3.2+ |
368-
| V1.3.0 | Added DB configuration and UI refinements | V1.3.2+ |
369-
| V1.2.6 | Optimized permission controls | V1.3.1+ |
370-
| V1.2.5 | Added "Common Templates" and caching | V1.3.0+ |
371-
| V1.2.4 | Added import/export for calculations, time alignment field | V1.2.2+ |
372-
| V1.2.3 | Added activation details and analysis features | V1.2.2+ |
373-
| V1.2.2 | Optimized point description display | V1.2.2+ |
374-
| V1.2.1 | Added sync monitoring panel, Prometheus hints | V1.2.2+ |
375-
| V1.2.0 | Major Workbench upgrade | V1.2.0+ |
361+
| Version | Description | Supported IoTDB Versions |
362+
|---------|------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------|
363+
| V2.0.1-beta | The first version of the V2.x series, supporting dual models of tree and table | V2.0 and above |
364+
| V1.5.7 | Optimize the point list by splitting point names into device names and points, ensure the point selection area supports horizontal scrolling, and align the export file column order with the page display. | All 1.x versions from V1.3.4 onward |
365+
| V1.5.6 | Enhanced CSV import/export: optional tags/aliases on import; support for measurement descriptions with backtick-quoted quotes on export. | All 1.x versions from V1.3.4 onward |
366+
| V1.5.5 | Added server clock functionality and support for activating Enterprise Edition license databases | All 1.x versions from V1.3.4 onward |
367+
| V1.5.4 | Added authentication for Prometheus settings in Instance Management | All 1.x versions from V1.3.4 onward |
368+
| V1.5.1 | Added AI analysis and pattern matching | All 1.x versions from V1.3.2 onward |
369+
| V1.4.0 | Added tree model display and English UI | All 1.x versions from V1.3.2 onward |
370+
| V1.3.1 | Enhanced analysis methods and import templates | All 1.x versions from V1.3.2 onward |
371+
| V1.3.0 | Added DB configuration and UI refinements | All 1.x versions from V1.3.2 onward |
372+
| V1.2.6 | Optimized permission controls | All 1.x versions from V1.3.1 onward |
373+
| V1.2.5 | Added "Common Templates" and caching | All 1.x versions from V1.3.0 onward |
374+
| V1.2.4 | Added import/export for calculations, time alignment field | All 1.x versions from V1.2.2 onward |
375+
| V1.2.3 | Added activation details and analysis features | All 1.x versions from V1.2.2 onward |
376+
| V1.2.2 | Optimized point description display | All 1.x versions from V1.2.2 onward |
377+
| V1.2.1 | Added sync monitoring panel, Prometheus hints | All 1.x versions from V1.2.2 onward |
378+
| V1.2.0 | Major Workbench upgrade | All 1.x versions from V1.2.0 onward |

0 commit comments

Comments
 (0)