Skip to content

v0.51.4-public

Choose a tag to compare

@dingxin-tech dingxin-tech released this 14 Jan 03:21
· 30 commits to release/0.51.x since this release

Changelog

[0.51.4-public] - 2025-01-14

Features

  • MCQA2: Added several optimizations to improve the execution efficiency of MCQA2 jobs. MCQA2 jobs now use ExecuteMode.INTERACTIVE_V2 mode, distinguishing it from MCQA1's ExecuteMode.INTERACTIVE
  • SQLExecutor: Added new getExecuteMode method to retrieve job execution mode

Changes

  • UpsertStream: In version 0.51.0, the signature of the close method was modified (no longer throwing TunnelException). This version restores it to maintain API compatibility.
  • ClusterInfo: The toString method was changed in version 0.51.0. This version restores it to maintain API compatibility.
  • TunnelRetryStrategy and ConfigurationImpl classes: These were removed in version 0.48.6. This version restores them (though they won't have any effect!) to maintain API compatibility.

更新日志

[0.51.4-public] - 2025-01-14

功能

  • MCQA2 增加若干项优化,提升了 MCQA2 作业的执行效率。MCQA2 作业的模式变为 ExecuteMode.INTERACTIVE_V2,与 MCQA1 的 ExecuteMode.INTERACTIVE 区别开
  • SQLExecutor 新增 getExecuteMode 方法,用于获取作业执行模式

变更

  • UpsertStream 在 0.51.0 版本,修改了 close 方法的函数签名(不再抛出 TunnelException),在本版本中恢复,以保证接口兼容性。
  • ClusterInfo 在 0.51.0 版本,toString 方法有所变更,在本版本中恢复,以保证接口兼容性。
  • TunnelRetryStrategyConfigurationImpl 类在 0.48.6 版本被移除,在本版本中恢复(但不会起到任何效果!),以保证接口兼容性。