发布

  • enhance: [2.6][GoSDK] Pick GoSDK commits & bump version (#46646)

    frostbyte_neo 发布于 2025-12-29 08:29:21 +00:00 | 1664 次提交 在此版本后已推送到 master

    Cherry-pick from master
    Related to #31293 #42148 #45105
    pr: #45113 #45291 #46633

    Summary

    Bump Go SDK version to v2.6.2 with new features and enhancements.

    New Features

    • Add QueryIterator support for efficient iteration over large query
      result sets using PK-based pagination (#46633)
      • Support Int64 and VarChar primary key types for pagination
      • Add QueryIteratorOption with batchSize, limit, filter, outputFields

    Enhancements

    • Support struct array field type in Go SDK (#45291)

      • Add columnStructArray type with Column interface implementation
      • Support parsing StructArrayField from protobuf
      • Add schema construction for struct array fields
    • Refactor go_client test wrapper to use embedding and improve
      test structure (#45113)


    Signed-off-by: Congqi Xia congqi.xia@zilliz.com

    下载附件