From 1d466b580eed5ab1931c54e07209b87416c63757 Mon Sep 17 00:00:00 2001 From: Sean Silvius Date: Sun, 2 Aug 2026 22:12:57 -0700 Subject: [PATCH 1/2] docs(spec): raise X-Http-Sql-Version emission from SHOULD to MUST S9 stated the version response header as SHOULD while S10.1 item 7 lists it under "A v0.1 conforming server MUST" and conformance H-1/H-2 sit in the required test-case tables. Resolve the conflict in favor of MUST, so version detection is reliable for multi-backend clients. Co-Authored-By: Claude Fable 5 --- SPEC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPEC.md b/SPEC.md index e115dab..f5f1208 100644 --- a/SPEC.md +++ b/SPEC.md @@ -177,7 +177,7 @@ http-sql v0.1 does not define pagination. Servers SHOULD enforce a server-define ## 9. Version negotiation -Conforming servers SHOULD include the response header: +Conforming servers MUST include the response header: ``` X-Http-Sql-Version: 0.1 From 2cf7d94ce64f0a082b0d13ee4db5e558b043582c Mon Sep 17 00:00:00 2001 From: Sean Silvius Date: Sun, 2 Aug 2026 22:26:35 -0700 Subject: [PATCH 2/2] chore: retrigger CI (spec-sanity landed after this branch)