@techspokes/typescript-wsdl-client 0.33.0 → 0.34.0
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.
- package/docs/releases/v0.34.0.md +30 -0
- package/docs/roadmap/README.md +8 -8
- package/docs/roadmap/v1.0-capability-conformance-framework.md +7 -5
- package/docs/roadmap/v1.0-release-candidate-gates.md +7 -2
- package/docs/roadmap/v1.0-wsdl-coverage-matrix.md +6 -6
- package/docs/testing.md +11 -0
- package/package.json +1 -1
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# TypeScript WSDL Client v0.34.0
|
|
2
|
+
|
|
3
|
+
## Conformance Gate Readiness
|
|
4
|
+
|
|
5
|
+
This release makes WSDL conformance coverage explicit in the release preflight path without adding a duplicate full test run.
|
|
6
|
+
|
|
7
|
+
## What This Improves
|
|
8
|
+
|
|
9
|
+
Maintainers can now see whether the focused conformance command, broad Vitest discovery, and CI script still line up before a release tag is created. The roadmap also now treats conformance gate wiring as shipped, which moves the 1.0 plan toward resolving remaining explicit deferrals and running release-candidate gates.
|
|
10
|
+
|
|
11
|
+
## Highlights
|
|
12
|
+
|
|
13
|
+
- Adds a release preflight `conformance-gate` check for `test:conformance`, `npm test`, and `npm run ci` wiring.
|
|
14
|
+
- Documents `npm run test:conformance` as the focused command for WSDL capability rows and fixtures.
|
|
15
|
+
- Updates the 1.0 roadmap so validation-gate wiring is no longer an open decision.
|
|
16
|
+
|
|
17
|
+
## Upgrade Notes
|
|
18
|
+
|
|
19
|
+
No special upgrade steps.
|
|
20
|
+
|
|
21
|
+
## Validation
|
|
22
|
+
|
|
23
|
+
- CI passed.
|
|
24
|
+
- NPM package contents were validated.
|
|
25
|
+
- Agent skill artifact was validated and packaged.
|
|
26
|
+
- Release preflight passed against the target tag.
|
|
27
|
+
|
|
28
|
+
## Notes
|
|
29
|
+
|
|
30
|
+
Release tag: `v0.34.0`.
|
package/docs/roadmap/README.md
CHANGED
|
@@ -8,7 +8,7 @@ See the root [README.md](../../README.md) for project overview and the root [ROA
|
|
|
8
8
|
|
|
9
9
|
This plan turns the 1.0 roadmap into implementation slices that can be picked up independently. Each slice has its own plan document with scope, testing strategy, acceptance gates, and release implications.
|
|
10
10
|
|
|
11
|
-
The plan is optimized for preserving quality. The contract and compatibility baselines now exist, choice union mode is shipped,
|
|
11
|
+
The plan is optimized for preserving quality. The contract and compatibility baselines now exist, choice union mode is shipped, JSON array streaming is shipped, and the conformance framework is wired into validation gates. The remaining readiness work is to resolve any explicit conformance deferrals and run the final release candidate gate pass.
|
|
12
12
|
|
|
13
13
|
## Route Summary
|
|
14
14
|
|
|
@@ -18,9 +18,9 @@ The plan is optimized for preserving quality. The contract and compatibility bas
|
|
|
18
18
|
| OpenAPI compatibility | [OpenAPI Fastify Compatibility](v1.0-openapi-fastify-compatibility.md) | baseline complete | Schema strategy is proven |
|
|
19
19
|
| Choice union mode | [Choice Union Mode](v1.0-choice-union-mode.md) | complete | Implemented in `0.26.0` |
|
|
20
20
|
| JSON array streaming | [JSON Array Streaming](v1.0-json-array-streaming.md) | complete | Implemented in `0.28.0` |
|
|
21
|
-
| Conformance framework | [Capability Conformance Framework](v1.0-capability-conformance-framework.md) |
|
|
22
|
-
| WSDL coverage matrix | [WSDL Coverage Matrix](v1.0-wsdl-coverage-matrix.md) |
|
|
23
|
-
| Release candidate | [Release Candidate Gates](v1.0-release-candidate-gates.md) |
|
|
21
|
+
| Conformance framework | [Capability Conformance Framework](v1.0-capability-conformance-framework.md) | gate wired | Pipeline claims are test-backed |
|
|
22
|
+
| WSDL coverage matrix | [WSDL Coverage Matrix](v1.0-wsdl-coverage-matrix.md) | gate wired | Feature support is test-backed |
|
|
23
|
+
| Release candidate | [Release Candidate Gates](v1.0-release-candidate-gates.md) | next | 1.0 release is repeatable |
|
|
24
24
|
|
|
25
25
|
## Execution Order
|
|
26
26
|
|
|
@@ -42,11 +42,11 @@ JSON array streaming is complete in `0.28.0`. The default `ndjson` format remain
|
|
|
42
42
|
|
|
43
43
|
### Slice 5: Capability Conformance Framework
|
|
44
44
|
|
|
45
|
-
The registry, fixture strategy, compile runner, client evidence, OpenAPI evidence, gateway runtime evidence, generated-test evidence, app evidence, documentation drift check,
|
|
45
|
+
The registry, fixture strategy, compile runner, client evidence, OpenAPI evidence, gateway runtime evidence, generated-test evidence, app evidence, documentation drift check, generated support matrix, and validation-gate wiring are shipped. Keep `npm run test:conformance` as the focused local command while broad Vitest discovery covers conformance in `npm test`, `npm run ci`, and release preflight.
|
|
46
46
|
|
|
47
47
|
### Slice 6: WSDL Coverage Matrix
|
|
48
48
|
|
|
49
|
-
The first WSDL matrix rows now exist as conformance registry entries with compile, client, OpenAPI, gateway runtime, generated-test, app, and
|
|
49
|
+
The first WSDL matrix rows now exist as conformance registry entries with compile, client, OpenAPI, gateway runtime, generated-test, app, documentation, and release-gate evidence. The next work is to keep those rows current while release candidate gates are prepared.
|
|
50
50
|
|
|
51
51
|
### Slice 7: Release Candidate Gates
|
|
52
52
|
|
|
@@ -54,7 +54,6 @@ Run the release candidate gates after feature work and documentation have conver
|
|
|
54
54
|
|
|
55
55
|
## Remaining Before 1.0
|
|
56
56
|
|
|
57
|
-
- Decide which conformance checks should run in CI, release preflight, or local-only workflows.
|
|
58
57
|
- Turn remaining unsupported, diagnostic, or partial matrix rows into diagnostics, documentation, or scoped fixes.
|
|
59
58
|
- Confirm `docs/supported-patterns.md` matches the matrix.
|
|
60
59
|
- Run the release-candidate gates.
|
|
@@ -84,7 +83,8 @@ Run the release candidate gates after feature work and documentation have conver
|
|
|
84
83
|
|
|
85
84
|
### Coverage Gate
|
|
86
85
|
|
|
87
|
-
- A capability conformance matrix runs under test automation.
|
|
86
|
+
- A capability conformance matrix runs under broad Vitest test automation.
|
|
87
|
+
- Release preflight verifies the focused conformance command and CI wiring.
|
|
88
88
|
- Each matrix entry has a fixture, status, and stage expectations.
|
|
89
89
|
- Unsupported features fail loudly or are documented as deliberately unsupported.
|
|
90
90
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# Version 1.0 Capability Conformance Framework
|
|
2
2
|
|
|
3
|
-
Status: Phase
|
|
3
|
+
Status: Phase 5 shipped; release-candidate gate pass remaining before `1.0.0`.
|
|
4
4
|
|
|
5
5
|
Plan for turning SOAP, WSDL, OpenAPI, gateway, app, generated-test, and documentation support claims into fixture-backed conformance evidence.
|
|
6
6
|
|
|
7
|
-
Phase 1 shipped a TypeScript registry, reusable WSDL fixtures, compile-stage runner, documentation drift tests, and generated public support matrix. Phase 2 added generated client type-checking, OpenAPI validation, and executable diagnostics for terminal rows. Phase 3 added generated gateway type-checking and Fastify runtime evidence for current supported and partial rows. Phase 4 added generated-test and app scaffold evidence for those rows.
|
|
7
|
+
Phase 1 shipped a TypeScript registry, reusable WSDL fixtures, compile-stage runner, documentation drift tests, and generated public support matrix. Phase 2 added generated client type-checking, OpenAPI validation, and executable diagnostics for terminal rows. Phase 3 added generated gateway type-checking and Fastify runtime evidence for current supported and partial rows. Phase 4 added generated-test and app scaffold evidence for those rows. Phase 5 wired conformance into validation gates through broad Vitest discovery and release preflight script verification.
|
|
8
8
|
|
|
9
9
|
See the root [README.md](../../README.md) for project overview and [Version 1.0 Roadmap Plan](README.md) for the complete 1.0 route.
|
|
10
10
|
|
|
@@ -545,12 +545,15 @@ Acceptance criteria:
|
|
|
545
545
|
|
|
546
546
|
## Phase 5: Documentation And Release Gates
|
|
547
547
|
|
|
548
|
-
|
|
548
|
+
Phase 5 is implemented. Keep this section as the baseline for conformance gate ownership.
|
|
549
|
+
|
|
550
|
+
`npm run test:conformance` remains the focused maintainer command for WSDL capability rows. `npm test` and `npm run ci` cover conformance through broad Vitest discovery, so release preflight does not run a duplicate full conformance pass. Release preflight instead runs a cheap `conformance-gate` script check that fails if the focused command disappears, if `npm test` becomes scoped away from `test/conformance`, or if `npm run ci` stops running the broad test command.
|
|
549
551
|
|
|
550
552
|
Acceptance criteria:
|
|
551
553
|
|
|
552
554
|
- `docs/supported-patterns.md` cannot drift from the registry.
|
|
553
|
-
- CI
|
|
555
|
+
- CI runs conformance through broad Vitest discovery.
|
|
556
|
+
- Release preflight verifies conformance command and CI wiring.
|
|
554
557
|
- Full conformance can run locally before `1.0.0`.
|
|
555
558
|
- Release notes can cite capability IDs for behavior changes.
|
|
556
559
|
|
|
@@ -567,7 +570,6 @@ Acceptance criteria:
|
|
|
567
570
|
|
|
568
571
|
## Open Decisions
|
|
569
572
|
|
|
570
|
-
- Decide how much generated output type-checking is acceptable in CI runtime.
|
|
571
573
|
- Decide which inspector output format becomes public before `1.0.0`.
|
|
572
574
|
- Decide whether docs should remain manually maintained or eventually generated from the registry.
|
|
573
575
|
|
|
@@ -33,7 +33,11 @@ Run `npm run docs:validate`. Confirm README, CLI reference, API reference, confi
|
|
|
33
33
|
|
|
34
34
|
### Test Gate
|
|
35
35
|
|
|
36
|
-
Run `npm test`. Confirm unit, snapshot, and
|
|
36
|
+
Run `npm test`. Confirm unit, snapshot, integration, and conformance suites cover the 1.0 contract.
|
|
37
|
+
|
|
38
|
+
### Conformance Gate
|
|
39
|
+
|
|
40
|
+
Run `npm run test:conformance` when changing capability rows or fixture-backed behavior. Confirm `npm test` and `npm run ci` keep broad Vitest discovery so `test/conformance` stays covered, and confirm release preflight reports a passing `conformance-gate` script check.
|
|
37
41
|
|
|
38
42
|
### Smoke Gate
|
|
39
43
|
|
|
@@ -53,7 +57,7 @@ Run the supported Node.js floor and the newest active Node.js line in CI before
|
|
|
53
57
|
|
|
54
58
|
### Release Gate
|
|
55
59
|
|
|
56
|
-
Run `npm run release:preflight -- v1.0.0` during release preparation. Confirm release notes, changelog, dependency pins, generated examples, CI, and skill packaging pass.
|
|
60
|
+
Run `npm run release:preflight -- v1.0.0` during release preparation. Confirm release notes, changelog, dependency pins, conformance wiring, generated examples, CI, and skill packaging pass.
|
|
57
61
|
|
|
58
62
|
## Documentation Checklist
|
|
59
63
|
|
|
@@ -62,6 +66,7 @@ Run `npm run release:preflight -- v1.0.0` during release preparation. Confirm re
|
|
|
62
66
|
- API reference lists implemented options only.
|
|
63
67
|
- Configuration docs describe both stream formats.
|
|
64
68
|
- Supported patterns reflects the WSDL matrix.
|
|
69
|
+
- The conformance gate documents `npm run test:conformance`, broad Vitest discovery, and release preflight wiring.
|
|
65
70
|
- Production docs describe terminal-error behavior for both stream formats.
|
|
66
71
|
- Migration docs explain any behavior changes since `0.x`.
|
|
67
72
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# Version 1.0 WSDL Coverage Matrix
|
|
2
2
|
|
|
3
|
-
Status: generated-test
|
|
3
|
+
Status: generated-test, app evidence, and validation-gate wiring shipped before `1.0.0`.
|
|
4
4
|
|
|
5
5
|
Plan for turning WSDL and XSD support claims into automated, fixture-backed evidence before 1.0. This is the first domain under the [Capability Conformance Framework](v1.0-capability-conformance-framework.md).
|
|
6
6
|
|
|
7
|
-
The initial fixture-backed compile matrix shipped in `0.30.2` and `0.30.3`. Client, OpenAPI, gateway runtime, generated-test, and app evidence now prove the current supported and partial rows, and terminal rows have executable diagnostics.
|
|
7
|
+
The initial fixture-backed compile matrix shipped in `0.30.2` and `0.30.3`. Client, OpenAPI, gateway runtime, generated-test, and app evidence now prove the current supported and partial rows, and terminal rows have executable diagnostics. `npm test` and `npm run ci` cover the conformance suite through broad Vitest discovery, and release preflight verifies that the script wiring remains intact.
|
|
8
8
|
|
|
9
9
|
See the root [README.md](../../README.md) for project overview and [Version 1.0 Roadmap Plan](README.md) for the complete 1.0 route.
|
|
10
10
|
|
|
@@ -30,7 +30,6 @@ Each matrix row should have a minimal fixture, an expected support status, and a
|
|
|
30
30
|
|
|
31
31
|
## Remaining Scope
|
|
32
32
|
|
|
33
|
-
- Decide which conformance checks should run in CI, release preflight, and focused local commands.
|
|
34
33
|
- Keep diagnostics executable as more unsupported rows are added.
|
|
35
34
|
- Keep fixture metadata useful for a future public conformance fixture corpus.
|
|
36
35
|
- Preserve the weather smoke fixture as the canonical end-to-end happy path.
|
|
@@ -153,12 +152,13 @@ Partial rows must prove only the documented subset. `xs:anyAttribute` should not
|
|
|
153
152
|
|
|
154
153
|
### Next Slice
|
|
155
154
|
|
|
156
|
-
The next slice is
|
|
155
|
+
The next slice is release-candidate preparation. Run it before adding more feature rows unless a production bug requires a focused diagnostic or support decision.
|
|
157
156
|
|
|
158
157
|
Work items:
|
|
159
158
|
|
|
160
|
-
-
|
|
161
|
-
- Keep
|
|
159
|
+
- Keep `npm run test:conformance` as the focused command for maintainers who want only conformance checks.
|
|
160
|
+
- Keep `npm test` and `npm run ci` broad enough for Vitest to discover `test/conformance`.
|
|
161
|
+
- Keep release preflight's `conformance-gate` script check aligned with the package scripts.
|
|
162
162
|
- Confirm release preflight runtime remains acceptable.
|
|
163
163
|
- Keep diagnostic and unsupported rows stopped at compile.
|
|
164
164
|
- Update public docs only when a row status or public contract changes.
|
package/docs/testing.md
CHANGED
|
@@ -21,6 +21,7 @@ npm test # All Vitest tests
|
|
|
21
21
|
npm run test:unit # Unit tests only
|
|
22
22
|
npm run test:snap # Snapshot tests only
|
|
23
23
|
npm run test:integration # Integration tests only
|
|
24
|
+
npm run test:conformance # WSDL capability conformance tests only
|
|
24
25
|
npm run test:watch # Watch mode for development
|
|
25
26
|
```
|
|
26
27
|
|
|
@@ -169,6 +170,16 @@ import { pathToFileURL } from "node:url";
|
|
|
169
170
|
const pluginModule = await import(pathToFileURL(join(outDir, "gateway", "plugin.ts")).href);
|
|
170
171
|
```
|
|
171
172
|
|
|
173
|
+
## Conformance Tests
|
|
174
|
+
|
|
175
|
+
Conformance tests live under `test/conformance/` and prove WSDL capability claims through committed fixtures, registry rows, generated artifacts, diagnostics, and documentation alignment. Use the focused command when changing capability rows or fixture-backed behavior:
|
|
176
|
+
|
|
177
|
+
```bash
|
|
178
|
+
npm run test:conformance
|
|
179
|
+
```
|
|
180
|
+
|
|
181
|
+
`npm test` includes the conformance suite through normal Vitest discovery. `npm run ci` and release preflight cover conformance through that broad test command, while release preflight also checks that the focused command and broad CI discovery remain wired.
|
|
182
|
+
|
|
172
183
|
## Known Issues
|
|
173
184
|
|
|
174
185
|
### ArrayOf* Schema-Type Mismatch (Resolved)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@techspokes/typescript-wsdl-client",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.34.0",
|
|
4
4
|
"description": "Turn legacy WSDL/SOAP services into typed TypeScript clients, OpenAPI 3.1 specs, and production-ready Fastify REST gateways. Built for enterprise SOAP modernization.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"wsdl",
|