[PR PREVIEW - DO NOT MERGE] 🌿 Fern Regeneration -- November 8, 2025#844
[PR PREVIEW - DO NOT MERGE] 🌿 Fern Regeneration -- November 8, 2025#844fern-api[bot] wants to merge 2 commits intomainfrom
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| headers.Set("X-Fern-Language", "Go") | ||
| headers.Set("X-Fern-SDK-Name", "github.com/vellum-ai/vellum-client-go") | ||
| headers.Set("X-Fern-SDK-Version", "v1.10.0") | ||
| headers.Set("X-Fern-SDK-Version", "v0.0.3615") |
There was a problem hiding this comment.
Report release version in telemetry header
The SDK now sends X-Fern-SDK-Version as v0.0.3615, while go.mod documents the release as v1.10.1 and previous versions sent the actual SDK release number. Advertising the generator build instead of the SDK release means servers and telemetry that key off the header will attribute all requests to an internal 0.0.x version, which can break feature gating or analytics for the 1.10.1 release. This constant should remain aligned with the published SDK version.
Useful? React with 👍 / 👎.
This PR regenerates code to match the latest API Definition.