Skip to content

v1.6.7

Compare
Choose a tag to compare
@cnizzardini cnizzardini released this 13 Feb 02:39
· 164 commits to master since this release

SwaggerBake v1.6.7 is now available. See the changelog for every commit and the milestone for every PR.

There is a potential minor breaking change here. Throw tags must use an FQN to appear properly in OpenAPI see #246. Example:

@throws \Cake\Http\Exception\NotFoundException

Fixes

  • Not reading @throw tags and displaying as OpenAPI response types #246
  • SwagResponseSchema::mimeTypes should accept array, not string #247