docs: release v1.10.0 — MCP Server#359
Merged
Merged
Conversation
…pdates Bump version from 1.9.3 to 1.10.0 across 24 files: - Go constants: gosqlx.Version, cmd Version, MCP server version - CHANGELOG.md: finalize [Unreleased] as [1.10.0] - 2026-03-13 - All docs/ headers updated to v1.10.0 - MIGRATION.md: add v1.9.x → v1.10.0 section (Go 1.23+ requirement) - README.md: update highlights to MCP Server feature - doc.go: add v1.10.0 to version history - performance_baselines.json, llms.txt, CLAUDE.md Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Claude finished @ajitpratap0's task —— View job PR Review: v1.10.0 Release Documentation ✅Comprehensive review completed for this v1.10.0 release documentation PR. Review Tasks
🎯 Review Summary: APPROVED ✅This is a high-quality release documentation PR that follows excellent practices and maintains consistency across the codebase. The version bump from 1.9.3 to 1.10.0 is executed properly across all 24 files. 📋 Detailed Review Findings✅ Version Consistency - EXCELLENT
✅ CHANGELOG.md - PROPERLY FINALIZED
✅ Documentation Quality - EXCELLENT
✅ Security & Performance - NO CONCERNS
✅ Code Quality - EXCELLENT
🔍 Technical AssessmentMigration Documentation ✅The migration guide correctly documents:
Test Coverage Implications ✅
Release Process Compliance ✅
🎉 Recommendations✅ APPROVE AND MERGEThis PR is ready for immediate merge:
🚀 Post-Merge ActionsAfter merge, execute the documented release steps: git checkout main && git pull
git tag v1.10.0 -a -m "v1.10.0: MCP Server — all SQL tools as Model Context Protocol tools over streamable HTTP"
git push origin v1.10.0
gh release create v1.10.0 --title "v1.10.0: MCP Server" --notes "..."This is a textbook example of how to execute a version bump PR. Well done! 🎯 |
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.
Summary
[Unreleased]→[1.10.0] - 2026-03-13Files Updated
Go source (7):
pkg/gosqlx/gosqlx.go,pkg/mcp/server.go,cmd/gosqlx/cmd/root.go,cmd/gosqlx/cmd/doc.go,cmd/gosqlx/doc.go,doc.go,pkg/cbinding/cbinding.goDocumentation (13):
CHANGELOG.md,CLAUDE.md,README.md,docs/API_REFERENCE.md,docs/ARCHITECTURE.md,docs/CLI_GUIDE.md,docs/ERROR_CODES.md,docs/GETTING_STARTED.md,docs/LINTING_RULES.md,docs/MIGRATION.md,docs/PRODUCTION_GUIDE.md,docs/README.md,docs/SECURITY.md,docs/SQL_COMPATIBILITY.md,docs/USAGE_GUIDE.mdConfig/metadata (4):
llms.txt,performance_baselines.jsonRelease Steps (after merge)
Test plan
go build ./...compiles cleanlygo test -short ./...passes🤖 Generated with Claude Code