English | 中文
- Added parameter offset for streaming subscription to set the position of the first message where the subscription begins.
- Added support for IOTANY vectors.
- Optimized the performance of invoke method.
- Fixed an issue where invoke failed to execute functions defined on remote nodes.
- Fixed disconnection issues when uploading strings with \0 to server.
- Added support for heartbeat mechanism to prevent automatic disconnection due to prolonged inactivity.
- Added function data() for converting DolphinDB data into primitive JavaScript data.
- Added function invoke() that allows passing parameters and returning execution results in primitive JavaScript data types when calling DolphinDB functions.
- Added function execute() that executes DolphinDB scripts and returns execution results in primitive JavaScript data types.
- Added support for serialization and deserialization of COMPRESSED vectors and Tensor form.
- Added support for subscription to HA stream tables.
- Enhanced support for documentation and function hints for the latest server version.
- Enhanced StreamingMessage that allows accessing window data using window.data.
- Fixed an issue with time formatting on lower version browsers (> Chrome 90, < Chrome 100).
- Fixed an issue where strings returned by toString were not enclosed in quotes.
Add constant VIEW_OWNER and highlight
Support the serializtion of DURATION vector.
Support for processing exchange identifiers as DURATION type.