2.0.0
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
optstype 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