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