From 20889309f11d35972c83efd16532f6a75eedaefe Mon Sep 17 00:00:00 2001 From: vvillait88 Date: Thu, 27 Aug 2026 20:25:37 -0400 Subject: [PATCH] Release 2.10.0: the gate fails closed when it cannot confirm an approval Minor rather than patch because runtime behavior changes for merchants. A response the gate cannot read as an approval is now refused where it was previously allowed: a missing or null decision, an unrecognised decision value, and an allow whose policy_result did not pass on a request that sent a policy. No exported surface changes, so nothing to migrate. A merchant seeing any of those shapes in production has a real problem the gate was hiding, and the availability escape hatch for the unreadable-response case is still failOpen. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3dc79db..2d6f3d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@agent-score/commerce", - "version": "2.9.3", + "version": "2.10.0", "description": "Agentic commerce SDK: identity middleware (Hono, Express, Fastify, Next.js, Web Fetch) + payment helpers + 402 builders + discovery + Stripe multichain. The full merchant-side toolkit for AgentScore-powered agentic commerce.", "main": "./dist/index.js", "module": "./dist/index.mjs",