0.61.10
(fix):
Fix a bug where the docs resolver would throw an error when encountering missing or duplicate endpoints.
0.61.9
(fix):
String parameter examples will use the parameter name as the example value if no example is provided.
0.61.8
(fix):
Fix a bug where the broken link checker would incorrectly flag links to llms.txt and llms-full.txt files as broken.
The checker now properly recognizes these file paths as valid.
0.61.7
(fix):
Support text/plain content type response examples in the v3 parser.
Skip certain headers from being added to the IR.
0.61.6
(fix):
Support text/plain content type responses in the v3 parser.
0.61.5
(fix):
Fix a bug where the CLI upgrade message was written to stdout. This made it difficult to write shell
scripts that act upon the output of the CLI. The upgrade message is now written to stderr.
0.61.4
(fix):
Support application/octet-stream content type requests in the OpenAPI parser.