Skip to content

v0.53.2-public

Choose a tag to compare

@idleyui idleyui released this 11 Sep 07:01

[0.53.2-public] - 2025-09-11

✨ New Features

  • MaxStorageDownloadOption
    Added support for configuring timestamp and datetime units for better data type handling
  • SQLExecutorBuilder
    Optimized fetch result configuration and improved thread management
  • BatchWriter
    Added default flush method for better interface compliance
  • SessionRecordSetIterator
    Restored SessionRecordSetIterator class to maintain backward compatibility

🐞 Bug Fixes

  • LogView
    Fixed LogView host configuration and improved version handling logic
  • UpsertRecord
    Fixed case sensitivity issues in column name handling
  • CSVRecordParser
    Removed unnecessary try-catch block that was masking parsing errors
  • TableTunnel
    Enhanced error handling in upsert operations and improved Arrow options configuration
  • ArrowWriterImpl
    Added flush method implementation for better resource management

📄 Documentation

  • Updated appendix documentation and added type mapping guide for MaxCompute types

[0.53.2-public] - 2025-09-11

🐞 问题修复

  • LogView
    修复了 LogView 主机配置并改进了版本处理逻辑
  • UpsertRecord
    修复了列名处理中的大小写敏感性问题
  • CSVRecordParser
    移除了掩盖解析错误的不必要 try-catch 块
  • TableTunnel
    增强了 upsert 操作中的错误处理并改进了 Arrow 选项配置
  • ArrowWriterImpl
    添加了 flush 方法实现以更好地管理资源

✨ 新增功能

  • MaxStorageDownloadOption
    新增对时间戳和日期时间单位的配置支持,以更好地处理数据类型
  • SQLExecutorBuilder
    优化了获取结果的配置并改进了线程管理
  • BatchWriter
    添加了默认的 flush 方法以更好地符合接口规范
  • SessionRecordSetIterator
    恢复了 SessionRecordSetIterator 类以保持向后兼容性

📄 文档更新

  • 更新了附录文档并添加了 MaxCompute 类型的映射指南