client/v2.5.3

milvus-io/milvusclient/v2.5.3Apr 30, 2025by congqixia

AI Summary

Client release that resolves issues with row-based insertion and expands nullable column support to include sparse and compact formats.

Key Highlights

  • Fix row-based insertion with collection function output fields
  • Add sparse & compact format nullable column
  • Support insert normal column into nullable field

New Features

  • Support insert normal column into nullable field

Full Release Notes

## What's Changed
PR: #41631
- Resolve the issue that row-based insertion could not work with collection function output fields
- Add sparse & compact format nullable column
- Support insert normal column into nullable field as all valid rows 

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