client/v2.5.2

milvus-io/milvusclient/v2.5.2Apr 11, 2025by congqixia

AI Summary

This Go SDK release introduces support for JSON Path indexes and enhances the Go SDK documentation with README and examples, while also fixing nullable flag handling during row-based inserts.

Key Highlights

  • Added README and examples for Go SDK
  • Support for JSON Path index
  • Fixed nullable flags for row-based inserts

New Features

  • JSON Path index support
  • Go SDK documentation and examples

Full Release Notes

## What's Changed
* enhance: [2.5][GoSDK] Add README and examples for milvusclient by @congqixia in https://github.com/milvus-io/milvus/pull/40747
* enhance: [2.5][GoSDK] Support JSON Path index (#40754) by @congqixia in https://github.com/milvus-io/milvus/pull/40791
* test: [GoSDK][2.5] test: Cherry-pick gosdk test commits from master branch by @ThreadDao in https://github.com/milvus-io/milvus/pull/40778
* fix: [2.5][GoSDK] Set nullable according to fieldSchema for RowBased insert (#40928) by @congqixia in https://github.com/milvus-io/milvus/pull/40962
* enhance: [2.5][GoSDK] Cherry-pick commits and bump version to 2.5.2 by @congqixia in https://github.com/milvus-io/milvus/pull/41235


**Full Changelog**: https://github.com/milvus-io/milvus/compare/client/v2.5.1...client/v2.5.2