Skip to content

v300.1.0

Compare
Choose a tag to compare
@dolphindb-jffu dolphindb-jffu released this 02 Jul 09:01
· 9 commits to main since this release

New Features

  • Added support for delta compression algorithm on DECIMAL columns.
  • Added support for uploading and downloading BLOB and SYMBOL sets.

Improvements

  • Expanded index range for submatrix retrieval.
  • Implemented validation for String type data construction, with '\0' now considered an invalid character.
  • Modified default value of listeningPort parameter to 0 for stream subscriptions.

Issues Fixed

  • Fixed an issue where parameters batchSize and throttle did not take effect during subscriptions when msgAsTable=true.