Skip to content

2.1.2

Compare
Choose a tag to compare
@amunra amunra released this 09 Nov 16:33
· 42 commits to main since this release
f32af37

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.