Skip to content

release: 1.35.0#391

Merged
stainless-app[bot] merged 82 commits into
mainfrom
release-please--branches--main--changes--next
May 15, 2026
Merged

release: 1.35.0#391
stainless-app[bot] merged 82 commits into
mainfrom
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-13)

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

Features

Bug Fixes

  • aliases: resolve broken types for alias methods with pagination (5eb0ac9)
  • 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 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
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
Pin all GitHub Actions referenced in generated workflows (both
first-party `actions/*` and third-party) to immutable commit SHAs.
Updating pinned actions is now a deliberate codegen-side bump rather
than implicit on every workflow run.
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from d8a5d3b to a325290 Compare May 12, 2026 19:12
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from a325290 to 8887921 Compare May 12, 2026 21:10
removal of a transform that is no longer needed
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 8887921 to ebfb507 Compare May 12, 2026 22:05
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from ebfb507 to 9c03d5d Compare May 12, 2026 22:54
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 9c03d5d to e62176a Compare May 12, 2026 23:13
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from e62176a to 3c72170 Compare May 13, 2026 20:03
@stainless-app stainless-app Bot merged commit 4c9c465 into main May 15, 2026
6 checks passed
@stainless-app stainless-app Bot deleted the release-please--branches--main--changes--next branch May 15, 2026 17:31
@stainless-app
Copy link
Copy Markdown
Contributor Author

stainless-app Bot commented May 15, 2026

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.

1 participant