Skip to content

v0.38.0

Choose a tag to compare

@marle3003 marle3003 released this 11 Mar 06:35
· 218 commits to main since this release
0ebf81c

✨ Improvements

HTTP

  • Added support for HTTP/2

🐛 Fixes

CLI

  • Fixed an issue where the PROVIDERS_NPM_GLOBAL_FOLDER environment variable was not handled correctly.

OpenAPI

  • Fixed an issue where dynamic scopes could leak between schemas (e.g., across different endpoints), causing incorrect resolution of $dynamicRef.

JSON Schema

  • Improved $ref and $dynamicRef resolution to correctly handle recursive references and dynamic scope evaluation.