v0.51.4-public
·
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_V2mode, distinguishing it from MCQA1'sExecuteMode.INTERACTIVE - SQLExecutor: Added new
getExecuteModemethod to retrieve job execution mode
Changes
- UpsertStream: In version 0.51.0, the signature of the
closemethod was modified (no longer throwingTunnelException). 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 方法有所变更,在本版本中恢复,以保证接口兼容性。
- TunnelRetryStrategy,ConfigurationImpl 类在 0.48.6 版本被移除,在本版本中恢复(但不会起到任何效果!),以保证接口兼容性。