Skip to content

release: 0.11.0 #48

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 23 commits into
base: main
Choose a base branch
from

Conversation

stainless-app[bot]
Copy link
Contributor

@stainless-app stainless-app bot commented Jun 4, 2025

Automated Release PR

0.11.0 (2025-07-11)

Full Changelog: v0.10.0...v0.11.0

Features

  • client: add support for endpoint-specific base URLs (5f69f71)
  • mcp: implement support for binary responses (bec8bea)
  • mcp: set X-Stainless-MCP header (db4bb4f)
  • mcp: support filtering tool results by a jq expression (8d0556f)

Bug Fixes

  • ci: release-doctor — report correct token name (02f5170)
  • client: explicitly copy fetch in withOptions (0112989)
  • client: get fetchOptions type more reliably (d2e9558)
  • mcp: relax input type for asTextContextResult (1627904)
  • publish script — handle NPM errors correctly (6805e78)

Chores

  • add docs to RequestOptions type (16b7822)
  • avoid type error in certain environments (8a16797)
  • ci: enable for pull requests (840289e)
  • ci: only run for pushes and fork pull requests (cf544d1)
  • client: improve path param validation (0c8d6f0)
  • client: refactor imports (301c341)
  • docs: use top-level-await in example snippets (63d8953)
  • internal: add pure annotations, make base APIResource abstract (03358ec)
  • internal: fix readablestream types in node 20 (604d380)
  • make some internal functions async (d763165)
  • mcp: provides high-level initMcpServer function and exports known clients (43d4446)
  • readme: update badges (2413a0e)
  • readme: use better example snippet for undocumented params (35f22a6)

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--components--isaacus branch from e729ce8 to 604d380 Compare June 4, 2025 04:29
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--isaacus branch from b98412d to bec8bea Compare June 6, 2025 03:46
@stainless-app stainless-app bot changed the title release: 0.10.1 release: 0.11.0 Jun 6, 2025
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--isaacus branch from df2a596 to bec8bea Compare June 6, 2025 03:46
Copy link
Contributor Author

stainless-app bot commented Jun 6, 2025

🧪 Testing

To try out this version of the SDK, run:

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

Last updated: Fri, 11 Jul 2025 03:47:47 GMT

@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--isaacus branch from 79023ea to 8a16797 Compare June 7, 2025 03:32
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--isaacus branch from f478983 to 43d4446 Compare June 11, 2025 02:15
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--isaacus branch from 6cbb8ac to 6805e78 Compare June 14, 2025 02:29
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--isaacus branch from 0f9796a to 03358ec Compare June 14, 2025 02:43
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--isaacus branch from 24b2daa to db4bb4f Compare June 14, 2025 03:09
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--isaacus branch from 5836536 to 301c341 Compare June 17, 2025 03:36
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--isaacus branch from 58224c0 to 5f69f71 Compare June 17, 2025 04:15
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--isaacus branch from f009120 to 840289e Compare June 17, 2025 07:12
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--isaacus branch from 8e1b281 to 2413a0e Compare June 18, 2025 02:21
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--isaacus branch from 5e25e67 to 35f22a6 Compare June 19, 2025 04:40
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--isaacus branch from 0a0bada to 0112989 Compare June 21, 2025 02:20
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--isaacus branch from 2173fe4 to 02f5170 Compare June 27, 2025 02:39
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--isaacus branch from 316ea0c to d2e9558 Compare June 27, 2025 05:42
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--isaacus branch from 2facb51 to cf544d1 Compare June 28, 2025 08:49
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--isaacus branch from 83cbf43 to 0c8d6f0 Compare July 1, 2025 02:16
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--isaacus branch from e09a3bc to 16b7822 Compare July 3, 2025 03:57
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--isaacus branch from af23aa9 to d763165 Compare July 10, 2025 04:43
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--isaacus branch from 0913207 to 8d0556f Compare July 11, 2025 02:14
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--isaacus branch from f62b080 to 1627904 Compare July 11, 2025 03:47
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