- Update vendored schemas: github-workflows, renovate, woodpecker-ci (2024-07-07)
- Improve caching to include caching of remote
$ref
downloads. This should improve performance in cases where a schema has many remote refs and is used in repeat invocations. The$ref
cache can be disabled via the same--no-cache
flag which disables use of the pre-existing cache. Thanks @alex1701c! (#452, #454) - Fix an ordering bug which caused caching to be ineffective, resulting in repeated downloads of remote schemas even when the cache was populated. Thanks @alex1701c for reporting! (#453)