Change8

Migrating to Mistral Client v2.0.2

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

Released: 3/13/2026

1
Breaking Changes
1
Migration Steps
3
Affected Symbols

⚠️ Check Your Code

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

mistral.beta.conversations.startmistral.beta.conversations.appendmistral.beta.conversations.restart

Breaking Changes

Issue #1

The structure of `response.guardrails[]` has changed in `mistral.beta.conversations.start()`, `mistral.beta.conversations.append()`, and `mistral.beta.conversations.restart()`. Users must update their code to handle the new structure.

Migration Steps

  1. 1
    Review and update code referencing `response.guardrails[]` in `mistral.beta.conversations.start()`, `mistral.beta.conversations.append()`, and `mistral.beta.conversations.restart()` to accommodate the changed structure.

Release Summary

This release (2.0.2) introduces breaking changes to the structure of the `response.guardrails[]` field across several beta conversation endpoints.

Need More Details?

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

View Full Changelog