Skip to content

fix: prepare v2.0.0 release across all SDK packages#181

Merged
andreaonofrei01 merged 2 commits into
mainfrom
release/v2.0.0
Mar 18, 2026
Merged

fix: prepare v2.0.0 release across all SDK packages#181
andreaonofrei01 merged 2 commits into
mainfrom
release/v2.0.0

Conversation

@andreaonofrei01

Copy link
Copy Markdown
Contributor

Summary

  • 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 zod-to-json-schema error after pnpm add @mistralai/mistralai #151)
  • Add Zod v3/v4 dual support in responseFormatFromZodObject (fixes #ISSUE: Structured output error #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 MistralGoogleCloudMistralGCP in all GCP docs/examples
  • Update MIGRATION.md with GCP rename section and improved Zod v4 docs

Test plan

- 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
"author": "Speakeasy",
"version": "2.0.0",
"description": "TypeScript client library for Mistral AI on Azure",
"author": "Mistral AI",

@Nelson-PROIA Nelson-PROIA Mar 18, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, we should also harmonize that on the client-python repository (Mistral AI is the good one I think).

https://github.com/mistralai/client-python/blob/b2428fdd699c7ca48ad53a201d145c46aa199218/.speakeasy/gen.yaml#L46

@louis-sanna-dev louis-sanna-dev left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀

Comment thread .speakeasy/gen.yaml
additionalScripts: {}
alwaysIncludeInboundAndOutbound: false
author: Speakeasy
author: Mistral AI

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🗿

@andreaonofrei01
andreaonofrei01 merged commit c7cc8c8 into main Mar 18, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

zod-to-json-schema error after pnpm add @mistralai/mistralai #ISSUE: Structured output error

3 participants