chore(release): v0.9.27#827
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (10)
📝 WalkthroughWalkthroughThis 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. ChangesVersion 0.9.27 Release
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
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. Comment |
Wave release bundling two real-world bug fixes + the benchmark scorecard correction. Drop-in upgrade; no breaking changes.
What ships
/graph/query+/graph/statsno longer time out on large corpora. Refactoredmem::graph-extractto maintain incremental side-indexes (graphNameIndex / graphEdgeKey / graphNodeDegree) so writes are O(1). Hot path reads exclusively from a top-degree snapshot updated inline on every extract. NewPOST /graph/snapshot-rebuild(safe ≤ 25K nodes) andPOST /graph/reset(clean-restart escape hatch) endpoints. Samekv.listbottleneck was also slowing every observation capture, so the fix accelerates the observe pipeline too.--port Nnow drags streams (N+1) and iii engine (N+46023) along. New--instance Nshortcut picks a 100-port block off the 3111 base for multi-daemon deployments.hits / kformula; re-scored on v0.9.26 to 0.240 / 0.227).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.27src/version.ts— VERSION literalsrc/types.ts— ExportData.version unionsrc/functions/export-import.ts— supportedVersions Settest/export-import.test.ts— assertionTest plan
npm run buildcleannpx vitest run— 1417/1417 pass (12 new graph tests + 7 multi-instance port tests)Summary by CodeRabbit
New Features
Bug Fixes
Documentation
Chores