document-integrity-validator-mcp 1.0.22 → 1.0.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.24] - 2026-06-29
4
+ - feat: add GET /.well-known/glama.json ownership endpoint for Glama registry verification
5
+
6
+ ## [1.0.23] - 2026-06-28
7
+ - fix: gate email dedup — notifyGateHit now async with docintegrity:gate_email:{ip} Redis key, 1-hour TTL; retries suppressed
8
+ - fix: 402 gate response agent_action changed to HALT_WORKFLOW; added retryable: false, retry_after_ms: null
9
+ - fix: trial_extension structured field already present; agent_action now actionable for agents
10
+
11
+ ## [1.0.22] - 2026-06-28
12
+ - feat: owner key bypass (OWNER_KEY env var) — fleet owner bypasses free tier and paid-only gates
13
+
3
14
  ## [1.0.21] - 2026-06-26
4
15
  - fix: trial extension requests now written to Redis (docintegrity:trial:{email}) on grant -- permanent audit trail that survives redeploys; previously in-memory only
5
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "document-integrity-validator-mcp",
3
- "version": "1.0.22",
3
+ "version": "1.0.25",
4
4
  "description": "Document integrity validator for AI agents. Verifies authenticity against international standards before acting on contents. PASS/FAIL verdict in one call.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",