Skip to content

release: 0.1.0-alpha.2 #30

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 44 commits into
base: main
Choose a base branch
from

Conversation

stainless-app[bot]
Copy link
Contributor

@stainless-app stainless-app bot commented Apr 8, 2025

Automated Release PR

0.1.0-alpha.2 (2025-06-04)

Full Changelog: v0.1.0-alpha.1...v0.1.0-alpha.2

Features

  • client: add withOptions helper (6f444eb)
  • mcp: include http information in tools (c6e9ff0)
  • mcp: support dynamically discovering and invoking tools for APIs with many endpoints (84e9a23)
  • mcp: support initializing the server with an "environment" (13367d8)
  • more gracefully handle $refs and work around schema limitations (67b087d)

Bug Fixes

  • client: always overwrite when merging headers (e69c25f)
  • client: send all configured auth headers (#29) (c98d1f5)
  • compat with more runtimes (4049270)
  • internal: fix file uploads in node 18 jest (7e9f58e)
  • mcp: explicitly include zod and zod-to-json-schema in package.json (89eaba8)
  • mcp: fix cursor schema transformation issue with recursive references (8c8d632)
  • mcp: fix readEnv type error (4614532)
  • mcp: include all necessary env vars in client instantiation (f37e680)
  • mcp: include description in dynamic tool search (9e93905)
  • mcp: remove ajv dependency so MCP servers are more compatible with Cloudflare Workers (442142c)

Chores

  • adjust eslint.config.mjs ignore pattern (383ea0a)
  • build: automatically build subpackages if present (c90857a)
  • ci: add timeout thresholds for CI jobs (473c32b)
  • ci: only use depot for staging repos (da51f77)
  • client: drop support for EOL node versions (b35890a)
  • client: minor internal fixes (7325261)
  • deps: bump eslint-plugin-prettier (028617f)
  • docs: grammar improvements (8c33c00)
  • docs: use top-level-await in example snippets (d412b5d)
  • improve docs for MCP servers (9678ab3)
  • improve publish-npm script --latest tag logic (ae19966)
  • internal: codegen related update (a5329ad)
  • internal: codegen related update (5b99a9f)
  • internal: codegen related update (31a31e5)
  • internal: codegen related update (c24aef9)
  • internal: fix readablestream types in node 20 (cbc2d23)
  • internal: improve node 18 shims (fafe47b)
  • internal: reduce CI branch coverage (76a5a25)
  • internal: refactor utils (c2af104)
  • internal: share typescript helpers (41e0e63)
  • internal: update jest config (c259c2d)
  • internal: upload builds and expand CI branch coverage (735816d)
  • mcp: remove duplicate assignment (b078347)
  • package: remove engines (786b86b)
  • perf: faster base64 decoding (797a48f)
  • tests: use node 22 for CI tests (6390c76)

Documentation


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--hanzoai branch from 2b762ec to 177db79 Compare April 10, 2025 03:25
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--hanzoai branch from 3adb4c4 to f37e680 Compare April 10, 2025 03:36
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--hanzoai branch from f8bf39f to 4614532 Compare April 10, 2025 03:40
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--hanzoai branch from ff354ca to 735816d Compare April 10, 2025 03:46
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--hanzoai branch from e7b6f01 to fafe47b Compare April 10, 2025 03:49
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--hanzoai branch from ec54f53 to 76a5a25 Compare April 10, 2025 03:53
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--hanzoai branch from b22909d to 7e9f58e Compare April 11, 2025 02:38
Copy link

openhands-ai bot commented Apr 11, 2025

Looks like there are a few issues preventing this PR from being merged!

  • GitHub Actions are failing:
    • CI

If you'd like me to help, just leave a comment, like

@OpenHands please fix the failing actions on PR #30

Feel free to include any additional details that might help me get this PR into a better state.

@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--hanzoai branch from d0e49c0 to 7325261 Compare April 15, 2025 03:46
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--hanzoai branch from b3c8ac6 to 797a48f Compare April 23, 2025 04:13
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--hanzoai branch from bf3056c to 473c32b Compare April 23, 2025 04:19
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--hanzoai branch 2 times, most recently from 97e4ecb to da51f77 Compare April 24, 2025 03:01
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--hanzoai branch from 5be34f6 to c2af104 Compare April 29, 2025 03:28
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--hanzoai branch from 78170eb to 13367d8 Compare May 22, 2025 02:53
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--hanzoai branch from 3314086 to a5329ad Compare May 23, 2025 04:11
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--hanzoai branch from 80593df to 9678ab3 Compare May 24, 2025 02:36
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--hanzoai branch from 309651a to 8c8d632 Compare May 24, 2025 03:25
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--hanzoai branch from 0d470f7 to 9e93905 Compare May 28, 2025 02:17
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--hanzoai branch from 52960ea to ae19966 Compare May 28, 2025 04:01
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--hanzoai branch from fdc8f6f to c6e9ff0 Compare May 29, 2025 03:10
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--hanzoai branch from 5c2f05c to b078347 Compare May 29, 2025 03:22
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--hanzoai branch from a5d9568 to 4049270 Compare May 30, 2025 04:18
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--hanzoai branch from 32c4865 to 028617f Compare May 31, 2025 03:32
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--hanzoai branch from 3b50d5b to c259c2d Compare May 31, 2025 03:44
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--hanzoai branch from 968acf2 to 383ea0a Compare June 3, 2025 04:39
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--hanzoai branch from 76482a0 to d412b5d Compare June 4, 2025 04:04
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--hanzoai branch from ef75b64 to cbc2d23 Compare June 4, 2025 04:33
Copy link
Contributor Author

stainless-app bot commented Jun 4, 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.

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