fix: prepare v2.0.0 release across all SDK packages#181
Merged
Conversation
- Bump versions to 2.0.0, set author to Mistral AI, add Apache-2.0 license - Bump zod-to-json-schema to ^3.25.0 (fixes #151) - Add Zod v3/v4 dual support in responseFormatFromZodObject (fixes #137) - Bump google-auth-library to ^10.6.2 for Node.js v25 compat (GCP) - Fix GCP SDK for google-auth-library v10 Headers API - Rename MistralGoogleCloud → MistralGCP in all GCP docs/examples - Update MIGRATION.md with GCP rename section and improved Zod v4 docs
andreaonofrei01
requested review from
Nelson-PROIA,
dumontg and
louis-sanna-dev
March 18, 2026 15:04
| "author": "Speakeasy", | ||
| "version": "2.0.0", | ||
| "description": "TypeScript client library for Mistral AI on Azure", | ||
| "author": "Mistral AI", |
Contributor
There was a problem hiding this comment.
Nice, we should also harmonize that on the client-python repository (Mistral AI is the good one I think).
Nelson-PROIA
approved these changes
Mar 18, 2026
louis-sanna-dev
approved these changes
Mar 18, 2026
| additionalScripts: {} | ||
| alwaysIncludeInboundAndOutbound: false | ||
| author: Speakeasy | ||
| author: Mistral AI |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
zod-to-json-schemato^3.25.0(fixes zod-to-json-schema error after pnpm add @mistralai/mistralai #151)responseFormatFromZodObject(fixes #ISSUE: Structured output error #137)google-auth-libraryto^10.6.2for Node.js v25 compat (GCP)google-auth-libraryv10HeadersAPIMistralGoogleCloud→MistralGCPin all GCP docs/examplesTest plan
npm run buildpasses for all 3 packages