@yawlabs/postgres-mcp
Advanced tools
+16
-0
@@ -10,2 +10,18 @@ # Changelog | ||
| ## [0.6.16] - 2026-05-18 | ||
| ### Tests | ||
| - The `pg_replication_status` `_warnings` integration test (which | ||
| `REVOKE`s `EXECUTE ON pg_current_wal_lsn()` from `PUBLIC` to force a | ||
| permission-denied path) now scopes the REVOKE/GRANT pair to a nested | ||
| describe's `before` / `after` hooks instead of an inline try/catch. | ||
| The previous shape left the cluster's `pg_current_wal_lsn()` | ||
| ungrantable to `PUBLIC` if cleanup itself raised (e.g. a | ||
| `shutdown()` throw between the URL restore and the GRANT), which | ||
| would degrade unrelated tests on the same cluster. node:test runs | ||
| `after()` whenever the matching `before()` ran -- assertion failure, | ||
| body throw, or future second `it()` in the block. No production | ||
| code change. Verified against PG17 and PG18 via the WSL integration | ||
| matrix. | ||
| ## [0.6.15] - 2026-05-16 | ||
@@ -12,0 +28,0 @@ |
+1
-1
| { | ||
| "name": "@yawlabs/postgres-mcp", | ||
| "version": "0.6.16", | ||
| "version": "0.6.17", | ||
| "mcpName": "io.github.YawLabs/postgres-mcp", | ||
@@ -5,0 +5,0 @@ "description": "PostgreSQL MCP server - query, schema introspection, explain, and health checks for AI assistants", |
Sorry, the diff of this file is too big to display
1428781
0.06%