Skip to content

Commit 01fea11

Browse files
committed
update version num
1 parent 6fa22db commit 01fea11

28 files changed

Lines changed: 28 additions & 28 deletions

src/UserGuide/Master/Table/API/Programming-MQTT_timecho.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ IoTDB provides deep integration with the MQTT protocol, fully compliant with MQT
2828

2929
![](/img/mqtt-table-en-1.png)
3030

31-
Note: As of version V2.0.8, the TimechoDB installation package does not include the MQTT service JAR file by default. Please contact the Timecho team to obtain the JAR file before using this service, and place it in the `timechodb_home/lib` or `timechodb_home/ext/external_service` directory.
31+
Note: As of version V2.0.8.2, the TimechoDB installation package does not include the MQTT service JAR file by default. Please contact the Timecho team to obtain the JAR file before using this service, and place it in the `timechodb_home/lib` or `timechodb_home/ext/external_service` directory.
3232

3333

3434
## 2. Configuration

src/UserGuide/Master/Table/API/RestAPI-V1_timecho.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
IoTDB's RESTful service can be used for querying, writing, and management operations. It uses the OpenAPI standard to define interfaces and generate frameworks.
2424

25-
Note: As of version V2.0.8, the TimechoDB installation package does not include the REST service JAR file by default. Please contact the Timecho team to obtain the corresponding JAR file before using this service, and place it in the `timechodb_home/lib` or `timechodb_home/ext/external_service` directory.
25+
Note: As of version V2.0.8.2, the TimechoDB installation package does not include the REST service JAR file by default. Please contact the Timecho team to obtain the corresponding JAR file before using this service, and place it in the `timechodb_home/lib` or `timechodb_home/ext/external_service` directory.
2626

2727
## 1. Enabling RESTful Service
2828

src/UserGuide/Master/Table/Deployment-and-Maintenance/IoTDB-Package_timecho.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ After unpacking the installation package(`iotdb-enterprise-{version}-bin.zip`
4545
| README.md | File | User manual (English version). |
4646
| RELEASE_NOTES.md | File | Release notes. |
4747

48-
Note: As of version V2.0.8, the TimechoDB installation package does not include the MQTT service and REST service JAR files by default. If you need to use them, please contact the Timecho team to obtain them.
48+
Note: As of version V2.0.8.2, the TimechoDB installation package does not include the MQTT service and REST service JAR files by default. If you need to use them, please contact the Timecho team to obtain them.

src/UserGuide/Master/Tree/API/Programming-MQTT_timecho.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ IoTDB provides deep integration with the MQTT protocol, fully compliant with MQT
2828

2929
<img style="width:100%; max-width:800px; max-height:600px; margin-left:auto; margin-right:auto; display:block;" src="/img/github/78357432-0c71cf80-75e4-11ea-98aa-c43a54d469ce.png">
3030

31-
Note: As of version V2.0.8, the TimechoDB installation package does not include the MQTT service JAR file by default. Please contact the Timecho team to obtain the JAR file before using this service, and place it in the `timechodb_home/lib` or `timechodb_home/ext/external_service` directory.
31+
Note: As of version V2.0.8.2, the TimechoDB installation package does not include the MQTT service JAR file by default. Please contact the Timecho team to obtain the JAR file before using this service, and place it in the `timechodb_home/lib` or `timechodb_home/ext/external_service` directory.
3232

3333
## 2. Built-in MQTT Service
3434
The Built-in MQTT Service provide the ability of direct connection to IoTDB through MQTT. It listen the publish messages from MQTT clients

src/UserGuide/Master/Tree/API/RestServiceV1_timecho.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# REST API V1(Not Recommend)
2323
IoTDB's RESTful services can be used for query, write, and management operations, using the OpenAPI standard to define interfaces and generate frameworks.
2424

25-
Note: As of version V2.0.8, the TimechoDB installation package does not include the REST service JAR file by default. Please contact the Timecho team to obtain the corresponding JAR file before using this service, and place it in the `timechodb_home/lib` or `timechodb_home/ext/external_service` directory.
25+
Note: As of version V2.0.8.2, the TimechoDB installation package does not include the REST service JAR file by default. Please contact the Timecho team to obtain the corresponding JAR file before using this service, and place it in the `timechodb_home/lib` or `timechodb_home/ext/external_service` directory.
2626

2727
## 1. Enable RESTful Services
2828

src/UserGuide/Master/Tree/API/RestServiceV2_timecho.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# REST API V2
2323
IoTDB's RESTful services can be used for query, write, and management operations, using the OpenAPI standard to define interfaces and generate frameworks.
2424

25-
Note: As of version V2.0.8, the TimechoDB installation package does not include the REST service JAR file by default. Please contact the Timecho team to obtain the corresponding JAR file before using this service, and place it in the `timechodb_home/lib` or `timechodb_home/ext/external_service` directory.
25+
Note: As of version V2.0.8.2, the TimechoDB installation package does not include the REST service JAR file by default. Please contact the Timecho team to obtain the corresponding JAR file before using this service, and place it in the `timechodb_home/lib` or `timechodb_home/ext/external_service` directory.
2626

2727
## 1. Enable RESTful Services
2828

src/UserGuide/Master/Tree/Deployment-and-Maintenance/IoTDB-Package_timecho.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ After unpacking the installation package(`iotdb-enterprise-{version}-bin.zip`
4545
| README.md | File | User manual (English version). |
4646
| RELEASE_NOTES.md | File | Release notes. |
4747

48-
Note: As of version V2.0.8, the TimechoDB installation package does not include the MQTT service and REST service JAR files by default. If you need to use them, please contact the Timecho team to obtain them.
48+
Note: As of version V2.0.8.2, the TimechoDB installation package does not include the MQTT service and REST service JAR files by default. If you need to use them, please contact the Timecho team to obtain them.

src/UserGuide/latest-Table/API/Programming-MQTT_timecho.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ IoTDB provides deep integration with the MQTT protocol, fully compliant with MQT
2828

2929
![](/img/mqtt-table-en-1.png)
3030

31-
Note: As of version V2.0.8, the TimechoDB installation package does not include the MQTT service JAR file by default. Please contact the Timecho team to obtain the JAR file before using this service, and place it in the `timechodb_home/lib` or `timechodb_home/ext/external_service` directory.
31+
Note: As of version V2.0.8.2, the TimechoDB installation package does not include the MQTT service JAR file by default. Please contact the Timecho team to obtain the JAR file before using this service, and place it in the `timechodb_home/lib` or `timechodb_home/ext/external_service` directory.
3232

3333

3434
## 2. Configuration

src/UserGuide/latest-Table/API/RestAPI-V1_timecho.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
IoTDB's RESTful service can be used for querying, writing, and management operations. It uses the OpenAPI standard to define interfaces and generate frameworks.
2424

25-
Note: As of version V2.0.8, the TimechoDB installation package does not include the REST service JAR file by default. Please contact the Timecho team to obtain the corresponding JAR file before using this service, and place it in the `timechodb_home/lib` or `timechodb_home/ext/external_service` directory.
25+
Note: As of version V2.0.8.2, the TimechoDB installation package does not include the REST service JAR file by default. Please contact the Timecho team to obtain the corresponding JAR file before using this service, and place it in the `timechodb_home/lib` or `timechodb_home/ext/external_service` directory.
2626

2727
## 1. Enabling RESTful Service
2828

src/UserGuide/latest-Table/Deployment-and-Maintenance/IoTDB-Package_timecho.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ After unpacking the installation package(`iotdb-enterprise-{version}-bin.zip`
4545
| README.md | File | User manual (English version). |
4646
| RELEASE_NOTES.md | File | Release notes. |
4747

48-
Note: As of version V2.0.8, the TimechoDB installation package does not include the MQTT service and REST service JAR files by default. If you need to use them, please contact the Timecho team to obtain them.
48+
Note: As of version V2.0.8.2, the TimechoDB installation package does not include the MQTT service and REST service JAR files by default. If you need to use them, please contact the Timecho team to obtain them.

0 commit comments

Comments
 (0)