1.30.22.6
New Features
- The DolphinDB Python API now supports Python 3.11.
- The PROTOCOL_DDB protocol now supports the Decimal128 data type.
Enhancements
- The drop method now behaves differently when the input is a string or single-element list.
- To avoid potential issues, strings exceeding 64KB cannot be uploaded.
Bug Fixes
- Fixed an issue related to uploading dictionaries that contained data types such as UUID, IPADDR, and INT128.
- Fixed improper destruction of members in the MultithreadedTableWriter class.
- Fixed the MultithreadedTableWriter aborting on invalid data inserts in some cases.
- Fixed a segmentation fault when uploading DataFrames, particularly when the first value in a Decimal32/64/128 column was NULL.
- Fixed an issue which could led to errors or data inconsistencies when uploading DataFrames with a datetime64[us] column.