Skip to content

3.0.2.0

Choose a tag to compare

@ShenaMao ShenaMao released this 09 Oct 01:59
· 6 commits to main since this release

Improvements

  • Enhanced parameter validation for methods such as Session.run.
  • Added tryReconnectNums parameter to Session.connect method and DBConnectionPool constructor to set reconnection attempts.
  • Added sqlStd parameter to Session and DBConnectionPool constructors to specify server-side SQL dialect.
  • Changed default protocol in Session and DBConnectionPool constructors from PROTOCOL_PICKLE to PROTOCOL_DDB.
  • When uploading a pandas.DataFrame, columns of string[pyarrow] type can now be specified as SYMBOL type.
  • Added new parameters readTimeout and writeTimeout to Session.connect to specify API read and write timeouts.