-
Notifications
You must be signed in to change notification settings - Fork 723
Bump to version 1.10.0 #305
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
Bump to version 1.10.0 #305
Conversation
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.
Also I think we'd want a package-lock.json bump as well right?
May be best to wait for @modelcontextprotocol/typescript-sdk to chime in here, don't want to mess up a release
package.json
Outdated
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "@modelcontextprotocol/sdk", | |||
"version": "1.9.0", | |||
"version": "1.9.1", |
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.
It seems like most recent bumps have been minor version bumps rather than patch bumps, and adding Streamable support feels more like a backwards-compatible new-feature (minor version) addition than a bugfix (patch). Should this be 1.10.0 then?
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.
Done.
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.
LGTM! I agree on using a minor version here. Bumping package-lock.json
isn't critical, since it doesn't affect distribution (only local dev, where it will update next time someone runs npm install
).
Sorry, but let's actually wait on cutting a release until the new transport work actually stabilizes. Will defer to @ihrpr on calling that moment. |
In package.json
Motivation and Context
Streamable HTTP Transport is available and we need that for a PR in the inspector that supports it.
How Has This Been Tested?
Local build, test, lint.
Breaking Changes
Nope.
Types of changes
Checklist
Additional context