chore(release): 1.3.0#59
Merged
Merged
Conversation
- bump package.json 1.2.0 -> 1.3.0 - source MCP server version from package.json (was hardcoded 1.0.0) - CHANGELOG: 1.3.0 (per-group Supabase isolation, ENV_FILE, instance label, scripts, docs) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Release bump to v1.3.0, updating runtime metadata so the MCP server reports the package’s actual semver and documenting the release contents in the changelog.
Changes:
- Bump npm package version 1.2.0 → 1.3.0 (
package.json+ lockfile). - Replace hardcoded MCP
serverInfo.versionwith a runtimepackage.jsonlookup. - Add a
[1.3.0]section todocs/reference/CHANGELOG.mddescribing the release features.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| src/server/setup.ts | Reads package version at runtime and uses it for MCP server metadata. |
| package.json | Bumps package version to 1.3.0. |
| package-lock.json | Updates lockfile version fields to 1.3.0. |
| docs/reference/CHANGELOG.md | Adds 1.3.0 release notes. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+46
to
+48
| } catch { | ||
| return '0.0.0'; | ||
| } |
| - `VCON_INSTANCE_LABEL` surfaced in startup logs and `GET /api/v1/health` (alongside the active `schema`) | ||
| - `start` / `start:group` npm scripts and `scripts/start-group.sh` launcher | ||
| - `scripts/bootstrap-schema.sh` (clone `public` into a new schema, with pg version fallback, extension-type preservation, and role grants) and `scripts/migrate-all-groups.sh` (migration fan-out across groups) | ||
| - Multi-Supabase Isolation guide; group-isolation env vars documented in installation/configuration/README |
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.3.0.
package.json1.2.0 → 1.3.01.0.0); sourced frompackage.jsonat runtime (verified via stdio initialize:serverInfo.version: 1.3.0)[1.3.0]entry covering per-group Supabase isolation (PR feat: per-group Supabase isolation via project or schema #58),ENV_FILE,VCON_INSTANCE_LABEL, the bootstrap/migrate/launcher scripts, and the multi-Supabase docsBuild green, 795 tests pass.
🤖 Generated with Claude Code