Skip to content

Releases: questdb/net-questdb-client

2.1.0

17 Dec 13:00
1fe7650
Compare
Choose a tag to compare

What's Changed

BREAKING 💥 removed BouncyCastle.Cryptography dependency from net-questdb-client assembly.

To use TCP ILP with token authorization an additional assembly is required net-questdb-client-tcp-auth

@ideoma in #34

Full Changelog: v2.0.0...2.1.0

v2.0.0

22 Apr 12:08
67bd37b
Compare
Choose a tag to compare

Support ILP over HTTP transport for data sent to QuestDB. This protocol provides a better dev-ex for data ingestion, including improved error messages, initialisation via configuration string, authentication, transactions, auto-flushing, and more.

What's Changed

New Contributors

Full Changelog: v1.1.0...v2.0.0

v1.1.0

14 Jun 13:33
Compare
Choose a tag to compare

Features:

  • TLS encryption support
  • ILP certificate authorisation
  • Async / await API
  • More client side checks (table names, column names etc) to avoid rejecting lines on QuestDB server side.

Release 1.1.0 breaks the API of the ILP client but the version of the protocol with QuestDB remains the same.

v1.0.0

26 Nov 09:12
Compare
Choose a tag to compare

First release. Includes TcpLineSender to serialize and send data to QuestDB using Influx Line Protocol. Only blocking send is supported