Commit 7ba3511
committed
Bump conformance harness to 0.2.0-alpha.11
alpha.11 adds a client scenario, json-schema-2020-12-preservation, that
lists tools and echoes the focal tool's inputSchema back through
json_schema_echo so the harness can detect 2020-12 keywords being
stripped in transit. client.py had no handler for it, so both client
legs failed with "Unknown scenario"; with the handler it passes 9/9 at
the default, 2025-11-25 and 2026-07-28 wires.
Everything else in the release (JSON-schema validation of every wire
message, the server-session-lifecycle scenario, a DELETE after each
stateful server scenario, the new --requirements mode) passes against
main without baseline changes: server active 73/0, draft 103/0,
all@2026-07-28 151/0, all 204/25 (the nine tasks-* entries, unchanged);
client all 458/9 (the nine per-check DPoP/WIF entries, unchanged),
all@2026-07-28 381/0.
Also correct the client.py docstring: the exit budget is the harness
--timeout (60s in CI), and the scenario list was missing
http-custom-headers.
No-Verification-Needed: CI config and conformance fixture only1 parent a4f4ccd commit 7ba3511
2 files changed
Lines changed: 19 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
252 | 254 | | |
253 | 255 | | |
254 | 256 | | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
255 | 272 | | |
256 | 273 | | |
257 | 274 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments