Skip to content

release: 1.35.0#391

Open
stainless-app[bot] wants to merge 76 commits intomainfrom
release-please--branches--main--changes--next
Open

release: 1.35.0#391
stainless-app[bot] wants to merge 76 commits intomainfrom
release-please--branches--main--changes--next

Conversation

@stainless-app
Copy link
Copy Markdown
Contributor

@stainless-app stainless-app Bot commented Jan 26, 2026

Automated Release PR

1.35.0 (2026-05-07)

Full Changelog: v1.34.1...v1.35.0

Features

Bug Fixes

  • allow canceling a request while it is waiting to retry (e6db22d)
  • api: remove invalid transform config (d5b60bf)
  • client: send correct authentication methods (1e5ccd8)
  • docs: add missing pointer prefix to api.md return types (5aba5fa)
  • docs: fix mcp installation instructions for remote servers (ad830d2)
  • go: avoid panic when http.DefaultTransport is wrapped (7fa82db)
  • java: Resolve name collisions (0844ac5)
  • mcp: correct code tool API endpoint (78d27b1)
  • prevent duplicate ? in query params (e8c398d)
  • rename param to avoid collision (a23c9b2)
  • tests: skip broken date validation test (2a9c325)
  • types: generate shared enum types that are not referenced by other schemas (8f1aae5)

Chores

  • avoid embedding reflect.Type for dead code elimination (e97e7d8)
  • ci: skip lint on metadata-only changes (9da39dd)
  • ci: skip uploading artifacts on stainless-internal branches (4365581)
  • ci: support opting out of skipping builds on metadata-only commits (5734b45)
  • elide duplicate aliases (fe9cc50)
  • internal: codegen related update (28a26e6)
  • internal: codegen related update (513bd70)
  • internal: codegen related update (97407f5)
  • internal: codegen related update (2e87c84)
  • internal: codegen related update (da796cf)
  • internal: minor cleanup (30717c9)
  • internal: more robust bootstrap script (4567209)
  • internal: move custom custom json tags to api (1969766)
  • internal: tweak CI branches (49d5d5f)
  • internal: update actions/checkout version (842d28f)
  • internal: update gitignore (ff360d9)
  • internal: use explicit returns (50598bc)
  • internal: use explicit returns in more places (d3df8e0)
  • redact api-key headers in debug logs (b14a3e2)
  • remove unnecessary error check for url parsing (1edfaa7)
  • tests: bump steady to v0.19.4 (6612aa2)
  • tests: bump steady to v0.19.5 (7f24bb0)
  • tests: bump steady to v0.19.6 (ccb5268)
  • tests: bump steady to v0.19.7 (e14f2c7)
  • tests: bump steady to v0.20.1 (ac6482c)
  • tests: bump steady to v0.20.2 (b74a347)
  • tests: bump steady to v0.22.1 (d53b177)
  • update mock server docs (55defed)

Documentation

  • prominently feature MCP server setup in root SDK readmes (8d0c7b6)

Refactors

  • tests: switch from prism to steady (484a07b)

This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions

@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch 3 times, most recently from 6ffa934 to 4ad88e2 Compare April 14, 2026 19:21
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 4ad88e2 to 80e0087 Compare April 16, 2026 23:14
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 80e0087 to 9893a45 Compare April 17, 2026 19:54
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 9893a45 to bfdf9c6 Compare April 22, 2026 13:54
@stainless-app
Copy link
Copy Markdown
Contributor Author

stainless-app Bot commented Apr 27, 2026

🧪 Testing

To try out this version of the SDK:

Download and unzip: 'https://pkg.stainless.com/s/finch-go/1e3953bccd8b1cbc8f77d404779a392aba709ed9/source.zip'. Run 'go mod edit -replace github.com/Finch-API/finch-api-go=/path/to/unzipped_directory'.

Expires at: Wed, 27 May 2026 22:31:29 GMT
Updated at: Mon, 27 Apr 2026 22:31:29 GMT

@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from bfdf9c6 to 1266763 Compare April 27, 2026 22:32
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 1266763 to 687b3c7 Compare April 29, 2026 18:19
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 687b3c7 to d0719cf Compare April 30, 2026 16:27
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from d0719cf to 2f28008 Compare April 30, 2026 19:04
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 2f28008 to 2920571 Compare April 30, 2026 20:45
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 2920571 to 369858b Compare May 1, 2026 16:41
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 369858b to 980d92e Compare May 7, 2026 14:52
stainless-app Bot added 2 commits May 7, 2026 18:29
defaultHTTPClient performed an unchecked type assertion on
http.DefaultTransport, which panicked for any caller that had wrapped
the global transport (e.g. otelhttp.NewTransport for distributed
tracing). When the assertion fails, fall back to the wrapped
RoundTripper as-is — preserving the caller's wrapping at the cost of
ResponseHeaderTimeout, which is strictly better than panicking.
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 980d92e to d8a5d3b Compare May 7, 2026 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants