feat: cache instantiated plugins and resolve realm-specific properties (#1716)

This commit is contained in:
volodymyr-rutskyi
2024-09-11 09:48:13 +03:00
committed by GitHub
parent e046f7b1de
commit 92652e2346
10 changed files with 158 additions and 30 deletions

View File

@@ -0,0 +1,5 @@
---
"@redocly/openapi-core": minor
---
Added a mechanism that resolves plugin properties specific to the Reunite-hosted product family.

View File

@@ -0,0 +1,6 @@
---
"@redocly/openapi-core": minor
"@redocly/cli": minor
---
Added a cache for resolved plugins to ensure that plugins are only instantiated once during a single execution.