Minor Changes
- Added agent-friendly client generation:
python,go,php, andcligenerators beside the TypeScript client, each self-documenting with--docs, configurable per generator, and available as source in your own repository througheject-generator.
Patch Changes
- Fixed an issue where the
bundlecommand didn't resolve$refs inside an AsyncAPI 3 Multi Format Schema Object. - Fixed an issue where
respect --har-outputrecorded an emptypostDatafor every request.
Request bodies are written to the HAR.
Captures replayed throughdriftcan have their request bodies validated instead of silently passing. - Updated @redocly/client-generator to v0.4.0.
- Updated @redocly/openapi-core to v2.48.0.