Change8

v2.6.12

📦 milvusView on GitHub →
🐛 6 fixes🔧 6 symbols

Summary

This release primarily focuses on bug fixes, including correcting default ports for HTTPS connections and improving deserialization logic. It also includes several internal refactorings and CI updates.

🐛 Bug Fixes

  • Defaulted port 443 for https:// URIs in MilvusClient.
  • Removed duplicate timeout kwarg in Collection.__init__.
  • Ensured page_retain_order is passed to search params.
  • Handled empty result set with ARRAY field during query deserialization.
  • Fixed infer_dtype_bydata to return UNKNOWN for list of strings instead of ARRAY.
  • Rewrote _version_helper.py to use only public setuptools_scm API.

Affected Symbols