Skip to content

v1.1.3

Compare
Choose a tag to compare
@wlandgraf wlandgraf released this 14 Jun 01:32
· 19 commits to main since this release
  • Some Swagger documents did not have the OperationId for endpoints. Now for those cases the OpenAPI generator automatically creates a method name based on path and HTTP method.
  • Some Swagger documents did not have the Consumes tag specified for each endpoint, but just a single one global. The generator was not taking the global Consumes tag into account, ignoring those endpoints without the tag.