Releases: dolphindb/api-java
Releases · dolphindb/api-java
3.00.2.6
3.00.2.5
New Features
- Added support for SCRAM authentication.
3.00.2.4
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
Improvements
- Renamed the parameter resubTimeout to resubscribeInterval in method
subscribe
.
3.00.2.2
Improvements
- Optimized the performance for accessing array vectors.
3.00.2.1
Improvements
- A Void is returned for a DT_VOID element contained in an IOTANY vector.
3.00.2.0
New Features
- Added support for IOTANY vectors.
Improvements
-
Enhanced error messages for
DBConnection
during reconnection. -
Renamed the following CEP-related parameters for
EventClient
andEventSender
:- eventTimeKeys to eventTimeFields.
- commonKeys to commonFields.
3.00.1.3
New Features
- Added parameters connectTimeout and readTimeout to the
connect
method ofDBConnection
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
Improvements
- The default value of parameter parallelism for
run
andtryRun
has been modified from 2 to 64.
3.00.1.1
New Features
- Added parameters minimumPoolSize, maximumPoolSize, idleTimeout, and tryReconnectNums to
SimpleDBConnectionPool
for setting the min/max pool size, max idle time, and the number of reconnection attempts of a connection pool. SimpleDBConnectionPool
now supports dynamically acquiring connections and manually releasing idle connections.- Added parameter tryReconnectNums to
DBConnection
for setting the number of reconnection attempts. - Added method
getScale
toMatrix
interface for obtaining the scale of a DECIMAL matrix.
Improvements
- Optimized the implementation logic for
AutoFitTableAppender
andAutoFitTableUpsert
. - Optimized log information on CEP events.
Issues Fixed
- Fixed an issue in high availability (HA) mode where restarting a data node after the controller and agent nodes were restarted would result in connection failure with a "connect to :0" error message.