2.1.2
What's Changed
C++ API improvements:
- Fixed some potential linker errors due to missing
inline
keywords in the C++ header file. - Removed memory allocation from
questdb::ilp::line_sender_buffer
's constructor: This is now performed lazily. This makes it easier to use the type with concurrent queues that set a buffer by reference.