v300.0.1
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.