v0.50.6-public
[0.50.6-public] - 2024-11-27
Features
- Logview Added support for Logview V2, details see November 14, 2024 (UTC+8): Notice on the security upgrade for MaxCompute LogView. It can be created using
new Logview(odps, 2), and SQLExecutor specifies the version through thelogviewVersion
method.
[0.50.6-public] - 2024-11-27
功能
- Logview 新增对 Logview V2 的支持,V2 版本保障了数据安全,更多信息参考 2024年11月14日-MaxCompute Logview安全升级 。可以通过
new Logview(odps, 2)创建,SQLExecutor 通过logviewVersion方法指定。