Releases: questdb/net-questdb-client
Releases · questdb/net-questdb-client
2.1.0
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
Full Changelog: v2.0.0...2.1.0
v2.0.0
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
- @puzpuzpuz made their first contribution in #5
- @amunra made their first contribution in #8
- @mdsitton made their first contribution in #12
- @goodroot made their first contribution in #15
- @nwoolmer made their first contribution in #18
Full Changelog: v1.1.0...v2.0.0
v1.1.0
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.