Skip to content

v300.0.1

Compare
Choose a tag to compare
@dolphindb-jffu dolphindb-jffu released this 31 May 07:16
· 18 commits to main since this release

New Features

  • Added support for compilation of C++ API with gcc/g++ 13 version.
  • Added support for obtaining offest of messages.

Improvements

  • Removed unnecessary warnings when compiling on Linux.
  • Removed “using namespace” declaration in DolphinDB.h.
  • Optimized the performance when subscribing to heterogeneous stream tables.

Bug Fixes

  • Fixed the issue where the length parameter of the append function did not take effect when appending a tuple to array vectors.
  • Fixed incorrect results returned by FastArrayVector::fill after variables were modified;
  • Fixed incorrect results returned by ArrayVector::fill value is tuples or array vectors.