Release 1.2.0 - #518
Merged
Merged
Conversation
koic
force-pushed
the
release_1_2_0
branch
2 times, most recently
from
August 15, 2026 02:47
e893a0a to
6726382
Compare
This release completes the SEP-2575 stateless lifecycle of the 2026-07-28 specification, together with the SEP-2322, SEP-2549, and SEP-2243 features that revision builds on. Several entries under "Changed" are incompatible with 1.1.0 and ship in a minor release under the spec-conformance and security exceptions in VERSIONING.md. Servers no longer echo 2026-07-28 from `initialize` and counter-offer 2025-11-25 instead, `Configuration` accepts only handshake versions for its `protocol_version` pin, server-to-client requests are bounded by a timeout and refused outright on the modern lifecycle, the client bounds automatic pagination and its total SSE reconnection wait, and `prompts/get` answers Invalid Params where it used to answer Internal Error. Closes modelcontextprotocol#512.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@modelcontextprotocol/ruby-sdk
This release completes the SEP-2575 stateless lifecycle of the 2026-07-28 specification, together with the SEP-2322, SEP-2549, and SEP-2243 features that revision builds on.
Several entries under "Changed" are incompatible with 1.1.0 and ship in a minor release under the spec-conformance and security exceptions in VERSIONING.md. Servers no longer echo 2026-07-28 from
initializeand counter-offer 2025-11-25 instead,Configurationaccepts only handshake versions for itsprotocol_versionpin, server-to-client requests are bounded by a timeout and refused outright on the modern lifecycle, the client bounds automatic pagination and its total SSE reconnection wait, andprompts/getanswers Invalid Params where it used to answer Internal Error.Closes #512.
Checklist