Skip to content

Conversation

stainless-app[bot]
Copy link
Contributor

@stainless-app stainless-app bot commented Jul 30, 2025

Automated Release PR

0.11.1 (2025-10-14)

Full Changelog: v0.11.0...v0.11.1

⚠ BREAKING CHANGES

  • api: reduce max length of embeddings input
  • sdk: add _response to response models to finally fix duplicated names

Features

  • api: added embedding endpoint (0d8d83a)
  • api: reduce max length of embeddings input (8dfea48)
  • api: rename embedding -> embeddings (b0f92ff)
  • api: revert embedding -> embeddings (8255684)
  • mcp: add code execution tool (a1cbb00)
  • mcp: add docs search tool (879786d)
  • mcp: add logging when environment variable is set (782e9fa)
  • mcp: add option for including docs tools (d75738d)
  • mcp: add option to infer mcp client (5e57506)
  • mcp: add unix socket option for remote MCP (29456e4)
  • mcp: allow setting logging level (7c287d1)
  • mcp: enable experimental docs search tool (0077ea5)
  • mcp: expose client options in streamableHTTPApp (e757029)
  • mcp: parse query string as mcp client options in mcp server (d57ad3c)
  • mcp: remote server with passthru auth (98e619a)
  • sdk: add embeddings endpoint (402f641)
  • sdk: toggle to force regen (9c9ef78)
  • sdk: untoggle to force regen (c4755bc)

Bug Fixes

  • api: avoid stainless SDK NameError (865bc85)
  • api: typo (eab8690)
  • ci: set permissions for DXT publish action (ce5e62e)
  • coerce nullable values to undefined (4afa2c2)
  • mcp: avoid sending jq_filter to base API (850f0f6)
  • mcp: fix bug in header handling (27f12ba)
  • mcp: fix query options parsing (0ec3eb3)
  • mcp: fix uploading dxt release assets (8c3db47)
  • mcp: reverse validJson capability option and limit scope (6d04008)
  • sdk: add _response to response models to finally fix duplicated names (14a9df4)

Chores

  • add package to package.json (c4984c4)
  • client: qualify global Blob (07703e2)
  • codegen: internal codegen update (5712a83)
  • deps: update dependency @types/node to v20.17.58 (7e69826)
  • do not install brew dependencies in ./scripts/bootstrap by default (39b5c60)
  • improve example values (14a1d22)
  • internal: codegen related update (eb7fa2d)
  • internal: codegen related update (dd992b1)
  • internal: codegen related update (00165b1)
  • internal: codegen related update (d77461b)
  • internal: codegen related update (7cd4ae0)
  • internal: codegen related update (91d9f96)
  • internal: formatting change (5f7ef32)
  • internal: gitignore .mcpb files (e541193)
  • internal: make mcp-server publishing public by defaut (117c3f6)
  • internal: move publish config (3f2772e)
  • internal: refactor array check (3fc9cc8)
  • internal: remove redundant imports config (b44ad38)
  • internal: update comment in script (c5c42a4)
  • internal: update global Error reference (fe4dddb)
  • mcp: add cors to oauth metadata route (736876e)
  • mcp: document remote server in README.md (fbbcc43)
  • mcp: minor cleanup of types and package.json (b2a894d)
  • mcp: refactor streamable http transport (16e027e)
  • mcp: rename dxt to mcpb (2859f3c)
  • mcp: update package.json (9f2e9e3)
  • mcp: update README (4eb94b3)
  • mcp: update types (12563a9)
  • mcp: upload dxt as release asset (9ccb2af)
  • update @stainless-api/prism-cli to v5.15.0 (cd4e751)
  • update CI script (1674d7e)

Documentation

  • sdk: make embeddings example first (3f1e94b)

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

Copy link
Contributor Author

stainless-app bot commented Jul 30, 2025

🧪 Testing

To try out this version of the SDK, run:

npm install 'https://pkg.stainless.com/s/isaacus-typescript/3f1e94bef779f5b0d45eba325fdc2947c0f10728/dist.tar.gz'

Expires: Thu, 13 Nov 2025 06:35:54 GMT

@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--isaacus branch from 028b8a4 to 6d04008 Compare August 1, 2025 04:47
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--isaacus branch from 9645243 to 850f0f6 Compare August 1, 2025 04:48
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--isaacus branch from 31e151e to 850f0f6 Compare August 2, 2025 04:33
Copy link
Contributor Author

stainless-app bot commented Aug 2, 2025

Release version edited manually

The Pull Request version has been manually set to 0.11.1 and will be used for the release.

If you instead want to use the version number 0.12.0 generated from conventional commits, just remove the label autorelease: custom version from this Pull Request.

@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--isaacus branch from add8175 to 782e9fa Compare August 2, 2025 05:39
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--isaacus branch from dfe07b1 to 98e619a Compare August 5, 2025 07:09
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--isaacus branch from 4cf8561 to 27f12ba Compare August 6, 2025 08:09
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--isaacus branch from 10b3c1d to 3f2772e Compare August 7, 2025 04:09
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--isaacus branch from 5090821 to 16e027e Compare August 7, 2025 04:12
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--isaacus branch from 1c6276b to 29456e4 Compare August 7, 2025 04:26
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--isaacus branch from 8fe5810 to cd4e751 Compare August 9, 2025 04:46
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--isaacus branch from 4444e55 to c5c42a4 Compare August 9, 2025 04:49
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--isaacus branch from a729976 to 5bf0450 Compare October 12, 2025 07:21
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--isaacus branch from 5bf0450 to 94a2a55 Compare October 12, 2025 07:22
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--isaacus branch from 94a2a55 to e0f2c37 Compare October 12, 2025 07:32
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--isaacus branch from e0f2c37 to 51020e5 Compare October 12, 2025 07:38
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--isaacus branch from 51020e5 to 3b13e3d Compare October 12, 2025 08:14
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--isaacus branch from 3b13e3d to b45dfe6 Compare October 12, 2025 08:14
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--isaacus branch from b45dfe6 to 8b76a7c Compare October 12, 2025 08:15
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--isaacus branch from 8b76a7c to 309d2ed Compare October 12, 2025 08:25
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--isaacus branch from 309d2ed to 2cf691f Compare October 12, 2025 08:26
Copy link
Contributor Author

stainless-app bot commented Oct 12, 2025

Note: this release PR has been open for more than 60 days. Until this PR is merged, we will temporarily stop pushing codegen updates due to changes to Stainless' codegen.

@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--isaacus branch from 2cf691f to bdedff9 Compare October 13, 2025 06:06
Copy link
Contributor Author

stainless-app bot commented Oct 13, 2025

Note: this release PR has been open for more than 60 days. Until this PR is merged, we will temporarily stop pushing codegen updates due to changes to Stainless' codegen.

@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--isaacus branch from bdedff9 to 7505740 Compare October 14, 2025 03:14
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--isaacus branch from 7505740 to f635457 Compare October 14, 2025 06:35
@umarbutler umarbutler merged commit 99dda1e into main Oct 14, 2025
7 checks passed
Copy link
Contributor Author

stainless-app bot commented Oct 14, 2025

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