Skip to content

2.0.0

Choose a tag to compare

@amunra amunra released this 06 Jul 16:26
· 74 commits to main since this release
cca14ef

What's Changed

This is a new major release of the c-questdb-client bringing in a number of new features:

  • Authentication support.
  • Full-connection encryption via TLS.
  • Improved validation of table names and column names.
  • Support for TIMESTAMP columns in ILP.
  • A new opts type for setting up connection parameters.
  • More flexible API splitting buffer construction from networking.
  • Helper macros to work with UTF-8 literals in C.
  • A number of C++ API tweaks and fixes.

To learn more, take a look at the updated documentation and example code.

Full Changelog: 1.1.0...2.0.0