OpenAPITools / openapi-diff

Utility for comparing two OpenAPI specifications.
Apache License 2.0
780 stars 153 forks source link

Fix renderer memory issues by writing to OutputStream #544

Closed LubomirS closed 11 months ago

LubomirS commented 11 months ago

This fixes the issue with large diffs, which are not possible to render https://github.com/OpenAPITools/openapi-diff/issues/543

Closes #543

LubomirS commented 11 months ago

@LubomirS Thanks a lot for your contribution!

thanks for the quick review @joschi 👍