Skip to content

chore(release): v0.9.27#827

Merged
rohitg00 merged 1 commit into
mainfrom
release/v0.9.27
Jun 5, 2026
Merged

chore(release): v0.9.27#827
rohitg00 merged 1 commit into
mainfrom
release/v0.9.27

Conversation

@rohitg00
Copy link
Copy Markdown
Owner

@rohitg00 rohitg00 commented Jun 4, 2026

Wave release bundling two real-world bug fixes + the benchmark scorecard correction. Drop-in upgrade; no breaking changes.

What ships

Version bumps

  • package.json, plugin/plugin.json, plugin/.claude-plugin/plugin.json, plugin/.codex-plugin/plugin.json, packages/mcp/package.json — 0.9.26 → 0.9.27
  • src/version.ts — VERSION literal
  • src/types.ts — ExportData.version union
  • src/functions/export-import.ts — supportedVersions Set
  • test/export-import.test.ts — assertion

Test plan

  • npm run build clean
  • npx vitest run — 1417/1417 pass (12 new graph tests + 7 multi-instance port tests)
  • Tag + publish on merge

Summary by CodeRabbit

  • New Features

    • Added graph snapshot management endpoints for rebuild and reset operations
    • New response fields for snapshot queries and viewer notifications
  • Bug Fixes

    • Resolved performance and timeout issues for graph queries on large datasets
    • Fixed multi-instance port collision handling with new instance flag support
  • Documentation

    • Updated scorecard metrics and performance statistics
  • Chores

    • Version bumped to 0.9.27 across all packages and plugins

@vercel
Copy link
Copy Markdown

vercel Bot commented Jun 4, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
agentmemory Ready Ready Preview, Comment Jun 4, 2026 7:27pm

Request Review

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Jun 4, 2026

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: b485e328-a1c8-4f70-a834-7a30ade937b6

📥 Commits

Reviewing files that changed from the base of the PR and between 2a58140 and e3bd19b.

📒 Files selected for processing (10)
  • CHANGELOG.md
  • package.json
  • packages/mcp/package.json
  • plugin/.claude-plugin/plugin.json
  • plugin/.codex-plugin/plugin.json
  • plugin/plugin.json
  • src/functions/export-import.ts
  • src/types.ts
  • src/version.ts
  • test/export-import.test.ts

📝 Walkthrough

Walkthrough

This PR is a version release for v0.9.27. It updates release notes documenting bug fixes and new features, bumps the version constant and all package/plugin manifests from 0.9.26 to 0.9.27, and extends export schema compatibility to support the new version.

Changes

Version 0.9.27 Release

Layer / File(s) Summary
Release notes documentation
CHANGELOG.md
CHANGELOG adds v0.9.27 entry documenting performance/timeout fixes for graph endpoints on large corpora, multi-instance port collision resolution via stream/engine port offsetting and --instance flag, docs corrections for scorecard P@5 and README refresh, new graph snapshot endpoints and fields, and snapshot-first behavior for graph statistics and query operations.
Version constant and manifest updates
src/version.ts, package.json, packages/mcp/package.json, plugin/plugin.json, plugin/.claude-plugin/plugin.json, plugin/.codex-plugin/plugin.json
Core VERSION constant and all package/plugin manifests are bumped from 0.9.26 to 0.9.27 consistently across the monorepo.
Export schema version compatibility
src/types.ts, src/functions/export-import.ts, test/export-import.test.ts
ExportData.version union in types and supportedVersions allowlist in mem::import are extended to accept 0.9.27 exports; test expectation is updated to match.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Poem

🐰 A whisker-twitch release, so fine,
From 0.9.26 to 0.9.27 in time,
Graph snapshots bloom, versions aligned,
Manifests and types, harmoniously signed.
Export schemas welcome the new,
Ready and stable, through and through! 🌟

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'chore(release): v0.9.27' clearly and concisely identifies the primary change as a version release, matching the changeset which updates all version references across the codebase.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/v0.9.27

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@rohitg00 rohitg00 merged commit a323fb0 into main Jun 5, 2026
7 checks passed
@rohitg00 rohitg00 deleted the release/v0.9.27 branch June 5, 2026 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant