Skip to content

Releases: dolphindb/api-java

3.00.3.0

20 May 01:20
Compare
Choose a tag to compare

Improvements

  • Reduced the log level of initialization validation messages from ERROR to WARN.

3.00.2.6

10 Apr 05:49
Compare
Choose a tag to compare

New Features

  • Added support for configuring parameters of DBConnection.connect via ConnectConfig.

3.00.2.5

01 Apr 03:27
Compare
Choose a tag to compare

New Features

  • Added support for SCRAM authentication.

3.00.2.4

21 Jan 06:03
Compare
Choose a tag to compare

New Features

  • Added parameter reconnect and tryReconnectNums to MultithreadedTableWriter for setting auto reconnection and reconnection attempts.

Improvements

  • Added support for user login authentication to enhance security.
  • The run function has added listener functionality.

3.00.2.3

11 Dec 05:37
Compare
Choose a tag to compare

Improvements

  • Renamed the parameter resubTimeout to resubscribeInterval in method subscribe.

3.00.2.2

19 Nov 01:30
Compare
Choose a tag to compare

Improvements

  • Optimized the performance for accessing array vectors.

3.00.2.1

05 Nov 09:43
Compare
Choose a tag to compare

Improvements

  • A Void is returned for a DT_VOID element contained in an IOTANY vector.

3.00.2.0

23 Oct 08:59
Compare
Choose a tag to compare

New Features

  • Added support for IOTANY vectors.

Improvements

  • Enhanced error messages for DBConnection during reconnection.

  • Renamed the following CEP-related parameters for EventClient and EventSender:

    • eventTimeKeys to eventTimeFields.
    • commonKeys to commonFields.

3.00.1.3

03 Sep 05:48
Compare
Choose a tag to compare

New Features

  • Added parameters connectTimeout and readTimeout to the connect method of DBConnection class to set the maximum connection and read timeouts (in ms) for underlying API Socket connections.

Improvements

  • The error message raised by MultithreadedTableWriter when writing to partitioned tables now displays the specific column names in case of data type mismatch.

Issues Fixed

  • [AJ-763] Fixed an occasional issue where CPU usage was falsely high when using ThreadPooledClient for stream subscription, even without subscription tasks.

3.00.1.2

01 Aug 03:02
Compare
Choose a tag to compare

Improvements

  • The default value of parameter parallelism for run and tryRun has been modified from 2 to 64.