1.30.22
1.30.22.4
New Features
-
The
MultithreadedTableWriterclass now supports creating array vectors of the following types: boolean[], byte[], char[], short[], int[], long[], double[], and float[]. -
The
ThreadPooledClientclass now supports a public constructorThreadPooledClient(int threadCount)that allows the publisher to push streaming data using the connection established by the subscriber. -
The
PollingClientclass now supports a default constructorPollingClient()that allows the publisher to push streaming data using the connection established by the subscriber. -
New features for the
BasicTableclass:-
Adding duplicate columns with
addColumnis no longer allowed; -
The
replaceColumnmethod can replace a single column; -
The
replaceColNamemethod can rename a single column.
-
Optimized the DBConnection class:
-
Renamed the parameter userID to userId in method
login; -
Renamed method
getUserIDtogetUserId.
Bug Fixes
- Fixed incorrect results returned by method
Appendfor BasicDecimal32Vector, BasicDecimal64Vector, and BasicDecimal128Vector types. -
Fixed an issue where calling
setNullon an instance of theBasicSymbolVectorclass without any null values would cause errors, disconnections, or exceptions when later retrieving data.
1.30.22.3
New Features
-
Added support for constructing data of BasicDecimal32 and BasicDecimal64 types from strings.
-
Added support for calling the
JSONObject.toJSONStringmethod from fastjson library to serialize DolphinDB data types defined in the Java API. -
The
addmethod of theBasicDecimal32VectorandBasicDecimal64Vectorclasses now supports data of String type. -
The
addRangemethod of theBasicDecimal32VectorandBasicDecimal64Vectorclasses now supports String arrays. -
The API will connect to a random low-load node if high availability is enabled.
-
New constructor methods have been added to instantiate some data types, including BasicDouble, BasicFloat, BasicInt, BasicLong, BasicShort, and BasicByte.
-
Reduced the JAR file size for DolphinDB Java API dependencies.
-
Renamed
tableAppnedertoAutoFitTableAppender. -
Optimized the
ErrorCodeInfocode, and changed its access modifier to public. -
Upgraded FastJson to version 2.0.33.
1.30.22.2
New Features
-
The API will connect to a random low-load node if high availability is enabled.
-
New constructor methods have been added to instantiate some data types, including
BasicDouble,BasicFloat,BasicInt,BasicLong,BasicShort, andBasicByte.
- Upgraded FastJson to version 2.0.33.
1.30.22.1
New Features
-
Added support for DECIMAL128 data type.
- Added parameter sqlStd to method
DBConnectionfor SQL parsing.
- Optimized the performance of
BasicDBTask.
