Change8

Migrating to Milvus v2.5.18

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

Released: 12/2/2025

1
Breaking Changes
1
Migration Steps
2
Affected Symbols

⚠️ Check Your Code

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

StageVolume

Breaking Changes

Issue #1

The class/concept named 'Stage' has been renamed to 'Volume'. Users relying on 'Stage' must update their code to use 'Volume' instead.

Migration Steps

  1. 1
    Replace all occurrences of 'Stage' with 'Volume' in your code.

Release Summary

This release introduces a breaking change by renaming 'Stage' to 'Volume' to improve clarity and consistency within the library.

Need More Details?

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

View Full Changelog