Java API
New Features
-
Added support for constructing data of BasicDecimal32 and BasicDecimal64 types from strings. (1.30.22.3)
-
Added support for calling the
JSONObject.toJSONStringmethod from fastjson library to serialize DolphinDB data types defined in the Java API. (1.30.22.3) -
The
addmethod of theBasicDecimal32VectorandBasicDecimal64Vectorclasses now supports data of String type. (1.30.22.3) -
The
addRangemethod of theBasicDecimal32VectorandBasicDecimal64Vectorclasses now supports String arrays. (1.30.22.3) -
The API will connect to a random low-load node if high availability is enabled. (1.30.22.3)
-
New constructor methods have been added to instantiate some data types, including BasicDouble, BasicFloat, BasicInt, BasicLong, BasicShort, and BasicByte. (1.30.22.3)
Improvements
-
Reduced the JAR file size for DolphinDB Java API dependencies. (1.30.22.3)
-
Renamed
tableAppnedertoAutoFitTableAppender. (1.30.22.3) -
Optimized the
ErrorCodeInfocode, and changed its access modifier to public. (1.30.22.3) -
Upgraded FastJson to version 2.0.33. (1.30.22.3)
