Skip to content

3.00.0.0

Compare
Choose a tag to compare
@chenxiYuDolphinDB chenxiYuDolphinDB released this 09 Apr 05:54
· 326 commits to master since this release

New Features

  • Added support for creating matrix of Decimal type.
  • Added parameter enableActualSendTime to MultithreadedTableWriter class to set whether to record the send time for each message.
  • Added CEP (Complex Event Processing) Engine with the following features:
    • EventSender class to write events into a heterogeneous stream table.
    • EventClient class to subscribe events from a heterogeneous stream table.
  • Added method getJavaApiVersion for class Utils to get the current API version.

Issues Fixed

  • Fixed issues for scalar/vector of Decimal type.