3.0.1

3.0.1.1

Improvements

  • The default parallelism parameter for the run method in both DBConnectionPool and Session classes has been increased from 2 to 64.

3.0.1.0

New Features

  • New parameters primaryKey and indexes have been added to Database.createTable and Database.createPartitionedTable to support creating tables under the primary key engine.

Improvements

  • Added support for verifying non-standard versions of third-party libraries (e.g., pandas 2.2.0rc0 ).
  • Added support for automatic precision alignment when writing Decimal values.
  • Optimized the performance of the append method in the Table class.
  • Version dependency restriction: NumPy 2.0 is not currently supported.

Bug Fixes

  • [CEP] Fixed a segmentation fault that occurred when EventClient subscribed to a table containing a time column not specified in the eventTimeFields parameter of the EventClient constructor.

  • Fixed an issue that when writing data through TableUpserter, the write operation failed if a Session reconnection occurred.