-
Notifications
You must be signed in to change notification settings - Fork 0
release: 0.20.0 #27
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
base: main
Are you sure you want to change the base?
release: 0.20.0 #27
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Note Other AI code review bot(s) detectedCodeRabbit has detected other AI code review bot(s) in this pull request and will avoid duplicating their findings in the review comments. This may lead to a less comprehensive review. Comment |
|
🧪 Testing To try out this version of the SDK, run: Expires at: Sat, 10 Jan 2026 12:51:26 GMT |
24ee125 to
7c530c9
Compare
7c530c9 to
46b576e
Compare
46b576e to
c0e0b39
Compare
c0e0b39 to
e8f7156
Compare
e8f7156 to
00b8328
Compare
00b8328 to
599b78d
Compare
|
|
||
| # Other packages (we only need mcp-server) | ||
| packages/*/ | ||
| !packages/mcp-server/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: Dockerignore file in wrong location, won't be used
The .dockerignore file at packages/mcp-server/.dockerignore won't be used during Docker builds. Docker only reads .dockerignore from the build context root, not from the Dockerfile's directory. Since the documented build command runs from the repo root (docker build -f packages/mcp-server/Dockerfile .), this file is effectively ignored. The build will include all files (node_modules, tests, etc.) resulting in much larger images and longer build times than intended.
Additional Locations (1)
17673c5 to
7c83888
Compare
7c83888 to
9de78fe
Compare
9de78fe to
b35f464
Compare
5f4fe87 to
a59abd3
Compare
commit: |
08a5277 to
01ea563
Compare
01ea563 to
32a2f81
Compare
Automated Release PR
0.20.0 (2025-12-11)
Full Changelog: v0.19.0...v0.20.0
Features
Bug Fixes
Chores
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