2.00.11
2.00.11.1
New Features
- Added new method SimpleDBConnectionPool.
2.00.11.0
- 
                    Added parameter enableSeqNo to the runmethod of classDBConnectionto enable/disable the sequence number tracking (seqNo) feature.
- 
                    Added parameter enableLoadBalance to the connectmethod of classDBConnectionto enable/disable load balancing in the high availability mode.
- 
                    Added support for the SLF4J logging framework. 
- 
                    The DURATION data type supports the identifier of trading calendar. 
- 
                    The PartitionedTableAppenderclass supports writing data of BLOB type.
Enhancements
- 
                    Optimized the behavior of batch writing for MultithreadedTableWriter.
- 
                    Refactored public DBConnection(boolean asynchronousTask, boolean useSSL, boolean compress, boolean usePython, boolean isUrgent, boolean isReverseStreaming, SqlStdEnum sqlStd)to private.
- 
                    Enhanced error messages for the ThreadPooledClientclass when threadCount is negative.
- 
                    Updated code usage examples. 
Bug Fixes
- 
                    Fixed an issue where the toString()method of theThreadStatusclass in theMultithreadedTableWriterdid not correctly output the value of sendFailedRows.
- 
                    Fixed an issue where communication exceptions occurred when uploading strings with "\0" during serialized transmission. 
