Skip to content

chore(rust): add changelog entry for wire-test environment and pagination error fixes#15857

Merged
iamnamananand996 merged 1 commit into
mainfrom
devin/1778614670-rust-sdk-changelog-wire-test-pagination
May 12, 2026
Merged

chore(rust): add changelog entry for wire-test environment and pagination error fixes#15857
iamnamananand996 merged 1 commit into
mainfrom
devin/1778614670-rust-sdk-changelog-wire-test-pagination

Conversation

@iamnamananand996
Copy link
Copy Markdown
Contributor

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:

  • Wire test generator: only emits config.environment = None; when the SDK was generated against multiple base URLs (single-URL ClientConfig has no environment field, so the previously-generated test failed to compile).
  • Synchronous-paginator error-propagation tests: switched from the non-existent ApiError::Serialization variant to ApiError::Configuration so the generated pagination.rs test module compiles.

Changes Made

Testing

Link to Devin session: https://app.devin.ai/sessions/2e4e587dd160400390839880a5434932
Requested by: @iamnamananand996

@devin-ai-integration
Copy link
Copy Markdown
Contributor

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

@iamnamananand996 iamnamananand996 marked this pull request as ready for review May 12, 2026 19:39
Copy link
Copy Markdown

@claude claude Bot left a comment

Choose a reason for hiding this comment

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

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 fern-support enabled auto-merge (squash) May 12, 2026 19:39
@fern-support fern-support disabled auto-merge May 12, 2026 19:39
@iamnamananand996 iamnamananand996 enabled auto-merge (squash) May 12, 2026 19:40
@iamnamananand996 iamnamananand996 merged commit 40b700b into main May 12, 2026
60 of 86 checks passed
@iamnamananand996 iamnamananand996 deleted the devin/1778614670-rust-sdk-changelog-wire-test-pagination branch May 12, 2026 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants