Merge branch development_check into development #8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_check"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Replace per-endpoint Rust routes with a single /rpc JSON-RPC 2.0 proxy. JS templates now call rpc() helper instead of fetch('/api/...'). Kept as Rust aggregation routes: /api/info, /api/databases, /api/perf/batch, /api/perf/batch-native (multi-call fan-out). Removed: /api/keys, /api/get, /api/del, /api/select, /api/database/create, /api/database/delete, /api/openrpc, /api/mcp-info, /api/perf/exec. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>development_checkto Merge branch development_check into development