chore(rust): add changelog entry for wire-test environment and pagination error fixes#15857
Merged
iamnamananand996 merged 1 commit intoMay 12, 2026
Conversation
Contributor
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.
Tip: disable this comment in your organization's Code Review settings.
fern-support
approved these changes
May 12, 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.
Description
Linear ticket: Refs #15856
Follow-up to #15856, which shipped two Rust SDK generator fixes without a corresponding
generators/rust/sdk/changes/unreleased/entry. This PR adds that changelog file so the next Rust SDK release picks up a patch bump and a release-notes entry describing the fixes.The entry documents both fixes from #15856:
config.environment = None;when the SDK was generated against multiple base URLs (single-URLClientConfighas noenvironmentfield, so the previously-generated test failed to compile).ApiError::Serializationvariant toApiError::Configurationso the generatedpagination.rstest module compiles.Changes Made
generators/rust/sdk/changes/unreleased/fix-wire-test-environment-and-pagination-error.yml: newfixchangelog entry covering both rust-sdk fixes from fix(rust): only clearconfig.environmentin wire tests when multiple base URLs exist, fix pagination error tests #15856.Testing
config.environmentin wire tests when multiple base URLs exist, fix pagination error tests #15856 and were validated there).Link to Devin session: https://app.devin.ai/sessions/2e4e587dd160400390839880a5434932
Requested by: @iamnamananand996