Release notes for LindormTSDB SDK for native Java.
All versions are available in the Maven repository. See LindormTSDB SDK for native Java on Maven Central.
V1.0.6
Features
Specify a cluster ID when writing data.
Added a retry mechanism for data writes when the server restarts.
Changes
| Parameter | Previous default | New default |
|---|---|---|
maxPointBatches | — | 32 |
numBatchThreads | — | 8 |
V1.0.5
Bug fixes
Fixed version conflicts caused by the Gson dependency.
V1.0.4
Bug fixes
Fixed a parsing error in the
execute()interface that prevented it from reading returned results.
V1.0.3
Features
Set
schema_policytoNoneto prevent LindormTSDB from auto-creating tables on write.Configure
keepAliveMsandmaxIdleConnon a connection pool.The
query()interface now parses data types based on the schema.Error log message sequences are now converted to readable characters.
Bug fixes
Fixed an error that occurred when validating data based on its timestamp.
V1.0.2
Features
Extended conditions for string verification.
V1.0.1
Features
Added HTTPS support.
Added the
writeSyncmethod for synchronous data writes with configurable parameters.Added a forced flush method to immediately flush data from the asynchronous queue.
Added the
isHealthinterface to check the health status of LindormTSDB.Added URL verification: the client checks URL availability on initialization.
Added server version verification: requires server version 3.4.8 or later.
Renamed the
okhttp3library to prevent dependency conflicts.
V1.0.0
Initial release of LindormTSDB SDK for native Java. Supports features such as basic authentication, asynchronous batch writes, and streaming queries.