Skip to content

v6.6.69

Latest

Choose a tag to compare

@github-actions github-actions released this 26 Aug 19:23
b251fbe

API Console v6.6.69

PR Release --> (#910)

Delivers the OAS 3.1 / 3.2 groundwork for API Console v6 (TD-0333486). Versions 6.6.67 and 6.6.68 were merged and tagged but never reached npm — the release workflow created the GitHub release before npm publish, so once a tag existed the publish step was skipped on every re-run. 6.6.69 is a clean re-cut that finally publishes. These notes therefore cover the cumulative delta since the last version actually published (6.6.66 → 6.6.69).

Changes in the console

  • Try It panel hidden for OAS 3.1/3.2 webhook operations — webhook operations are provider-initiated and have no invokable URL, so the request/response panel is no longer rendered for them (both narrow and wide layouts).
  • Node.js >= 18 is now required (was >= 10).
  • amf-loader test helper now expands flattened @graph API models (AMF 5.11.x emits models in that form) before navigating them.
  • New OAS 3.1 / 3.2 demo fixtures and integration tests bundled with the console.

Component updates (resolved in the lockfile)

  • @api-components/api-method-documentation: 5.2.31 → 5.2.34 — webhook event-name / method-pill alignment (CSS fix)
  • @api-components/amf-helper-mixin: 4.5.36 → 4.5.38
  • @api-components/api-navigation: 4.3.22 → 4.3.24
  • @api-components/api-summary: 4.6.19 → 4.6.21
  • @api-components/api-type-document: 4.2.43 → 4.2.46
  • @api-components/api-documentation: 6.1.8 → 6.1.9
  • @api-components/api-endpoint-documentation: 6.1.4 → 6.1.5
  • @api-components/api-body-document: 4.4.15 → 4.4.17
  • @api-components/api-model-generator: 0.2.14 → 0.4.0
  • amf-client-js: 5.10.0 → 5.12.0 (collapsed to a single copy via override)

Declared dependency changes (package.json)

  • @api-components/api-navigation: ^4.3.20 → ^4.3.22
  • @api-components/api-model-generator: ^0.2.14 → ^0.4.0
  • amf-client-js: ^5.4.4 → ^5.12.0

Pull requests

  • #909 — OAS 3.1/3.2 demo models + fixtures (W-23748889)
  • #910 — Release v6.6.67
  • #911 — Release v6.6.68 (adopt api-method-documentation 5.2.34)
  • #913 — Release v6.6.69 (clean re-cut for a working npm publish)

Umbrella initiative: TD-0333486 — Support for OAS 3.1 and OAS 3.2 in API Console v6