Releases: completecoding/serverless-auto-swagger
Releases · completecoding/serverless-auto-swagger
v2.1.0
21 Feb 21:55
Compare
Sorry, something went wrong.
No results found
Features
add option to use REST API for swagger lambdas (#44 ) (e034ab3 )
apiType: 'http' | 'httpApi' – defaults to httpApi if not specified
Bug Fixes
use unique operationId per function path (#43 ) (d28e6af )
v2.0.0
21 Feb 20:37
Compare
Sorry, something went wrong.
No results found
⚠ BREAKING CHANGES
apiKeyName no longer exists in custom configuration.
Use apiKeyHeaders: ['x-api-key'] in place of apiKeyName: 'x-api-key'
Features
add apiKeyHeaders array for multiple security headers (#35 ) (7b43838 )
Changes
Remove apiKeyName in favor of apiKeyHeaders (87cf65a )
v1.8.0
21 Feb 21:53
Compare
Sorry, something went wrong.
No results found
Features
Update Swagger-UI to 4.5.0, Add missing icons (#32 ) (52118a5 )
v1.7.0
21 Feb 21:53
Compare
Sorry, something went wrong.
No results found
⚠ BREAKING CHANGES
schemes now defaults to the scheme used to serve the API specification if not provided (#32 )
Features
add basePath and schemes to custom config (#32 ) (52118a5 )
Bug Fixes
v1.6.0
08 Feb 20:16
Compare
Sorry, something went wrong.
No results found
v1.5.0
08 Feb 20:14
Compare
Sorry, something went wrong.
No results found
1.5.0 (2022-02-02)
(Contains undocumented updates from 1.4.0)
Features
config: allow user to choose swagger path (5ceeb9c )
exclude: allow user to exclude events (c0bbe15 )
queryStringParameters: allow user to define query string params (294926e )
script: adding publish script to call np (4932248 )
swaggerFiles: allow user to add json openAPI 2.0 files (ba130a2 )
Bug Fixes
Add required parameter to Swagger for queryStringParameters (#20 ) (6a6c89d ), closes #11
types: fixing responses on http, and conflicting types in tests (138626f )
Definitions fix
11 Nov 09:10
Compare
Sorry, something went wrong.
No results found