client/v2.5.5

milvus-io/milvusclient/v2.5.5Jul 16, 2025by congqixia

AI Summary

Client release focusing on stability fixes to prevent panics when the Milvus server returns malformed search results and to handle nullable column parsing correctly.

Key Highlights

  • Prevent client panicking on malformed search results
  • Fix nullable column parsing when search nq > 1

Full Release Notes

## What's Changed

- Prevent client panicking when Milvus server return malformed search result by @congqixia 
- Fix a bug that when search nq > 1, client failed to parse nullable column by @congqixia 

**Full Changelog**: https://github.com/milvus-io/milvus/compare/client/v2.5.5...client/v2.5.4