Skip to content

3.0.1.0

Latest
Compare
Choose a tag to compare
@ShenaMao ShenaMao released this 04 Jul 06:37

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 tableUpsert, the write operation failed if a session reconnection occurred.