chore: release 1.2.0 - #393
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR prepares the dbhub project for the 1.2.0 release by bumping the package version and syncing that version into the shipped plugin and MCP registry metadata files.
Changes:
- Bump npm package version from
1.1.0→1.2.0inpackage.json. - Sync the release version to the Claude plugin manifest and MCP launcher config.
- Sync the release version to
server.json(MCP registry metadata).
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
package.json |
Bumps the published package version to 1.2.0. |
plugin/.claude-plugin/plugin.json |
Updates plugin manifest version to 1.2.0. |
plugin/.mcp.json |
Updates the npx @bytebase/dbhub@... pinned version to 1.2.0. |
server.json |
Updates MCP registry metadata and package version to 1.2.0. |
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.
Bumps the version to 1.2.0 (
pnpm version, synced intoplugin/.claude-plugin/plugin.json,plugin/.mcp.json, andserver.json).Changes since 1.1.0
Features
--auth-token/DBHUB_AUTH_TOKEN, with comma-separated tokens for zero-downtime rotation (feat(server): add bearer token auth for HTTP transport #390)execute_sqlreturns per-statement result sets for multi-statement queries, wired up to frontend tabs (feat(connectors)!: return per-statement result sets, wire up frontend tabs #389)Fixes
max_rowsacrossUNION/INTERSECT/EXCEPTcompound queries (Fix: SQL Server max_rows not enforced across UNION/INTERSECT/EXCEPT #388)Docs & chores
search_objectsparameter drifthealth_checktool descriptionserver.json🤖 Generated with Claude Code