Release overview
Adds Array support and improves QuestDB 9.0.0 compatibility.
What is new
- Add array support and protocol version option, binary protocol for doubles #55
Migration from older client versions
The code is kept compatible with v3 of the client, so the only change should be made in imports, from github.com/questdb/go-questdb-client/v3
to github.com/questdb/go-questdb-client/v4
.