Change8

Migrating to Milvus v2.6.17

Version v2.6.17 introduces 1 breaking change. This guide details how to update your code.

Released: 7/17/2026

1
Breaking Changes
0
Migration Steps
4
Affected Symbols

⚠️ Check Your Code

If you use any of these symbols, you need to read this guide:

milvus-protoDumpMessagesBulkWritercompact()

Breaking Changes

Issue #1

The `compact()` method now requires `target_size` to be a positive integer. Previously, non-positive integers might have been accepted, leading to unexpected behavior or errors. Ensure `target_size` is always greater than 0 when calling `compact()`.

Release Summary

This release synchronizes `milvus-proto` with Milvus v2.6.20, introducing support for inclusive `DumpMessages` start options and fixing several bugs related to array and struct fields, schema management, and data insertion.

Need More Details?

View the full release notes and all changes for Milvus v2.6.17.

View Full Changelog