Change8

Migrating to Mistral Client v2.4.4

Version v2.4.4 introduces 2 breaking changes. This guide details how to update your code.

Released: 4/30/2026

2
Breaking Changes
2
Migration Steps
9
Affected Symbols

⚠️ Check Your Code

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

mistral.beta.libraries.updatemistral.beta.libraries.documents.updatemistral.beta.rag.ingestion_pipeline_configurations.update_run_infomistral.workflows.schedules.pause_schedulemistral.workflows.schedules.resume_schedulemistral.beta.rag.ingestion_pipeline_configurations.listmistral.beta.rag.ingestion_pipeline_configurations.registermistral.workflows.schedules.get_schedulesmistral.workflows.schedules.schedule_workflow

Breaking Changes

Issue #1

The parameter `request.name` in `mistral.beta.libraries.update()` has changed. Review usage and update parameter names if necessary.

Issue #2

The parameter `request.name` in `mistral.beta.libraries.documents.update()` has changed. Review usage and update parameter names if necessary.

Migration Steps

  1. 1
    If using `mistral.beta.libraries.update()`, check the new expected value for `request.name`.
  2. 2
    If using `mistral.beta.libraries.documents.update()`, check the new expected value for `request.name`.

Release Summary

This release introduces new workflow scheduling controls and updates to RAG ingestion pipeline configuration methods, including breaking changes to parameter names in library update endpoints.

Need More Details?

View the full release notes and all changes for Mistral Client v2.4.4.

View Full Changelog