Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ These protocol versions are supported over both HTTP and TCP.
`protocol_version=N` parameter when constructing the `Sender` object
(TCP defaults to `protocol_version=1`).

| Version | Description | Server Compatibility |
| ------- | ------------------------------------------------------- | --------------------- |
| **1** | Over HTTP it's compatible InfluxDB Line Protocol (ILP) | All QuestDB versions |
| **2** | 64-bit floats sent as binary, adds n-dimentional arrays | 9.0.0+ (2023-10-30) |
| Version | Description | Server Compatibility |
| ------- | ------------------------------------------------------------ | --------------------- |
| **1** | Over HTTP it's compatible with InfluxDB Line Protocol (ILP) | All QuestDB versions |
| **2** | 64-bit floats sent as binary, adds n-dimensional arrays | 9.0.0+ (2025-07-11) |

## Getting Started

Expand Down