New Features
- Added support for Python 3.12.
- Introduced the Logger package, which allows logging information and print outputs to be directed to a specified location.
- The MultithreadedTableWriter now includes a reconnect parameter, which controls automatic reconnection if the network connection is interrupted during writing.
Improvements
- The resubTimeout parameter in subscribe has been renamed to resubscribeInterval.
Bug Fixes
- Decimal data upload behavior has been standardized to rounding.
- Fixed write performance degradation in the tableInsert and MultithreadedTableWriter, introduced in version 3.0.2.1.
- Fixed an issue where nodes in high-availability mode failed to switch properly.