Release 1.1.0#154
Merged
Merged
Conversation
Bump the version to 1.1.0 and finalize the changelog for everything merged since 1.0.1: the Tasks API rework, automatic pagination for list_tools/list_prompts, the MCP-lifecycle and transport bug fixes (ping, stderr-drain, initialized notification, stdio pending-map leak, logger formatter, base64 runtime dep, non-idempotent retry safety), the RFC 8414/9728 OAuth discovery and SSE auto-reconnect fixes, and the example regression runner + example fixes. Co-Authored-By: Claude Opus 4.8 <[email protected]> Claude-Session: https://claude.ai/code/session_01KeNTP3mpe9RqF4FeScsv9R
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
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.
Release 1.1.0
Bumps
MCPClient::VERSIONto 1.1.0 and finalizesCHANGELOG.mdfor everything merged since 1.0.1. (Gemfile.lock reflects the version bump.)Highlights
Breaking
create_taskremoved →call_tool_as_task;Taskfields/statuses renamed;get_task/cancel_tasknow sendtaskId). See the changelog for the full migration notes. (feat(tasks)!: conform Tasks API to MCP 2025-11-25 (breaking) #152)New
tools/call:call_tool_as_task,get_task_result,list_tasks, tool-level task negotiation, andnotifications/tasks/statushandling (feat(tasks)!: conform Tasks API to MCP 2025-11-25 (breaking) #152)list_tools/list_prompts(auto-followsnextCursor) (feat(pagination): auto-follow nextCursor for tools/list and prompts/list #148)Bug fixes
notifications/initializedlifecycle (fix(http): send notifications/initialized after initialize (MCP lifecycle MUST) #143) · stdio pending-response memory leak (fix(stdio): bound the pending-response map to prevent a memory leak #144) · logger formatter (fix(client): stop overwriting a caller-supplied logger's formatter #145) ·base64runtime dep for Ruby 3.4+ (fix(gemspec): declare base64 as a runtime dependency (Ruby 3.4+ LoadError) #146) · non-idempotent retry safety (fix(retry): stop retrying application-level errors (non-idempotent safety) #149) · SSE auto-reconnect (fix(sse): repair dead-code auto-reconnection (monitor thread self-kill) #150) · RFC 8414/9728 OAuth discovery (fix(oauth): RFC 8414/9728 compliant authorization server discovery #151)Examples & tooling
examples/run_all_examples.shpre-release runner +examples/README.md; fixes tojson_input,streamable_http,gemini, and the Zapier/OAuth examples via a gitignoredexamples/secrets.env(Add pre-release example runner and fix examples it surfaced #153)Verification
gem buildproducesruby-mcp-client-1.1.0.gemAfter merge: tag
1.1.0and publish the gem / GitHub release.🤖 Generated with Claude Code
https://claude.ai/code/session_01KeNTP3mpe9RqF4FeScsv9R