Time Series Database (TSDB) provides the open source code for iterative development of TSDB SDK. The code is hosted on GitHub. For more information, see TSDB SDK on GitHub. If an issue occurs when you use TSDB SDK, we recommend that you report the issue on GitHub. For more information about how to create an issue on GitHub, see Issues. We look forward to receiving your feedback and suggestions on TSDB SDK.
The following table describes the official versions of TSDB SDK.
Version | Description | Download link |
---|---|---|
0.3.6 |
| |
0.3.5 |
| |
0.3.3 |
| |
0.3.2 |
| |
0.3.1 |
| |
0.2.7 | The authentication information can be configured based on the user authentication feature of TSDB. | |
0.2.6 | The dependency on Guava is removed. The delta operator is supported for subqueries. The delta operator is used to calculate the difference between the values of two single-value data points. | |
0.2.5 | Time series can be recursively deleted. Multi-value time series can be deleted. | |
0.2.4 | A bug in JSON serialization is fixed. | |
0.2.3 | Filters are supported when you configure the MultiFieldSubQuery object. The preDpValue operator is supported. The preDpValue operator is used to filter data points before queries are performed. | |
0.2.2 | SQL queries can be submitted. | |
0.2.1 | Asynchronous writes of multi-value data points are supported. | |
0.2.0 | The API operations that are used to manage multi-value data points are supported. |