diff --git a/src/UserGuide/Master/Table/IoTDB-Introduction/Release-history_timecho.md b/src/UserGuide/Master/Table/IoTDB-Introduction/Release-history_timecho.md index d48716965..7bd9697f7 100644 --- a/src/UserGuide/Master/Table/IoTDB-Introduction/Release-history_timecho.md +++ b/src/UserGuide/Master/Table/IoTDB-Introduction/Release-history_timecho.md @@ -358,18 +358,21 @@ Major features: ## 2. Workbench (Console Tool) -| Version | Description | Supported IoTDB Versions | -|---------|----------------------------------------------------------------------------------------------------|-------------------------| -| V1.5.5 | Added server clock functionality and support for activating Enterprise Edition license databases | V1.3.4+ | -| V1.5.4 | Added authentication for Prometheus settings in Instance Management | V1.3.4+ | -| V1.5.1 | Added AI analysis and pattern matching | V1.3.2+ | -| V1.4.0 | Added tree model display and English UI | V1.3.2+ | -| V1.3.1 | Enhanced analysis methods and import templates | V1.3.2+ | -| V1.3.0 | Added DB configuration and UI refinements | V1.3.2+ | -| V1.2.6 | Optimized permission controls | V1.3.1+ | -| V1.2.5 | Added "Common Templates" and caching | V1.3.0+ | -| V1.2.4 | Added import/export for calculations, time alignment field | V1.2.2+ | -| V1.2.3 | Added activation details and analysis features | V1.2.2+ | -| V1.2.2 | Optimized point description display | V1.2.2+ | -| V1.2.1 | Added sync monitoring panel, Prometheus hints | V1.2.2+ | -| V1.2.0 | Major Workbench upgrade | V1.2.0+ | +| Version | Description | Supported IoTDB Versions | +|---------|-----------------------------------------------------------------------------------------------------------------------------|-------------------------------------| +| V2.0.1-beta | The first version of the V2.x series, supporting dual models of tree and table | V2.0 and above | +| 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 | +| 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 | +| V1.5.5 | Added server clock functionality and support for activating Enterprise Edition license databases | All 1.x versions from V1.3.4 onward | +| V1.5.4 | Added authentication for Prometheus settings in Instance Management | All 1.x versions from V1.3.4 onward | +| V1.5.1 | Added AI analysis and pattern matching | All 1.x versions from V1.3.2 onward | +| V1.4.0 | Added tree model display and English UI | All 1.x versions from V1.3.2 onward | +| V1.3.1 | Enhanced analysis methods and import templates | All 1.x versions from V1.3.2 onward | +| V1.3.0 | Added DB configuration and UI refinements | All 1.x versions from V1.3.2 onward | +| V1.2.6 | Optimized permission controls | All 1.x versions from V1.3.1 onward | +| V1.2.5 | Added "Common Templates" and caching | All 1.x versions from V1.3.0 onward | +| V1.2.4 | Added import/export for calculations, time alignment field | All 1.x versions from V1.2.2 onward | +| V1.2.3 | Added activation details and analysis features | All 1.x versions from V1.2.2 onward | +| V1.2.2 | Optimized point description display | All 1.x versions from V1.2.2 onward | +| V1.2.1 | Added sync monitoring panel, Prometheus hints | All 1.x versions from V1.2.2 onward | +| V1.2.0 | Major Workbench upgrade | All 1.x versions from V1.2.0 onward | diff --git a/src/UserGuide/Master/Tree/Deployment-and-Maintenance/workbench-deployment_timecho.md b/src/UserGuide/Master/Tree/Deployment-and-Maintenance/workbench-deployment_timecho.md index 335ffc4c2..1d54b9b24 100644 --- a/src/UserGuide/Master/Tree/Deployment-and-Maintenance/workbench-deployment_timecho.md +++ b/src/UserGuide/Master/Tree/Deployment-and-Maintenance/workbench-deployment_timecho.md @@ -34,7 +34,7 @@ The instructions for using the visualization console tool can be found in the [I | Preparation Content | Name | Version Requirements | Link | | :----------------------: | :-------------------------: | :----------------------------------------------------------: | :----------------------------------------------------------: | | Operating System | Windows or Linux | - | - | -| 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/ | +| 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/ | | Related Software | Prometheus | Requires installation of V2.30.3 and above. | https://prometheus.io/download/ | | Database | IoTDB | Requires V1.2.0 Enterprise Edition and above | You can contact business or technical support to obtain | | Console | IoTDB-Workbench-`` | - | 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 ## 3. Appendix: IoTDB and Workbench Version Comparison Table -| Workbench Version Number | Release Note | Supports IoTDB Versions | -| :------------------------: | :------------------------------------------------------------: | :-------------------------: | -| V1.5.1 | Add AI analysis function and pattern matching function | V1.3.2 and above versions | -| V1.4.0 | New tree model display and internationalization | V1.3.2 and above versions | -| 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 | -| V1.3.0 | Add database configuration function |V1.3.2 and above versions | -| V1.2.6 | Optimize the permission control function of each module | V1.3.1 and above versions | -| 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 | -| 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 | -| V1.2.3 | New "activation details" and analysis functions added to the homepage | V1.2.2 and above versions | -| V1.2.2 | Optimize the display content and other functions of "measurement point description" | V1.2.2 and above versions | -| V1.2.1 | New "Monitoring Panel" added to the data synchronization interface to optimize Prometheus prompt information | V1.2.2 and above versions | -| V1.2.0 | New Workbench version upgrade | V1.2.0 and above versions | \ No newline at end of file +| Version | Description | Supported IoTDB Versions | +|---------|-----------------------------------------------------------------------------------------------------------------------------|-------------------------------------| +| 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. | +| 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 | +| 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 | +| V1.5.5 | Added server clock functionality and support for activating Enterprise Edition license databases | All 1.x versions from V1.3.4 onward | +| V1.5.4 | Added authentication for Prometheus settings in Instance Management | All 1.x versions from V1.3.4 onward | +| V1.5.1 | Added AI analysis and pattern matching | All 1.x versions from V1.3.2 onward | +| V1.4.0 | Added tree model display and English UI | All 1.x versions from V1.3.2 onward | +| V1.3.1 | Enhanced analysis methods and import templates | All 1.x versions from V1.3.2 onward | +| V1.3.0 | Added DB configuration and UI refinements | All 1.x versions from V1.3.2 onward | +| V1.2.6 | Optimized permission controls | All 1.x versions from V1.3.1 onward | +| V1.2.5 | Added "Common Templates" and caching | All 1.x versions from V1.3.0 onward | +| V1.2.4 | Added import/export for calculations, time alignment field | All 1.x versions from V1.2.2 onward | +| V1.2.3 | Added activation details and analysis features | All 1.x versions from V1.2.2 onward | +| V1.2.2 | Optimized point description display | All 1.x versions from V1.2.2 onward | +| V1.2.1 | Added sync monitoring panel, Prometheus hints | All 1.x versions from V1.2.2 onward | +| V1.2.0 | Major Workbench upgrade | All 1.x versions from V1.2.0 onward | diff --git a/src/UserGuide/Master/Tree/IoTDB-Introduction/Release-history_timecho.md b/src/UserGuide/Master/Tree/IoTDB-Introduction/Release-history_timecho.md index d48716965..47dfd3b27 100644 --- a/src/UserGuide/Master/Tree/IoTDB-Introduction/Release-history_timecho.md +++ b/src/UserGuide/Master/Tree/IoTDB-Introduction/Release-history_timecho.md @@ -358,18 +358,21 @@ Major features: ## 2. Workbench (Console Tool) -| Version | Description | Supported IoTDB Versions | -|---------|----------------------------------------------------------------------------------------------------|-------------------------| -| V1.5.5 | Added server clock functionality and support for activating Enterprise Edition license databases | V1.3.4+ | -| V1.5.4 | Added authentication for Prometheus settings in Instance Management | V1.3.4+ | -| V1.5.1 | Added AI analysis and pattern matching | V1.3.2+ | -| V1.4.0 | Added tree model display and English UI | V1.3.2+ | -| V1.3.1 | Enhanced analysis methods and import templates | V1.3.2+ | -| V1.3.0 | Added DB configuration and UI refinements | V1.3.2+ | -| V1.2.6 | Optimized permission controls | V1.3.1+ | -| V1.2.5 | Added "Common Templates" and caching | V1.3.0+ | -| V1.2.4 | Added import/export for calculations, time alignment field | V1.2.2+ | -| V1.2.3 | Added activation details and analysis features | V1.2.2+ | -| V1.2.2 | Optimized point description display | V1.2.2+ | -| V1.2.1 | Added sync monitoring panel, Prometheus hints | V1.2.2+ | -| V1.2.0 | Major Workbench upgrade | V1.2.0+ | +| Version | Description | Supported IoTDB Versions | +|---------|------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------| +| V2.0.1-beta | The first version of the V2.x series, supporting dual models of tree and table | V2.0 and above | +| 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 | +| 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 | +| V1.5.5 | Added server clock functionality and support for activating Enterprise Edition license databases | All 1.x versions from V1.3.4 onward | +| V1.5.4 | Added authentication for Prometheus settings in Instance Management | All 1.x versions from V1.3.4 onward | +| V1.5.1 | Added AI analysis and pattern matching | All 1.x versions from V1.3.2 onward | +| V1.4.0 | Added tree model display and English UI | All 1.x versions from V1.3.2 onward | +| V1.3.1 | Enhanced analysis methods and import templates | All 1.x versions from V1.3.2 onward | +| V1.3.0 | Added DB configuration and UI refinements | All 1.x versions from V1.3.2 onward | +| V1.2.6 | Optimized permission controls | All 1.x versions from V1.3.1 onward | +| V1.2.5 | Added "Common Templates" and caching | All 1.x versions from V1.3.0 onward | +| V1.2.4 | Added import/export for calculations, time alignment field | All 1.x versions from V1.2.2 onward | +| V1.2.3 | Added activation details and analysis features | All 1.x versions from V1.2.2 onward | +| V1.2.2 | Optimized point description display | All 1.x versions from V1.2.2 onward | +| V1.2.1 | Added sync monitoring panel, Prometheus hints | All 1.x versions from V1.2.2 onward | +| V1.2.0 | Major Workbench upgrade | All 1.x versions from V1.2.0 onward | diff --git a/src/UserGuide/V1.3.x/Deployment-and-Maintenance/workbench-deployment_timecho.md b/src/UserGuide/V1.3.x/Deployment-and-Maintenance/workbench-deployment_timecho.md index f26ef9229..6297c2128 100644 --- a/src/UserGuide/V1.3.x/Deployment-and-Maintenance/workbench-deployment_timecho.md +++ b/src/UserGuide/V1.3.x/Deployment-and-Maintenance/workbench-deployment_timecho.md @@ -34,7 +34,7 @@ The instructions for using the visualization console tool can be found in the [I | Preparation Content | Name | Version Requirements | Link | | :----------------------: | :-------------------------: | :----------------------------------------------------------: | :----------------------------------------------------------: | | Operating System | Windows or Linux | - | - | -| 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/ | +| 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/ | | Related Software | Prometheus | Requires installation of V2.30.3 and above. | https://prometheus.io/download/ | | Database | IoTDB | Requires V1.2.0 Enterprise Edition and above | You can contact business or technical support to obtain | | Console | IoTDB-Workbench-`` | - | You can choose according to the appendix version comparison table and contact business or technical support to obtain it | @@ -212,16 +212,20 @@ The instructions for using the visualization console tool can be found in the [I ## Appendix: IoTDB and Workbench Version Comparison Table -| Workbench Version Number | Release Note | Supports IoTDB Versions | -| :------------------------: | :------------------------------------------------------------: | :-------------------------: | -| V1.5.1 | Add AI analysis function and pattern matching function | V1.3.2 and above versions | -| V1.4.0 | New tree model display and internationalization | V1.3.2 and above versions | -| 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 | -| V1.3.0 | Add database configuration function |V1.3.2 and above versions | -| V1.2.6 | Optimize the permission control function of each module | V1.3.1 and above versions | -| 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 | -| 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 | -| V1.2.3 | New "activation details" and analysis functions added to the homepage | V1.2.2 and above versions | -| V1.2.2 | Optimize the display content and other functions of "measurement point description" | V1.2.2 and above versions | -| V1.2.1 | New "Monitoring Panel" added to the data synchronization interface to optimize Prometheus prompt information | V1.2.2 and above versions | -| V1.2.0 | New Workbench version upgrade | V1.2.0 and above versions | \ No newline at end of file +| Version | Description | Supported IoTDB Versions | +|---------|-----------------------------------------------------------------------------------------------------------------------------|-------------------------------------| +| 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 | +| 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 | +| V1.5.5 | Added server clock functionality and support for activating Enterprise Edition license databases | All 1.x versions from V1.3.4 onward | +| V1.5.4 | Added authentication for Prometheus settings in Instance Management | All 1.x versions from V1.3.4 onward | +| V1.5.1 | Added AI analysis and pattern matching | All 1.x versions from V1.3.2 onward | +| V1.4.0 | Added tree model display and English UI | All 1.x versions from V1.3.2 onward | +| V1.3.1 | Enhanced analysis methods and import templates | All 1.x versions from V1.3.2 onward | +| V1.3.0 | Added DB configuration and UI refinements | All 1.x versions from V1.3.2 onward | +| V1.2.6 | Optimized permission controls | All 1.x versions from V1.3.1 onward | +| V1.2.5 | Added "Common Templates" and caching | All 1.x versions from V1.3.0 onward | +| V1.2.4 | Added import/export for calculations, time alignment field | All 1.x versions from V1.2.2 onward | +| V1.2.3 | Added activation details and analysis features | All 1.x versions from V1.2.2 onward | +| V1.2.2 | Optimized point description display | All 1.x versions from V1.2.2 onward | +| V1.2.1 | Added sync monitoring panel, Prometheus hints | All 1.x versions from V1.2.2 onward | +| V1.2.0 | Major Workbench upgrade | All 1.x versions from V1.2.0 onward | diff --git a/src/UserGuide/V1.3.x/IoTDB-Introduction/Release-history_timecho.md b/src/UserGuide/V1.3.x/IoTDB-Introduction/Release-history_timecho.md index 47ce9e0e7..6c8dfc33c 100644 --- a/src/UserGuide/V1.3.x/IoTDB-Introduction/Release-history_timecho.md +++ b/src/UserGuide/V1.3.x/IoTDB-Introduction/Release-history_timecho.md @@ -233,18 +233,20 @@ Major features: ## Workbench (Console Tool) -| Version | Description | Supported IoTDB Versions | -|---------|----------------------------------------------------------------------------------------------------|-------------------------| -| V1.5.5 | Added server clock functionality and support for activating Enterprise Edition license databases | V1.3.4+ | -| V1.5.4 | Added authentication for Prometheus settings in Instance Management | V1.3.4+ | -| V1.5.1 | Added AI analysis and pattern matching | V1.3.2+ | -| V1.4.0 | Added tree model display and English UI | V1.3.2+ | -| V1.3.1 | Enhanced analysis methods and import templates | V1.3.2+ | -| V1.3.0 | Added DB configuration and UI refinements | V1.3.2+ | -| V1.2.6 | Optimized permission controls | V1.3.1+ | -| V1.2.5 | Added "Common Templates" and caching | V1.3.0+ | -| V1.2.4 | Added import/export for calculations, time alignment field | V1.2.2+ | -| V1.2.3 | Added activation details and analysis features | V1.2.2+ | -| V1.2.2 | Optimized point description display | V1.2.2+ | -| V1.2.1 | Added sync monitoring panel, Prometheus hints | V1.2.2+ | -| V1.2.0 | Major Workbench upgrade | V1.2.0+ | +| Version | Description | Supported IoTDB Versions | +|---------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------| +| 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 | +| 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 | +| V1.5.5 | Added server clock functionality and support for activating Enterprise Edition license databases | All 1.x versions from V1.3.4 onward | +| V1.5.4 | Added authentication for Prometheus settings in Instance Management | All 1.x versions from V1.3.4 onward | +| V1.5.1 | Added AI analysis and pattern matching | All 1.x versions from V1.3.2 onward | +| V1.4.0 | Added tree model display and English UI | All 1.x versions from V1.3.2 onward | +| V1.3.1 | Enhanced analysis methods and import templates | All 1.x versions from V1.3.2 onward | +| V1.3.0 | Added DB configuration and UI refinements | All 1.x versions from V1.3.2 onward | +| V1.2.6 | Optimized permission controls | All 1.x versions from V1.3.1 onward | +| V1.2.5 | Added "Common Templates" and caching | All 1.x versions from V1.3.0 onward | +| V1.2.4 | Added import/export for calculations, time alignment field | All 1.x versions from V1.2.2 onward | +| V1.2.3 | Added activation details and analysis features | All 1.x versions from V1.2.2 onward | +| V1.2.2 | Optimized point description display | All 1.x versions from V1.2.2 onward | +| V1.2.1 | Added sync monitoring panel, Prometheus hints | All 1.x versions from V1.2.2 onward | +| V1.2.0 | Major Workbench upgrade | All 1.x versions from V1.2.0 onward | diff --git a/src/UserGuide/dev-1.3/Deployment-and-Maintenance/workbench-deployment_timecho.md b/src/UserGuide/dev-1.3/Deployment-and-Maintenance/workbench-deployment_timecho.md index f26ef9229..8f9278152 100644 --- a/src/UserGuide/dev-1.3/Deployment-and-Maintenance/workbench-deployment_timecho.md +++ b/src/UserGuide/dev-1.3/Deployment-and-Maintenance/workbench-deployment_timecho.md @@ -34,7 +34,7 @@ The instructions for using the visualization console tool can be found in the [I | Preparation Content | Name | Version Requirements | Link | | :----------------------: | :-------------------------: | :----------------------------------------------------------: | :----------------------------------------------------------: | | Operating System | Windows or Linux | - | - | -| 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/ | +| 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/ | | Related Software | Prometheus | Requires installation of V2.30.3 and above. | https://prometheus.io/download/ | | Database | IoTDB | Requires V1.2.0 Enterprise Edition and above | You can contact business or technical support to obtain | | Console | IoTDB-Workbench-`` | - | You can choose according to the appendix version comparison table and contact business or technical support to obtain it | @@ -212,16 +212,20 @@ The instructions for using the visualization console tool can be found in the [I ## Appendix: IoTDB and Workbench Version Comparison Table -| Workbench Version Number | Release Note | Supports IoTDB Versions | -| :------------------------: | :------------------------------------------------------------: | :-------------------------: | -| V1.5.1 | Add AI analysis function and pattern matching function | V1.3.2 and above versions | -| V1.4.0 | New tree model display and internationalization | V1.3.2 and above versions | -| 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 | -| V1.3.0 | Add database configuration function |V1.3.2 and above versions | -| V1.2.6 | Optimize the permission control function of each module | V1.3.1 and above versions | -| 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 | -| 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 | -| V1.2.3 | New "activation details" and analysis functions added to the homepage | V1.2.2 and above versions | -| V1.2.2 | Optimize the display content and other functions of "measurement point description" | V1.2.2 and above versions | -| V1.2.1 | New "Monitoring Panel" added to the data synchronization interface to optimize Prometheus prompt information | V1.2.2 and above versions | -| V1.2.0 | New Workbench version upgrade | V1.2.0 and above versions | \ No newline at end of file +| Version | Description | Supported IoTDB Versions | +|---------|-----------------------------------------------------------------------------------------------------------------------------|-------------------------------------| +| 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 | +| 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 | +| V1.5.5 | Added server clock functionality and support for activating Enterprise Edition license databases | All 1.x versions from V1.3.4 onward | +| V1.5.4 | Added authentication for Prometheus settings in Instance Management | All 1.x versions from V1.3.4 onward | +| V1.5.1 | Added AI analysis and pattern matching | All 1.x versions from V1.3.2 onward | +| V1.4.0 | Added tree model display and English UI | All 1.x versions from V1.3.2 onward | +| V1.3.1 | Enhanced analysis methods and import templates | All 1.x versions from V1.3.2 onward | +| V1.3.0 | Added DB configuration and UI refinements | All 1.x versions from V1.3.2 onward | +| V1.2.6 | Optimized permission controls | All 1.x versions from V1.3.1 onward | +| V1.2.5 | Added "Common Templates" and caching | All 1.x versions from V1.3.0 onward | +| V1.2.4 | Added import/export for calculations, time alignment field | All 1.x versions from V1.2.2 onward | +| V1.2.3 | Added activation details and analysis features | All 1.x versions from V1.2.2 onward | +| V1.2.2 | Optimized point description display | All 1.x versions from V1.2.2 onward | +| V1.2.1 | Added sync monitoring panel, Prometheus hints | All 1.x versions from V1.2.2 onward | +| V1.2.0 | Major Workbench upgrade | All 1.x versions from V1.2.0 onward | diff --git a/src/UserGuide/dev-1.3/IoTDB-Introduction/Release-history_timecho.md b/src/UserGuide/dev-1.3/IoTDB-Introduction/Release-history_timecho.md index ac6ec099b..4de871470 100644 --- a/src/UserGuide/dev-1.3/IoTDB-Introduction/Release-history_timecho.md +++ b/src/UserGuide/dev-1.3/IoTDB-Introduction/Release-history_timecho.md @@ -233,18 +233,20 @@ Major features: ## Workbench (Console Tool) -| Version | Description | Supported IoTDB Versions | -|---------|----------------------------------------------------------------------------------------------------|-------------------------| -| V1.5.5 | Added server clock functionality and support for activating Enterprise Edition license databases | V1.3.4+ | -| V1.5.4 | Added authentication for Prometheus settings in Instance Management | V1.3.4+ | -| V1.5.1 | Added AI analysis and pattern matching | V1.3.2+ | -| V1.4.0 | Added tree model display and English UI | V1.3.2+ | -| V1.3.1 | Enhanced analysis methods and import templates | V1.3.2+ | -| V1.3.0 | Added DB configuration and UI refinements | V1.3.2+ | -| V1.2.6 | Optimized permission controls | V1.3.1+ | -| V1.2.5 | Added "Common Templates" and caching | V1.3.0+ | -| V1.2.4 | Added import/export for calculations, time alignment field | V1.2.2+ | -| V1.2.3 | Added activation details and analysis features | V1.2.2+ | -| V1.2.2 | Optimized point description display | V1.2.2+ | -| V1.2.1 | Added sync monitoring panel, Prometheus hints | V1.2.2+ | -| V1.2.0 | Major Workbench upgrade | V1.2.0+ | +| Version | Description | Supported IoTDB Versions | +|---------|-----------------------------------------------------------------------------------------------------------------------------|-------------------------------------| +| 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 | +| 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 | +| V1.5.5 | Added server clock functionality and support for activating Enterprise Edition license databases | All 1.x versions from V1.3.4 onward | +| V1.5.4 | Added authentication for Prometheus settings in Instance Management | All 1.x versions from V1.3.4 onward | +| V1.5.1 | Added AI analysis and pattern matching | All 1.x versions from V1.3.2 onward | +| V1.4.0 | Added tree model display and English UI | All 1.x versions from V1.3.2 onward | +| V1.3.1 | Enhanced analysis methods and import templates | All 1.x versions from V1.3.2 onward | +| V1.3.0 | Added DB configuration and UI refinements | All 1.x versions from V1.3.2 onward | +| V1.2.6 | Optimized permission controls | All 1.x versions from V1.3.1 onward | +| V1.2.5 | Added "Common Templates" and caching | All 1.x versions from V1.3.0 onward | +| V1.2.4 | Added import/export for calculations, time alignment field | All 1.x versions from V1.2.2 onward | +| V1.2.3 | Added activation details and analysis features | All 1.x versions from V1.2.2 onward | +| V1.2.2 | Optimized point description display | All 1.x versions from V1.2.2 onward | +| V1.2.1 | Added sync monitoring panel, Prometheus hints | All 1.x versions from V1.2.2 onward | +| V1.2.0 | Major Workbench upgrade | All 1.x versions from V1.2.0 onward | diff --git a/src/UserGuide/latest-Table/IoTDB-Introduction/Release-history_timecho.md b/src/UserGuide/latest-Table/IoTDB-Introduction/Release-history_timecho.md index d48716965..7bd9697f7 100644 --- a/src/UserGuide/latest-Table/IoTDB-Introduction/Release-history_timecho.md +++ b/src/UserGuide/latest-Table/IoTDB-Introduction/Release-history_timecho.md @@ -358,18 +358,21 @@ Major features: ## 2. Workbench (Console Tool) -| Version | Description | Supported IoTDB Versions | -|---------|----------------------------------------------------------------------------------------------------|-------------------------| -| V1.5.5 | Added server clock functionality and support for activating Enterprise Edition license databases | V1.3.4+ | -| V1.5.4 | Added authentication for Prometheus settings in Instance Management | V1.3.4+ | -| V1.5.1 | Added AI analysis and pattern matching | V1.3.2+ | -| V1.4.0 | Added tree model display and English UI | V1.3.2+ | -| V1.3.1 | Enhanced analysis methods and import templates | V1.3.2+ | -| V1.3.0 | Added DB configuration and UI refinements | V1.3.2+ | -| V1.2.6 | Optimized permission controls | V1.3.1+ | -| V1.2.5 | Added "Common Templates" and caching | V1.3.0+ | -| V1.2.4 | Added import/export for calculations, time alignment field | V1.2.2+ | -| V1.2.3 | Added activation details and analysis features | V1.2.2+ | -| V1.2.2 | Optimized point description display | V1.2.2+ | -| V1.2.1 | Added sync monitoring panel, Prometheus hints | V1.2.2+ | -| V1.2.0 | Major Workbench upgrade | V1.2.0+ | +| Version | Description | Supported IoTDB Versions | +|---------|-----------------------------------------------------------------------------------------------------------------------------|-------------------------------------| +| V2.0.1-beta | The first version of the V2.x series, supporting dual models of tree and table | V2.0 and above | +| 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 | +| 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 | +| V1.5.5 | Added server clock functionality and support for activating Enterprise Edition license databases | All 1.x versions from V1.3.4 onward | +| V1.5.4 | Added authentication for Prometheus settings in Instance Management | All 1.x versions from V1.3.4 onward | +| V1.5.1 | Added AI analysis and pattern matching | All 1.x versions from V1.3.2 onward | +| V1.4.0 | Added tree model display and English UI | All 1.x versions from V1.3.2 onward | +| V1.3.1 | Enhanced analysis methods and import templates | All 1.x versions from V1.3.2 onward | +| V1.3.0 | Added DB configuration and UI refinements | All 1.x versions from V1.3.2 onward | +| V1.2.6 | Optimized permission controls | All 1.x versions from V1.3.1 onward | +| V1.2.5 | Added "Common Templates" and caching | All 1.x versions from V1.3.0 onward | +| V1.2.4 | Added import/export for calculations, time alignment field | All 1.x versions from V1.2.2 onward | +| V1.2.3 | Added activation details and analysis features | All 1.x versions from V1.2.2 onward | +| V1.2.2 | Optimized point description display | All 1.x versions from V1.2.2 onward | +| V1.2.1 | Added sync monitoring panel, Prometheus hints | All 1.x versions from V1.2.2 onward | +| V1.2.0 | Major Workbench upgrade | All 1.x versions from V1.2.0 onward | diff --git a/src/UserGuide/latest/Deployment-and-Maintenance/workbench-deployment_timecho.md b/src/UserGuide/latest/Deployment-and-Maintenance/workbench-deployment_timecho.md index 335ffc4c2..1d54b9b24 100644 --- a/src/UserGuide/latest/Deployment-and-Maintenance/workbench-deployment_timecho.md +++ b/src/UserGuide/latest/Deployment-and-Maintenance/workbench-deployment_timecho.md @@ -34,7 +34,7 @@ The instructions for using the visualization console tool can be found in the [I | Preparation Content | Name | Version Requirements | Link | | :----------------------: | :-------------------------: | :----------------------------------------------------------: | :----------------------------------------------------------: | | Operating System | Windows or Linux | - | - | -| 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/ | +| 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/ | | Related Software | Prometheus | Requires installation of V2.30.3 and above. | https://prometheus.io/download/ | | Database | IoTDB | Requires V1.2.0 Enterprise Edition and above | You can contact business or technical support to obtain | | Console | IoTDB-Workbench-`` | - | 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 ## 3. Appendix: IoTDB and Workbench Version Comparison Table -| Workbench Version Number | Release Note | Supports IoTDB Versions | -| :------------------------: | :------------------------------------------------------------: | :-------------------------: | -| V1.5.1 | Add AI analysis function and pattern matching function | V1.3.2 and above versions | -| V1.4.0 | New tree model display and internationalization | V1.3.2 and above versions | -| 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 | -| V1.3.0 | Add database configuration function |V1.3.2 and above versions | -| V1.2.6 | Optimize the permission control function of each module | V1.3.1 and above versions | -| 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 | -| 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 | -| V1.2.3 | New "activation details" and analysis functions added to the homepage | V1.2.2 and above versions | -| V1.2.2 | Optimize the display content and other functions of "measurement point description" | V1.2.2 and above versions | -| V1.2.1 | New "Monitoring Panel" added to the data synchronization interface to optimize Prometheus prompt information | V1.2.2 and above versions | -| V1.2.0 | New Workbench version upgrade | V1.2.0 and above versions | \ No newline at end of file +| Version | Description | Supported IoTDB Versions | +|---------|-----------------------------------------------------------------------------------------------------------------------------|-------------------------------------| +| 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. | +| 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 | +| 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 | +| V1.5.5 | Added server clock functionality and support for activating Enterprise Edition license databases | All 1.x versions from V1.3.4 onward | +| V1.5.4 | Added authentication for Prometheus settings in Instance Management | All 1.x versions from V1.3.4 onward | +| V1.5.1 | Added AI analysis and pattern matching | All 1.x versions from V1.3.2 onward | +| V1.4.0 | Added tree model display and English UI | All 1.x versions from V1.3.2 onward | +| V1.3.1 | Enhanced analysis methods and import templates | All 1.x versions from V1.3.2 onward | +| V1.3.0 | Added DB configuration and UI refinements | All 1.x versions from V1.3.2 onward | +| V1.2.6 | Optimized permission controls | All 1.x versions from V1.3.1 onward | +| V1.2.5 | Added "Common Templates" and caching | All 1.x versions from V1.3.0 onward | +| V1.2.4 | Added import/export for calculations, time alignment field | All 1.x versions from V1.2.2 onward | +| V1.2.3 | Added activation details and analysis features | All 1.x versions from V1.2.2 onward | +| V1.2.2 | Optimized point description display | All 1.x versions from V1.2.2 onward | +| V1.2.1 | Added sync monitoring panel, Prometheus hints | All 1.x versions from V1.2.2 onward | +| V1.2.0 | Major Workbench upgrade | All 1.x versions from V1.2.0 onward | diff --git a/src/UserGuide/latest/IoTDB-Introduction/Release-history_timecho.md b/src/UserGuide/latest/IoTDB-Introduction/Release-history_timecho.md index d48716965..7bd9697f7 100644 --- a/src/UserGuide/latest/IoTDB-Introduction/Release-history_timecho.md +++ b/src/UserGuide/latest/IoTDB-Introduction/Release-history_timecho.md @@ -358,18 +358,21 @@ Major features: ## 2. Workbench (Console Tool) -| Version | Description | Supported IoTDB Versions | -|---------|----------------------------------------------------------------------------------------------------|-------------------------| -| V1.5.5 | Added server clock functionality and support for activating Enterprise Edition license databases | V1.3.4+ | -| V1.5.4 | Added authentication for Prometheus settings in Instance Management | V1.3.4+ | -| V1.5.1 | Added AI analysis and pattern matching | V1.3.2+ | -| V1.4.0 | Added tree model display and English UI | V1.3.2+ | -| V1.3.1 | Enhanced analysis methods and import templates | V1.3.2+ | -| V1.3.0 | Added DB configuration and UI refinements | V1.3.2+ | -| V1.2.6 | Optimized permission controls | V1.3.1+ | -| V1.2.5 | Added "Common Templates" and caching | V1.3.0+ | -| V1.2.4 | Added import/export for calculations, time alignment field | V1.2.2+ | -| V1.2.3 | Added activation details and analysis features | V1.2.2+ | -| V1.2.2 | Optimized point description display | V1.2.2+ | -| V1.2.1 | Added sync monitoring panel, Prometheus hints | V1.2.2+ | -| V1.2.0 | Major Workbench upgrade | V1.2.0+ | +| Version | Description | Supported IoTDB Versions | +|---------|-----------------------------------------------------------------------------------------------------------------------------|-------------------------------------| +| V2.0.1-beta | The first version of the V2.x series, supporting dual models of tree and table | V2.0 and above | +| 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 | +| 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 | +| V1.5.5 | Added server clock functionality and support for activating Enterprise Edition license databases | All 1.x versions from V1.3.4 onward | +| V1.5.4 | Added authentication for Prometheus settings in Instance Management | All 1.x versions from V1.3.4 onward | +| V1.5.1 | Added AI analysis and pattern matching | All 1.x versions from V1.3.2 onward | +| V1.4.0 | Added tree model display and English UI | All 1.x versions from V1.3.2 onward | +| V1.3.1 | Enhanced analysis methods and import templates | All 1.x versions from V1.3.2 onward | +| V1.3.0 | Added DB configuration and UI refinements | All 1.x versions from V1.3.2 onward | +| V1.2.6 | Optimized permission controls | All 1.x versions from V1.3.1 onward | +| V1.2.5 | Added "Common Templates" and caching | All 1.x versions from V1.3.0 onward | +| V1.2.4 | Added import/export for calculations, time alignment field | All 1.x versions from V1.2.2 onward | +| V1.2.3 | Added activation details and analysis features | All 1.x versions from V1.2.2 onward | +| V1.2.2 | Optimized point description display | All 1.x versions from V1.2.2 onward | +| V1.2.1 | Added sync monitoring panel, Prometheus hints | All 1.x versions from V1.2.2 onward | +| V1.2.0 | Major Workbench upgrade | All 1.x versions from V1.2.0 onward | diff --git a/src/zh/UserGuide/Master/Table/IoTDB-Introduction/Release-history_timecho.md b/src/zh/UserGuide/Master/Table/IoTDB-Introduction/Release-history_timecho.md index 4f13eda23..23df98b81 100644 --- a/src/zh/UserGuide/Master/Table/IoTDB-Introduction/Release-history_timecho.md +++ b/src/zh/UserGuide/Master/Table/IoTDB-Introduction/Release-history_timecho.md @@ -328,18 +328,21 @@ V1.0.0.1主要修复分区计算及查询执行时的相关问题,历史快照 ## 2. Workbench(控制台工具) -| **控制台版本号** | **版本说明** | **可支持IoTDB版本** | -|------------|---------------------------------|---------------| -| V1.5.5 | 新增服务器时钟,支持企业版激活数据库 | V1.3.4以上版本 | -| V1.5.4 | 新增实例管理中prometheus设置的认证功能 | V1.3.4及以上版本 | -| V1.5.1 | 新增AI分析功能以及模式匹配功能 | V1.3.2及以上版本 | -| V1.4.0 | 新增树模型展示及英文版 | V1.3.2及以上版本 | -| V1.3.1 | 分析功能新增分析方式,优化导入模版等功能 | V1.3.2及以上版本 | -| V1.3.0 | 新增数据库配置功能,优化部分版本细节 | V1.3.2及以上版本 | -| V1.2.6 | 优化各模块权限控制功能 | V1.3.1及以上版本 | -| V1.2.5 | 可视化功能新增“常用模版”概念,所有界面优化补充页面缓存等功能 | V1.3.0及以上版本 | -| V1.2.4 | 计算功能新增“导入、导出”功能,测点列表新增“时间对齐”字段 | V1.2.2及以上版本 | -| V1.2.3 | 首页新增“激活详情”,新增分析等功能 | V1.2.2及以上版本 | -| V1.2.2 | 优化“测点描述”展示内容等功能 | V1.2.2及以上版本 | -| V1.2.1 | 数据同步界面新增“监控面板”,优化Prometheus提示信息 | V1.2.2及以上版本 | -| V1.2.0 | 全新Workbench版本升级 | V1.2.0及以上版本 | \ No newline at end of file +| **控制台版本号** | **版本说明** | **可支持IoTDB版本** | +|------------|--------------------------------------------------------|-------------| +| V2.0.1-beta | V2.x系列首个版本,支持树、表双模型 | V2.0 及以上版本 | +| V1.5.7 | 优化测点列表中测点名称拆分为设备名称和测点,测点选择区域支持左右滚动,以及导出文件列顺序与页面保持一致 | V1.3.4及以上的1.x系列版本 | +| V1.5.6 | 优化 CSV 格式导入导出功能:导入时,支持标签、别名为非必填项;导出时,支持测点描述里反引号包裹引号的场景 | V1.3.4及以上的1.x系列版本 | +| V1.5.5 | 新增服务器时钟,支持企业版激活数据库 | V1.3.4及以上的1.x系列版本 | +| V1.5.4 | 新增实例管理中prometheus设置的认证功能 | V1.3.4及以上的1.x系列版本 | +| V1.5.1 | 新增AI分析功能以及模式匹配功能 | V1.3.2及以上的1.x系列版本 | +| V1.4.0 | 新增树模型展示及英文版 | V1.3.2及以上的1.x系列版本 | +| V1.3.1 | 分析功能新增分析方式,优化导入模版等功能 | V1.3.2及以上的1.x系列版本 | +| V1.3.0 | 新增数据库配置功能,优化部分版本细节 | V1.3.2及以上的1.x系列版本 | +| V1.2.6 | 优化各模块权限控制功能 | V1.3.1及以上的1.x系列版本 | +| V1.2.5 | 可视化功能新增“常用模版”概念,所有界面优化补充页面缓存等功能 | V1.3.0及以上的1.x系列版本 | +| V1.2.4 | 计算功能新增“导入、导出”功能,测点列表新增“时间对齐”字段 | V1.2.2及以上的1.x系列版本 | +| V1.2.3 | 首页新增“激活详情”,新增分析等功能 | V1.2.2及以上的1.x系列版本 | +| V1.2.2 | 优化“测点描述”展示内容等功能 | V1.2.2及以上的1.x系列版本 | +| V1.2.1 | 数据同步界面新增“监控面板”,优化Prometheus提示信息 | V1.2.2及以上的1.x系列版本 | +| V1.2.0 | 全新Workbench版本升级 | V1.2.0及以上的1.x系列版本 | \ No newline at end of file diff --git a/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/workbench-deployment_timecho.md b/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/workbench-deployment_timecho.md index 6e86729f6..5d3d1dbc2 100644 --- a/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/workbench-deployment_timecho.md +++ b/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/workbench-deployment_timecho.md @@ -34,7 +34,7 @@ | 准备内容 | 名称 | 版本要求 | 官方链接 | | :------: | :-----------------------: | :----------------------------------------------------------: | :----------------------------------------------------: | | 操作系统 | Windows或Linux | - | - | -| 安装环境 | JDK | 需要 >= V1.8.0_162(推荐使用 11 或者 17,下载时请根据机器配置选择ARM或x64安装包) | https://www.oracle.com/java/technologies/downloads/ | +| 安装环境 | JDK | 1.5.4及以下版本需要 >= 1.8,1.5.5及以上版本需要 >= 17(下载时请根据机器配置选择ARM或x64安装包) | https://www.oracle.com/java/technologies/downloads/ | | 相关软件 | Prometheus | 需要 >=V2.30.3 | https://prometheus.io/download/ | | 数据库 | IoTDB | 需要>=V1.2.0企业版 | 您可联系商务或技术支持获取 | | 控制台 | IoTDB-Workbench-``| - | 您可根据附录版本对照表进行选择后联系商务或技术支持获取 | @@ -193,17 +193,21 @@ ## 3. 附录:IoTDB与控制台版本对照表 -| 控制台版本号 | 版本说明 | 可支持IoTDB版本 | -| :------------: | :------------------------------------------------------------: | :----------------: | -| V1.5.1 | 新增AI分析功能以及模式匹配功能 | V1.3.2及以上版本 | -| V1.4.0 | 新增树模型展示及国际化 | V1.3.2及以上版本 | -| V1.3.1 | 分析功能新增分析方式,优化导入模版等功能 | V1.3.2及以上版本 | -| V1.3.0 | 新增数据库配置功能,优化部分版本细节 | V1.3.2及以上版本 | -| V1.2.6 | 优化各模块权限控制功能 | V1.3.1及以上版本 | -| V1.2.5 | 可视化功能新增“常用模版”概念,所有界面优化补充页面缓存等功能 | V1.3.0及以上版本 | -| V1.2.4 | 计算功能新增“导入、导出”功能,测点列表新增“时间对齐”字段 | V1.2.2及以上版本 | -| V1.2.3 | 首页新增“激活详情”,新增分析等功能 | V1.2.2及以上版本 | -| V1.2.2 | 优化“测点描述”展示内容等功能 | V1.2.2及以上版本 | -| V1.2.1 | 数据同步界面新增“监控面板”,优化Prometheus提示信息 | V1.2.2及以上版本 | -| V1.2.0 | 全新Workbench版本升级 | V1.2.0及以上版本 | - +| **控制台版本号** | **版本说明** | **可支持IoTDB版本** | +|------------|--------------------------------------------------------|-------------------| +| V2.0.1-beta | V2.x系列首个版本,支持树、表双模型 | V2.0 及以上版本,AI分析模块仅支持2.0.5以上版本 | +| V1.5.7 | 优化测点列表中测点名称拆分为设备名称和测点,测点选择区域支持左右滚动,以及导出文件列顺序与页面保持一致 | V1.3.4及以上的1.x系列版本 | +| V1.5.6 | 优化 CSV 格式导入导出功能:导入时,支持标签、别名为非必填项;导出时,支持测点描述里反引号包裹引号的场景 | V1.3.4及以上的1.x系列版本 | +| V1.5.5 | 新增服务器时钟,支持企业版激活数据库 | V1.3.4及以上的1.x系列版本 | +| V1.5.4 | 新增实例管理中prometheus设置的认证功能 | V1.3.4及以上的1.x系列版本 | +| V1.5.1 | 新增AI分析功能以及模式匹配功能 | V1.3.2及以上的1.x系列版本 | +| V1.4.0 | 新增树模型展示及英文版 | V1.3.2及以上的1.x系列版本 | +| V1.3.1 | 分析功能新增分析方式,优化导入模版等功能 | V1.3.2及以上的1.x系列版本 | +| V1.3.0 | 新增数据库配置功能,优化部分版本细节 | V1.3.2及以上的1.x系列版本 | +| V1.2.6 | 优化各模块权限控制功能 | V1.3.1及以上的1.x系列版本 | +| V1.2.5 | 可视化功能新增“常用模版”概念,所有界面优化补充页面缓存等功能 | V1.3.0及以上的1.x系列版本 | +| V1.2.4 | 计算功能新增“导入、导出”功能,测点列表新增“时间对齐”字段 | V1.2.2及以上的1.x系列版本 | +| V1.2.3 | 首页新增“激活详情”,新增分析等功能 | V1.2.2及以上的1.x系列版本 | +| V1.2.2 | 优化“测点描述”展示内容等功能 | V1.2.2及以上的1.x系列版本 | +| V1.2.1 | 数据同步界面新增“监控面板”,优化Prometheus提示信息 | V1.2.2及以上的1.x系列版本 | +| V1.2.0 | 全新Workbench版本升级 | V1.2.0及以上的1.x系列版本 | diff --git a/src/zh/UserGuide/Master/Tree/IoTDB-Introduction/Release-history_timecho.md b/src/zh/UserGuide/Master/Tree/IoTDB-Introduction/Release-history_timecho.md index 4f13eda23..d0ec2f298 100644 --- a/src/zh/UserGuide/Master/Tree/IoTDB-Introduction/Release-history_timecho.md +++ b/src/zh/UserGuide/Master/Tree/IoTDB-Introduction/Release-history_timecho.md @@ -328,18 +328,21 @@ V1.0.0.1主要修复分区计算及查询执行时的相关问题,历史快照 ## 2. Workbench(控制台工具) -| **控制台版本号** | **版本说明** | **可支持IoTDB版本** | -|------------|---------------------------------|---------------| -| V1.5.5 | 新增服务器时钟,支持企业版激活数据库 | V1.3.4以上版本 | -| V1.5.4 | 新增实例管理中prometheus设置的认证功能 | V1.3.4及以上版本 | -| V1.5.1 | 新增AI分析功能以及模式匹配功能 | V1.3.2及以上版本 | -| V1.4.0 | 新增树模型展示及英文版 | V1.3.2及以上版本 | -| V1.3.1 | 分析功能新增分析方式,优化导入模版等功能 | V1.3.2及以上版本 | -| V1.3.0 | 新增数据库配置功能,优化部分版本细节 | V1.3.2及以上版本 | -| V1.2.6 | 优化各模块权限控制功能 | V1.3.1及以上版本 | -| V1.2.5 | 可视化功能新增“常用模版”概念,所有界面优化补充页面缓存等功能 | V1.3.0及以上版本 | -| V1.2.4 | 计算功能新增“导入、导出”功能,测点列表新增“时间对齐”字段 | V1.2.2及以上版本 | -| V1.2.3 | 首页新增“激活详情”,新增分析等功能 | V1.2.2及以上版本 | -| V1.2.2 | 优化“测点描述”展示内容等功能 | V1.2.2及以上版本 | -| V1.2.1 | 数据同步界面新增“监控面板”,优化Prometheus提示信息 | V1.2.2及以上版本 | -| V1.2.0 | 全新Workbench版本升级 | V1.2.0及以上版本 | \ No newline at end of file +| **控制台版本号** | **版本说明** | **可支持IoTDB版本** | +|--------------|--------------------------------------------------------|-------------| +| V2.0.1-beta | V2.x系列首个版本,支持树、表双模型 | V2.0 及以上版本 | +| V1.5.7 | 优化测点列表中测点名称拆分为设备名称和测点,测点选择区域支持左右滚动,以及导出文件列顺序与页面保持一致 | V1.3.4及以上的1.x系列版本 | +| V1.5.6 | 优化 CSV 格式导入导出功能:导入时,支持标签、别名为非必填项;导出时,支持测点描述里反引号包裹引号的场景 | V1.3.4及以上的1.x系列版本 | +| V1.5.5 | 新增服务器时钟,支持企业版激活数据库 | V1.3.4及以上的1.x系列版本 | +| V1.5.4 | 新增实例管理中prometheus设置的认证功能 | V1.3.4及以上的1.x系列版本 | +| V1.5.1 | 新增AI分析功能以及模式匹配功能 | V1.3.2及以上的1.x系列版本 | +| V1.4.0 | 新增树模型展示及英文版 | V1.3.2及以上的1.x系列版本 | +| V1.3.1 | 分析功能新增分析方式,优化导入模版等功能 | V1.3.2及以上的1.x系列版本 | +| V1.3.0 | 新增数据库配置功能,优化部分版本细节 | V1.3.2及以上的1.x系列版本 | +| V1.2.6 | 优化各模块权限控制功能 | V1.3.1及以上的1.x系列版本 | +| V1.2.5 | 可视化功能新增“常用模版”概念,所有界面优化补充页面缓存等功能 | V1.3.0及以上的1.x系列版本 | +| V1.2.4 | 计算功能新增“导入、导出”功能,测点列表新增“时间对齐”字段 | V1.2.2及以上的1.x系列版本 | +| V1.2.3 | 首页新增“激活详情”,新增分析等功能 | V1.2.2及以上的1.x系列版本 | +| V1.2.2 | 优化“测点描述”展示内容等功能 | V1.2.2及以上的1.x系列版本 | +| V1.2.1 | 数据同步界面新增“监控面板”,优化Prometheus提示信息 | V1.2.2及以上的1.x系列版本 | +| V1.2.0 | 全新Workbench版本升级 | V1.2.0及以上的1.x系列版本 | \ No newline at end of file diff --git a/src/zh/UserGuide/V1.3.x/Deployment-and-Maintenance/workbench-deployment_timecho.md b/src/zh/UserGuide/V1.3.x/Deployment-and-Maintenance/workbench-deployment_timecho.md index 7d9eb8b4d..e00f49676 100644 --- a/src/zh/UserGuide/V1.3.x/Deployment-and-Maintenance/workbench-deployment_timecho.md +++ b/src/zh/UserGuide/V1.3.x/Deployment-and-Maintenance/workbench-deployment_timecho.md @@ -34,7 +34,7 @@ | 准备内容 | 名称 | 版本要求 | 官方链接 | | :------: | :-----------------------: | :----------------------------------------------------------: | :----------------------------------------------------: | | 操作系统 | Windows或Linux | - | - | -| 安装环境 | JDK | 需要 >= V1.8.0_162(推荐使用 11 或者 17,下载时请根据机器配置选择ARM或x64安装包) | https://www.oracle.com/java/technologies/downloads/ | +| 安装环境 | JDK | 1.5.4及以下版本需要 >= 1.8,1.5.5及以上版本需要 >= 17(下载时请根据机器配置选择ARM或x64安装包) | https://www.oracle.com/java/technologies/downloads/ | | 相关软件 | Prometheus | 需要 >=V2.30.3 | https://prometheus.io/download/ | | 数据库 | IoTDB | 需要>=V1.2.0企业版 | 您可联系商务或技术支持获取 | | 控制台 | IoTDB-Workbench-``| - | 您可根据附录版本对照表进行选择后联系商务或技术支持获取 | @@ -193,17 +193,20 @@ ## 附录:IoTDB与控制台版本对照表 -| 控制台版本号 | 版本说明 | 可支持IoTDB版本 | -| :------------: | :------------------------------------------------------------: | :----------------: | -| V1.5.1 | 新增AI分析功能以及模式匹配功能 | V1.3.2及以上版本 | -| V1.4.0 | 新增树模型展示及国际化 | V1.3.2及以上版本 | -| V1.3.1 | 分析功能新增分析方式,优化导入模版等功能 | V1.3.2及以上版本 | -| V1.3.0 | 新增数据库配置功能,优化部分版本细节 | V1.3.2及以上版本 | -| V1.2.6 | 优化各模块权限控制功能 | V1.3.1及以上版本 | -| V1.2.5 | 可视化功能新增“常用模版”概念,所有界面优化补充页面缓存等功能 | V1.3.0及以上版本 | -| V1.2.4 | 计算功能新增“导入、导出”功能,测点列表新增“时间对齐”字段 | V1.2.2及以上版本 | -| V1.2.3 | 首页新增“激活详情”,新增分析等功能 | V1.2.2及以上版本 | -| V1.2.2 | 优化“测点描述”展示内容等功能 | V1.2.2及以上版本 | -| V1.2.1 | 数据同步界面新增“监控面板”,优化Prometheus提示信息 | V1.2.2及以上版本 | -| V1.2.0 | 全新Workbench版本升级 | V1.2.0及以上版本 | - +| **控制台版本号** | **版本说明** | **可支持IoTDB版本** | +|------------|--------------------------------------------------------|----------------| +| V1.5.7 | 优化测点列表中测点名称拆分为设备名称和测点,测点选择区域支持左右滚动,以及导出文件列顺序与页面保持一致 | V1.3.4及以上的1.x系列版本 | +| V1.5.6 | 优化 CSV 格式导入导出功能:导入时,支持标签、别名为非必填项;导出时,支持测点描述里反引号包裹引号的场景 | V1.3.4及以上的1.x系列版本 | +| V1.5.5 | 新增服务器时钟,支持企业版激活数据库 | V1.3.4及以上的1.x系列版本 | +| V1.5.4 | 新增实例管理中prometheus设置的认证功能 | V1.3.4及以上的1.x系列版本 | +| V1.5.1 | 新增AI分析功能以及模式匹配功能 | V1.3.2及以上的1.x系列版本 | +| V1.4.0 | 新增树模型展示及英文版 | V1.3.2及以上的1.x系列版本 | +| V1.3.1 | 分析功能新增分析方式,优化导入模版等功能 | V1.3.2及以上的1.x系列版本 | +| V1.3.0 | 新增数据库配置功能,优化部分版本细节 | V1.3.2及以上的1.x系列版本 | +| V1.2.6 | 优化各模块权限控制功能 | V1.3.1及以上的1.x系列版本 | +| V1.2.5 | 可视化功能新增“常用模版”概念,所有界面优化补充页面缓存等功能 | V1.3.0及以上的1.x系列版本 | +| V1.2.4 | 计算功能新增“导入、导出”功能,测点列表新增“时间对齐”字段 | V1.2.2及以上的1.x系列版本 | +| V1.2.3 | 首页新增“激活详情”,新增分析等功能 | V1.2.2及以上的1.x系列版本 | +| V1.2.2 | 优化“测点描述”展示内容等功能 | V1.2.2及以上的1.x系列版本 | +| V1.2.1 | 数据同步界面新增“监控面板”,优化Prometheus提示信息 | V1.2.2及以上的1.x系列版本 | +| V1.2.0 | 全新Workbench版本升级 | V1.2.0及以上的1.x系列版本 | diff --git a/src/zh/UserGuide/V1.3.x/IoTDB-Introduction/Release-history_timecho.md b/src/zh/UserGuide/V1.3.x/IoTDB-Introduction/Release-history_timecho.md index fa3dc5f46..858f70e14 100644 --- a/src/zh/UserGuide/V1.3.x/IoTDB-Introduction/Release-history_timecho.md +++ b/src/zh/UserGuide/V1.3.x/IoTDB-Introduction/Release-history_timecho.md @@ -226,18 +226,20 @@ V1.0.0.1主要修复分区计算及查询执行时的相关问题,历史快照 ## Workbench(控制台工具) -| **控制台版本号** | **版本说明** | **可支持IoTDB版本** | -|------------|---------------------------------|---------------| -| V1.5.5 | 新增服务器时钟,支持企业版激活数据库 | V1.3.4以上版本 | -| V1.5.4 | 新增实例管理中prometheus设置的认证功能 | V1.3.4及以上版本 | -| V1.5.1 | 新增AI分析功能以及模式匹配功能 | V1.3.2及以上版本 | -| V1.4.0 | 新增树模型展示及英文版 | V1.3.2及以上版本 | -| V1.3.1 | 分析功能新增分析方式,优化导入模版等功能 | V1.3.2及以上版本 | -| V1.3.0 | 新增数据库配置功能,优化部分版本细节 | V1.3.2及以上版本 | -| V1.2.6 | 优化各模块权限控制功能 | V1.3.1及以上版本 | -| V1.2.5 | 可视化功能新增“常用模版”概念,所有界面优化补充页面缓存等功能 | V1.3.0及以上版本 | -| V1.2.4 | 计算功能新增“导入、导出”功能,测点列表新增“时间对齐”字段 | V1.2.2及以上版本 | -| V1.2.3 | 首页新增“激活详情”,新增分析等功能 | V1.2.2及以上版本 | -| V1.2.2 | 优化“测点描述”展示内容等功能 | V1.2.2及以上版本 | -| V1.2.1 | 数据同步界面新增“监控面板”,优化Prometheus提示信息 | V1.2.2及以上版本 | -| V1.2.0 | 全新Workbench版本升级 | V1.2.0及以上版本 | \ No newline at end of file +| **控制台版本号** | **版本说明** | **可支持IoTDB版本** | +|------------|--------------------------------------------------------|----------------| +| V1.5.7 | 优化测点列表中测点名称拆分为设备名称和测点,测点选择区域支持左右滚动,以及导出文件列顺序与页面保持一致 | V1.3.4及以上的1.x系列版本 | +| V1.5.6 | 优化 CSV 格式导入导出功能:导入时,支持标签、别名为非必填项;导出时,支持测点描述里反引号包裹引号的场景 | V1.3.4及以上的1.x系列版本 | +| V1.5.5 | 新增服务器时钟,支持企业版激活数据库 | V1.3.4及以上的1.x系列版本 | +| V1.5.4 | 新增实例管理中prometheus设置的认证功能 | V1.3.4及以上的1.x系列版本 | +| V1.5.1 | 新增AI分析功能以及模式匹配功能 | V1.3.2及以上的1.x系列版本 | +| V1.4.0 | 新增树模型展示及英文版 | V1.3.2及以上的1.x系列版本 | +| V1.3.1 | 分析功能新增分析方式,优化导入模版等功能 | V1.3.2及以上的1.x系列版本 | +| V1.3.0 | 新增数据库配置功能,优化部分版本细节 | V1.3.2及以上的1.x系列版本 | +| V1.2.6 | 优化各模块权限控制功能 | V1.3.1及以上的1.x系列版本 | +| V1.2.5 | 可视化功能新增“常用模版”概念,所有界面优化补充页面缓存等功能 | V1.3.0及以上的1.x系列版本 | +| V1.2.4 | 计算功能新增“导入、导出”功能,测点列表新增“时间对齐”字段 | V1.2.2及以上的1.x系列版本 | +| V1.2.3 | 首页新增“激活详情”,新增分析等功能 | V1.2.2及以上的1.x系列版本 | +| V1.2.2 | 优化“测点描述”展示内容等功能 | V1.2.2及以上的1.x系列版本 | +| V1.2.1 | 数据同步界面新增“监控面板”,优化Prometheus提示信息 | V1.2.2及以上的1.x系列版本 | +| V1.2.0 | 全新Workbench版本升级 | V1.2.0及以上的1.x系列版本 | \ No newline at end of file diff --git a/src/zh/UserGuide/dev-1.3/Deployment-and-Maintenance/workbench-deployment_timecho.md b/src/zh/UserGuide/dev-1.3/Deployment-and-Maintenance/workbench-deployment_timecho.md index 7d9eb8b4d..258c27eec 100644 --- a/src/zh/UserGuide/dev-1.3/Deployment-and-Maintenance/workbench-deployment_timecho.md +++ b/src/zh/UserGuide/dev-1.3/Deployment-and-Maintenance/workbench-deployment_timecho.md @@ -31,13 +31,13 @@ ## 安装准备 -| 准备内容 | 名称 | 版本要求 | 官方链接 | -| :------: | :-----------------------: | :----------------------------------------------------------: | :----------------------------------------------------: | -| 操作系统 | Windows或Linux | - | - | -| 安装环境 | JDK | 需要 >= V1.8.0_162(推荐使用 11 或者 17,下载时请根据机器配置选择ARM或x64安装包) | https://www.oracle.com/java/technologies/downloads/ | -| 相关软件 | Prometheus | 需要 >=V2.30.3 | https://prometheus.io/download/ | -| 数据库 | IoTDB | 需要>=V1.2.0企业版 | 您可联系商务或技术支持获取 | -| 控制台 | IoTDB-Workbench-``| - | 您可根据附录版本对照表进行选择后联系商务或技术支持获取 | +| 准备内容 | 名称 | 版本要求 | 官方链接 | +| :------: | :-----------------------: |:-------------------------------------------------------------------:| :----------------------------------------------------: | +| 操作系统 | Windows或Linux | - | - | +| 安装环境 | JDK | 1.5.4及以下版本需要 >= 1.8,1.5.5及以上版本需要 >= 17(下载时请根据机器配置选择ARM或x64安装包) | https://www.oracle.com/java/technologies/downloads/ | +| 相关软件 | Prometheus | 需要 >=V2.30.3 | https://prometheus.io/download/ | +| 数据库 | IoTDB | 需要>=V1.2.0企业版 | 您可联系商务或技术支持获取 | +| 控制台 | IoTDB-Workbench-``| - | 您可根据附录版本对照表进行选择后联系商务或技术支持获取 | ## 安装步骤 @@ -193,17 +193,21 @@ ## 附录:IoTDB与控制台版本对照表 -| 控制台版本号 | 版本说明 | 可支持IoTDB版本 | -| :------------: | :------------------------------------------------------------: | :----------------: | -| V1.5.1 | 新增AI分析功能以及模式匹配功能 | V1.3.2及以上版本 | -| V1.4.0 | 新增树模型展示及国际化 | V1.3.2及以上版本 | -| V1.3.1 | 分析功能新增分析方式,优化导入模版等功能 | V1.3.2及以上版本 | -| V1.3.0 | 新增数据库配置功能,优化部分版本细节 | V1.3.2及以上版本 | -| V1.2.6 | 优化各模块权限控制功能 | V1.3.1及以上版本 | -| V1.2.5 | 可视化功能新增“常用模版”概念,所有界面优化补充页面缓存等功能 | V1.3.0及以上版本 | -| V1.2.4 | 计算功能新增“导入、导出”功能,测点列表新增“时间对齐”字段 | V1.2.2及以上版本 | -| V1.2.3 | 首页新增“激活详情”,新增分析等功能 | V1.2.2及以上版本 | -| V1.2.2 | 优化“测点描述”展示内容等功能 | V1.2.2及以上版本 | -| V1.2.1 | 数据同步界面新增“监控面板”,优化Prometheus提示信息 | V1.2.2及以上版本 | -| V1.2.0 | 全新Workbench版本升级 | V1.2.0及以上版本 | +| **控制台版本号** | **版本说明** | **可支持IoTDB版本** | +|------------|--------------------------------------------------------|----------------| +| V1.5.7 | 优化测点列表中测点名称拆分为设备名称和测点,测点选择区域支持左右滚动,以及导出文件列顺序与页面保持一致 | V1.3.4及以上的1.x系列版本 | +| V1.5.6 | 优化 CSV 格式导入导出功能:导入时,支持标签、别名为非必填项;导出时,支持测点描述里反引号包裹引号的场景 | V1.3.4及以上的1.x系列版本 | +| V1.5.5 | 新增服务器时钟,支持企业版激活数据库 | V1.3.4及以上的1.x系列版本 | +| V1.5.4 | 新增实例管理中prometheus设置的认证功能 | V1.3.4及以上的1.x系列版本 | +| V1.5.1 | 新增AI分析功能以及模式匹配功能 | V1.3.2及以上的1.x系列版本 | +| V1.4.0 | 新增树模型展示及英文版 | V1.3.2及以上的1.x系列版本 | +| V1.3.1 | 分析功能新增分析方式,优化导入模版等功能 | V1.3.2及以上的1.x系列版本 | +| V1.3.0 | 新增数据库配置功能,优化部分版本细节 | V1.3.2及以上的1.x系列版本 | +| V1.2.6 | 优化各模块权限控制功能 | V1.3.1及以上的1.x系列版本 | +| V1.2.5 | 可视化功能新增“常用模版”概念,所有界面优化补充页面缓存等功能 | V1.3.0及以上的1.x系列版本 | +| V1.2.4 | 计算功能新增“导入、导出”功能,测点列表新增“时间对齐”字段 | V1.2.2及以上的1.x系列版本 | +| V1.2.3 | 首页新增“激活详情”,新增分析等功能 | V1.2.2及以上的1.x系列版本 | +| V1.2.2 | 优化“测点描述”展示内容等功能 | V1.2.2及以上的1.x系列版本 | +| V1.2.1 | 数据同步界面新增“监控面板”,优化Prometheus提示信息 | V1.2.2及以上的1.x系列版本 | +| V1.2.0 | 全新Workbench版本升级 | V1.2.0及以上的1.x系列版本 | diff --git a/src/zh/UserGuide/dev-1.3/IoTDB-Introduction/Release-history_timecho.md b/src/zh/UserGuide/dev-1.3/IoTDB-Introduction/Release-history_timecho.md index f76d23785..54f7cc2db 100644 --- a/src/zh/UserGuide/dev-1.3/IoTDB-Introduction/Release-history_timecho.md +++ b/src/zh/UserGuide/dev-1.3/IoTDB-Introduction/Release-history_timecho.md @@ -226,18 +226,20 @@ V1.0.0.1主要修复分区计算及查询执行时的相关问题,历史快照 ## Workbench(控制台工具) -| **控制台版本号** | **版本说明** | **可支持IoTDB版本** | -|------------|---------------------------------|---------------| -| V1.5.5 | 新增服务器时钟,支持企业版激活数据库 | V1.3.4以上版本 | -| V1.5.4 | 新增实例管理中prometheus设置的认证功能 | V1.3.4及以上版本 | -| V1.5.1 | 新增AI分析功能以及模式匹配功能 | V1.3.2及以上版本 | -| V1.4.0 | 新增树模型展示及英文版 | V1.3.2及以上版本 | -| V1.3.1 | 分析功能新增分析方式,优化导入模版等功能 | V1.3.2及以上版本 | -| V1.3.0 | 新增数据库配置功能,优化部分版本细节 | V1.3.2及以上版本 | -| V1.2.6 | 优化各模块权限控制功能 | V1.3.1及以上版本 | -| V1.2.5 | 可视化功能新增“常用模版”概念,所有界面优化补充页面缓存等功能 | V1.3.0及以上版本 | -| V1.2.4 | 计算功能新增“导入、导出”功能,测点列表新增“时间对齐”字段 | V1.2.2及以上版本 | -| V1.2.3 | 首页新增“激活详情”,新增分析等功能 | V1.2.2及以上版本 | -| V1.2.2 | 优化“测点描述”展示内容等功能 | V1.2.2及以上版本 | -| V1.2.1 | 数据同步界面新增“监控面板”,优化Prometheus提示信息 | V1.2.2及以上版本 | -| V1.2.0 | 全新Workbench版本升级 | V1.2.0及以上版本 | \ No newline at end of file +| **控制台版本号** | **版本说明** | **可支持IoTDB版本** | +|-----------|--------------------------------------------------------|--------------------| +| V1.5.7 | 优化测点列表中测点名称拆分为设备名称和测点,测点选择区域支持左右滚动,以及导出文件列顺序与页面保持一致 | V1.3.4及以上的1.x系列版本 | +| V1.5.6 | 优化 CSV 格式导入导出功能:导入时,支持标签、别名为非必填项;导出时,支持测点描述里反引号包裹引号的场景 | V1.3.4及以上的1.x系列版本 | +| V1.5.5 | 新增服务器时钟,支持企业版激活数据库 | V1.3.4及以上的1.x系列版本 | +| V1.5.4 | 新增实例管理中prometheus设置的认证功能 | V1.3.4及以上的1.x系列版本 | +| V1.5.1 | 新增AI分析功能以及模式匹配功能 | V1.3.2及以上的1.x系列版本 | +| V1.4.0 | 新增树模型展示及英文版 | V1.3.2及以上的1.x系列版本 | +| V1.3.1 | 分析功能新增分析方式,优化导入模版等功能 | V1.3.2及以上的1.x系列版本 | +| V1.3.0 | 新增数据库配置功能,优化部分版本细节 | V1.3.2及以上的1.x系列版本 | +| V1.2.6 | 优化各模块权限控制功能 | V1.3.1及以上的1.x系列版本 | +| V1.2.5 | 可视化功能新增“常用模版”概念,所有界面优化补充页面缓存等功能 | V1.3.0及以上的1.x系列版本 | +| V1.2.4 | 计算功能新增“导入、导出”功能,测点列表新增“时间对齐”字段 | V1.2.2及以上的1.x系列版本 | +| V1.2.3 | 首页新增“激活详情”,新增分析等功能 | V1.2.2及以上的1.x系列版本 | +| V1.2.2 | 优化“测点描述”展示内容等功能 | V1.2.2及以上的1.x系列版本 | +| V1.2.1 | 数据同步界面新增“监控面板”,优化Prometheus提示信息 | V1.2.2及以上的1.x系列版本 | +| V1.2.0 | 全新Workbench版本升级 | V1.2.0及以上的1.x系列版本 | \ No newline at end of file diff --git a/src/zh/UserGuide/latest-Table/IoTDB-Introduction/Release-history_timecho.md b/src/zh/UserGuide/latest-Table/IoTDB-Introduction/Release-history_timecho.md index 4f13eda23..23df98b81 100644 --- a/src/zh/UserGuide/latest-Table/IoTDB-Introduction/Release-history_timecho.md +++ b/src/zh/UserGuide/latest-Table/IoTDB-Introduction/Release-history_timecho.md @@ -328,18 +328,21 @@ V1.0.0.1主要修复分区计算及查询执行时的相关问题,历史快照 ## 2. Workbench(控制台工具) -| **控制台版本号** | **版本说明** | **可支持IoTDB版本** | -|------------|---------------------------------|---------------| -| V1.5.5 | 新增服务器时钟,支持企业版激活数据库 | V1.3.4以上版本 | -| V1.5.4 | 新增实例管理中prometheus设置的认证功能 | V1.3.4及以上版本 | -| V1.5.1 | 新增AI分析功能以及模式匹配功能 | V1.3.2及以上版本 | -| V1.4.0 | 新增树模型展示及英文版 | V1.3.2及以上版本 | -| V1.3.1 | 分析功能新增分析方式,优化导入模版等功能 | V1.3.2及以上版本 | -| V1.3.0 | 新增数据库配置功能,优化部分版本细节 | V1.3.2及以上版本 | -| V1.2.6 | 优化各模块权限控制功能 | V1.3.1及以上版本 | -| V1.2.5 | 可视化功能新增“常用模版”概念,所有界面优化补充页面缓存等功能 | V1.3.0及以上版本 | -| V1.2.4 | 计算功能新增“导入、导出”功能,测点列表新增“时间对齐”字段 | V1.2.2及以上版本 | -| V1.2.3 | 首页新增“激活详情”,新增分析等功能 | V1.2.2及以上版本 | -| V1.2.2 | 优化“测点描述”展示内容等功能 | V1.2.2及以上版本 | -| V1.2.1 | 数据同步界面新增“监控面板”,优化Prometheus提示信息 | V1.2.2及以上版本 | -| V1.2.0 | 全新Workbench版本升级 | V1.2.0及以上版本 | \ No newline at end of file +| **控制台版本号** | **版本说明** | **可支持IoTDB版本** | +|------------|--------------------------------------------------------|-------------| +| V2.0.1-beta | V2.x系列首个版本,支持树、表双模型 | V2.0 及以上版本 | +| V1.5.7 | 优化测点列表中测点名称拆分为设备名称和测点,测点选择区域支持左右滚动,以及导出文件列顺序与页面保持一致 | V1.3.4及以上的1.x系列版本 | +| V1.5.6 | 优化 CSV 格式导入导出功能:导入时,支持标签、别名为非必填项;导出时,支持测点描述里反引号包裹引号的场景 | V1.3.4及以上的1.x系列版本 | +| V1.5.5 | 新增服务器时钟,支持企业版激活数据库 | V1.3.4及以上的1.x系列版本 | +| V1.5.4 | 新增实例管理中prometheus设置的认证功能 | V1.3.4及以上的1.x系列版本 | +| V1.5.1 | 新增AI分析功能以及模式匹配功能 | V1.3.2及以上的1.x系列版本 | +| V1.4.0 | 新增树模型展示及英文版 | V1.3.2及以上的1.x系列版本 | +| V1.3.1 | 分析功能新增分析方式,优化导入模版等功能 | V1.3.2及以上的1.x系列版本 | +| V1.3.0 | 新增数据库配置功能,优化部分版本细节 | V1.3.2及以上的1.x系列版本 | +| V1.2.6 | 优化各模块权限控制功能 | V1.3.1及以上的1.x系列版本 | +| V1.2.5 | 可视化功能新增“常用模版”概念,所有界面优化补充页面缓存等功能 | V1.3.0及以上的1.x系列版本 | +| V1.2.4 | 计算功能新增“导入、导出”功能,测点列表新增“时间对齐”字段 | V1.2.2及以上的1.x系列版本 | +| V1.2.3 | 首页新增“激活详情”,新增分析等功能 | V1.2.2及以上的1.x系列版本 | +| V1.2.2 | 优化“测点描述”展示内容等功能 | V1.2.2及以上的1.x系列版本 | +| V1.2.1 | 数据同步界面新增“监控面板”,优化Prometheus提示信息 | V1.2.2及以上的1.x系列版本 | +| V1.2.0 | 全新Workbench版本升级 | V1.2.0及以上的1.x系列版本 | \ No newline at end of file diff --git a/src/zh/UserGuide/latest/Deployment-and-Maintenance/workbench-deployment_timecho.md b/src/zh/UserGuide/latest/Deployment-and-Maintenance/workbench-deployment_timecho.md index 6e86729f6..5d3d1dbc2 100644 --- a/src/zh/UserGuide/latest/Deployment-and-Maintenance/workbench-deployment_timecho.md +++ b/src/zh/UserGuide/latest/Deployment-and-Maintenance/workbench-deployment_timecho.md @@ -34,7 +34,7 @@ | 准备内容 | 名称 | 版本要求 | 官方链接 | | :------: | :-----------------------: | :----------------------------------------------------------: | :----------------------------------------------------: | | 操作系统 | Windows或Linux | - | - | -| 安装环境 | JDK | 需要 >= V1.8.0_162(推荐使用 11 或者 17,下载时请根据机器配置选择ARM或x64安装包) | https://www.oracle.com/java/technologies/downloads/ | +| 安装环境 | JDK | 1.5.4及以下版本需要 >= 1.8,1.5.5及以上版本需要 >= 17(下载时请根据机器配置选择ARM或x64安装包) | https://www.oracle.com/java/technologies/downloads/ | | 相关软件 | Prometheus | 需要 >=V2.30.3 | https://prometheus.io/download/ | | 数据库 | IoTDB | 需要>=V1.2.0企业版 | 您可联系商务或技术支持获取 | | 控制台 | IoTDB-Workbench-``| - | 您可根据附录版本对照表进行选择后联系商务或技术支持获取 | @@ -193,17 +193,21 @@ ## 3. 附录:IoTDB与控制台版本对照表 -| 控制台版本号 | 版本说明 | 可支持IoTDB版本 | -| :------------: | :------------------------------------------------------------: | :----------------: | -| V1.5.1 | 新增AI分析功能以及模式匹配功能 | V1.3.2及以上版本 | -| V1.4.0 | 新增树模型展示及国际化 | V1.3.2及以上版本 | -| V1.3.1 | 分析功能新增分析方式,优化导入模版等功能 | V1.3.2及以上版本 | -| V1.3.0 | 新增数据库配置功能,优化部分版本细节 | V1.3.2及以上版本 | -| V1.2.6 | 优化各模块权限控制功能 | V1.3.1及以上版本 | -| V1.2.5 | 可视化功能新增“常用模版”概念,所有界面优化补充页面缓存等功能 | V1.3.0及以上版本 | -| V1.2.4 | 计算功能新增“导入、导出”功能,测点列表新增“时间对齐”字段 | V1.2.2及以上版本 | -| V1.2.3 | 首页新增“激活详情”,新增分析等功能 | V1.2.2及以上版本 | -| V1.2.2 | 优化“测点描述”展示内容等功能 | V1.2.2及以上版本 | -| V1.2.1 | 数据同步界面新增“监控面板”,优化Prometheus提示信息 | V1.2.2及以上版本 | -| V1.2.0 | 全新Workbench版本升级 | V1.2.0及以上版本 | - +| **控制台版本号** | **版本说明** | **可支持IoTDB版本** | +|------------|--------------------------------------------------------|-------------------| +| V2.0.1-beta | V2.x系列首个版本,支持树、表双模型 | V2.0 及以上版本,AI分析模块仅支持2.0.5以上版本 | +| V1.5.7 | 优化测点列表中测点名称拆分为设备名称和测点,测点选择区域支持左右滚动,以及导出文件列顺序与页面保持一致 | V1.3.4及以上的1.x系列版本 | +| V1.5.6 | 优化 CSV 格式导入导出功能:导入时,支持标签、别名为非必填项;导出时,支持测点描述里反引号包裹引号的场景 | V1.3.4及以上的1.x系列版本 | +| V1.5.5 | 新增服务器时钟,支持企业版激活数据库 | V1.3.4及以上的1.x系列版本 | +| V1.5.4 | 新增实例管理中prometheus设置的认证功能 | V1.3.4及以上的1.x系列版本 | +| V1.5.1 | 新增AI分析功能以及模式匹配功能 | V1.3.2及以上的1.x系列版本 | +| V1.4.0 | 新增树模型展示及英文版 | V1.3.2及以上的1.x系列版本 | +| V1.3.1 | 分析功能新增分析方式,优化导入模版等功能 | V1.3.2及以上的1.x系列版本 | +| V1.3.0 | 新增数据库配置功能,优化部分版本细节 | V1.3.2及以上的1.x系列版本 | +| V1.2.6 | 优化各模块权限控制功能 | V1.3.1及以上的1.x系列版本 | +| V1.2.5 | 可视化功能新增“常用模版”概念,所有界面优化补充页面缓存等功能 | V1.3.0及以上的1.x系列版本 | +| V1.2.4 | 计算功能新增“导入、导出”功能,测点列表新增“时间对齐”字段 | V1.2.2及以上的1.x系列版本 | +| V1.2.3 | 首页新增“激活详情”,新增分析等功能 | V1.2.2及以上的1.x系列版本 | +| V1.2.2 | 优化“测点描述”展示内容等功能 | V1.2.2及以上的1.x系列版本 | +| V1.2.1 | 数据同步界面新增“监控面板”,优化Prometheus提示信息 | V1.2.2及以上的1.x系列版本 | +| V1.2.0 | 全新Workbench版本升级 | V1.2.0及以上的1.x系列版本 | diff --git a/src/zh/UserGuide/latest/IoTDB-Introduction/Release-history_timecho.md b/src/zh/UserGuide/latest/IoTDB-Introduction/Release-history_timecho.md index 27861dd9c..e82b8d6fa 100644 --- a/src/zh/UserGuide/latest/IoTDB-Introduction/Release-history_timecho.md +++ b/src/zh/UserGuide/latest/IoTDB-Introduction/Release-history_timecho.md @@ -328,18 +328,21 @@ V1.0.0.1主要修复分区计算及查询执行时的相关问题,历史快照 ## 2. Workbench(控制台工具) -| **控制台版本号** | **版本说明** | **可支持IoTDB版本** | -|------------|---------------------------------|---------------| -| V1.5.5 | 新增服务器时钟,支持企业版激活数据库 | V1.3.4以上版本 | -| V1.5.4 | 新增实例管理中prometheus设置的认证功能 | V1.3.4及以上版本 | -| V1.5.1 | 新增AI分析功能以及模式匹配功能 | V1.3.2及以上版本 | -| V1.4.0 | 新增树模型展示及英文版 | V1.3.2及以上版本 | -| V1.3.1 | 分析功能新增分析方式,优化导入模版等功能 | V1.3.2及以上版本 | -| V1.3.0 | 新增数据库配置功能,优化部分版本细节 | V1.3.2及以上版本 | -| V1.2.6 | 优化各模块权限控制功能 | V1.3.1及以上版本 | -| V1.2.5 | 可视化功能新增“常用模版”概念,所有界面优化补充页面缓存等功能 | V1.3.0及以上版本 | -| V1.2.4 | 计算功能新增“导入、导出”功能,测点列表新增“时间对齐”字段 | V1.2.2及以上版本 | -| V1.2.3 | 首页新增“激活详情”,新增分析等功能 | V1.2.2及以上版本 | -| V1.2.2 | 优化“测点描述”展示内容等功能 | V1.2.2及以上版本 | -| V1.2.1 | 数据同步界面新增“监控面板”,优化Prometheus提示信息 | V1.2.2及以上版本 | -| V1.2.0 | 全新Workbench版本升级 | V1.2.0及以上版本 | \ No newline at end of file +| **控制台版本号** | **版本说明** | **可支持IoTDB版本** | +|------------|--------------------------------------------------------|----------------| +| V2.0.1-beta | V2.x系列首个版本,支持树、表双模型 | V2.0 及以上版本 | +| V1.5.7 | 优化测点列表中测点名称拆分为设备名称和测点,测点选择区域支持左右滚动,以及导出文件列顺序与页面保持一致 | V1.3.4及以上的1.x系列版本 | +| V1.5.6 | 优化 CSV 格式导入导出功能:导入时,支持标签、别名为非必填项;导出时,支持测点描述里反引号包裹引号的场景 | V1.3.4及以上的1.x系列版本 | +| V1.5.5 | 新增服务器时钟,支持企业版激活数据库 | V1.3.4及以上的1.x系列版本 | +| V1.5.4 | 新增实例管理中prometheus设置的认证功能 | V1.3.4及以上的1.x系列版本 | +| V1.5.1 | 新增AI分析功能以及模式匹配功能 | V1.3.2及以上的1.x系列版本 | +| V1.4.0 | 新增树模型展示及英文版 | V1.3.2及以上的1.x系列版本 | +| V1.3.1 | 分析功能新增分析方式,优化导入模版等功能 | V1.3.2及以上的1.x系列版本 | +| V1.3.0 | 新增数据库配置功能,优化部分版本细节 | V1.3.2及以上的1.x系列版本 | +| V1.2.6 | 优化各模块权限控制功能 | V1.3.1及以上的1.x系列版本 | +| V1.2.5 | 可视化功能新增“常用模版”概念,所有界面优化补充页面缓存等功能 | V1.3.0及以上的1.x系列版本 | +| V1.2.4 | 计算功能新增“导入、导出”功能,测点列表新增“时间对齐”字段 | V1.2.2及以上的1.x系列版本 | +| V1.2.3 | 首页新增“激活详情”,新增分析等功能 | V1.2.2及以上的1.x系列版本 | +| V1.2.2 | 优化“测点描述”展示内容等功能 | V1.2.2及以上的1.x系列版本 | +| V1.2.1 | 数据同步界面新增“监控面板”,优化Prometheus提示信息 | V1.2.2及以上的1.x系列版本 | +| V1.2.0 | 全新Workbench版本升级 | V1.2.0及以上的1.x系列版本 | \ No newline at end of file