Skip to content

v0.14.3

Choose a tag to compare

@foo-ogawa foo-ogawa released this 15 May 13:20
785abd8

Bug Fixes

  • fix: include transitive $ref file targets in input hash computationcollectInputFiles only tracked primary OpenAPI spec and overlay files, missing files referenced via external $ref. Changes to indirectly referenced files (e.g. shared schema definitions) did not invalidate the generation cache. Added recursive $ref traversal for both OpenAPI specs and overlays.