File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ These protocol versions are supported over both HTTP and TCP.
5555 ` protocol_version=N ` parameter when constructing the ` Sender ` object
5656 (TCP defaults to ` protocol_version=1 ` ).
5757
58- | Version | Description | Server Comatibility |
58+ | Version | Description | Server Compatibility |
5959| ------- | ------------------------------------------------------- | --------------------- |
6060| ** 1** | Over HTTP it's compatible InfluxDB Line Protocol (ILP) | All QuestDB versions |
6161| ** 2** | 64-bit floats sent as binary, adds n-dimentional arrays | 8.4.0+ (2023-10-30) |
Original file line number Diff line number Diff line change @@ -15,13 +15,14 @@ The library supports the following ILP protocol versions.
1515
1616These protocol versions are supported over both HTTP and TCP.
1717
18- * If you use HTTP, the library will automatically detect the server's
18+ * If you use HTTP and ` protocol_version=auto ` or unset, the library will
19+ automatically detect the server's
1920 latest supported protocol version and use it (recommended).
2021* If you use TCP, you can specify the
2122 ` protocol_version=N ` parameter when constructing the ` Sender ` object
2223 (TCP defaults to ` protocol_version=1 ` ).
2324
24- | Version | Description | Server Comatibility |
25+ | Version | Description | Server Compatibility |
2526| ------- | ------------------------------------------------------- | --------------------- |
2627| ** 1** | Over HTTP it's compatible InfluxDB Line Protocol (ILP) | All QuestDB versions |
2728| ** 2** | 64-bit floats sent as binary, adds n-dimentional arrays | 8.4.0+ (2023-10-30) |
You can’t perform that action at this time.
0 commit comments