🌿 Fern Regeneration -- March 11, 2026 - #148
Merged
Merged
Conversation
fern-support
approved these changes
Mar 20, 2026
mkozakov
approved these changes
Mar 23, 2026
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.
This PR regenerates code to match the latest API Definition.
Note
Medium Risk
Mostly generated code, but it changes JSON marshaling behavior for connector request types and updates streaming request parameters (adds
MaxBufSize), which could affect runtime request/response handling. CI/e2e wiring also changes WireMock configuration, which may impact test stability.Overview
Regenerates the Fern Go SDK (CLI
4.23.0, generator1.29.3, SDKv2.17.0) and updates generated clients/models accordingly.SDK behavior tweaks: streaming endpoints (
ChatStream,GenerateStream) now passMaxBufSizethrough to the internal streamer; several model types add nil-safeString()andGetExtraProperties()behavior; connector request types (CreateConnectorRequest,UpdateConnectorRequest) now implement explicitMarshalJSON/UnmarshalJSONto respectexplicitFields.Testing/CI updates: e2e workflow and WireMock tests switch from
WIREMOCK_PORTtoWIREMOCK_URL, and a large set of generated unit tests is added forbatches(setters/getters, JSON round-trips, enum parsing, nil receiver safety).Written by Cursor Bugbot for commit 768268f. This will update automatically on new commits. Configure here.