Skip to content

v0.8.0

Choose a tag to compare

@hdamker hdamker released this 23 Jul 16:13
677199b

Release Notes

v0.8.0 is a minor release for the CAMARA tooling repository.

This release adds x-correlator documentation checks (new rules S-039 and S-040) and rewrites the behavior of three existing rules: discriminator-aware unused-component detection (S-211), a per-field sinkCredential writeOnly check (P-016), and S-036 parameter casing to allow the Design-Guide-defined filtering-operation suffixes (.gte, .gt, .lte, .lt).

Added

  • Check x-correlator documentation — new rules S-039 (request header undocumented) and S-040 (response header undocumented) by @LarryHu0217 in #376

Changed

  • Make unused-component detection discriminator-aware (S-211) by @LarryHu0217 in #378
  • Migrate P-006/P-007/P-008 severity ramp to target_api_status (no behavior change) by @hdamker in #381
  • Rewrite P-016 as a per-field sinkCredential writeOnly check by @hdamker in #383
  • Allow Design-Guide-defined filtering-operation suffixes (.gte, .gt, .lte, .lt) in S-036 parameter casing by @hdamker in #389
  • Bump @redocly/cli from 2.37.0 to 2.39.0 by @dependabot in #374
  • Bump actions/setup-python from 6 to 7 by @dependabot in #384
  • Bump actions/setup-node from 6 to 7 by @dependabot in #385
  • Bump @stoplight/spectral-cli from 6.16.1 to 6.16.2 by @dependabot in #386
  • Bump fast-uri, brace-expansion to patched versions (security) by @hdamker in #391

Full Changelog: v0.7.1...v0.8.0