Skip to content

Releases: completecoding/serverless-auto-swagger

v2.0.0

21 Feb 20:37
Compare
Choose a tag to compare

v1.8.0...v2.0.0 (2022-02-21)

⚠ 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
Choose a tag to compare

v1.7.0...v1.8.0 (2022-02-17)

Features

  • Update Swagger-UI to 4.5.0, Add missing icons (#32) (52118a5)

v1.7.0

21 Feb 21:53
Compare
Choose a tag to compare

2022-02-08

⚠ 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
Choose a tag to compare

v1.5.0

08 Feb 20:14
6a6c89d
Compare
Choose a tag to compare

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
Choose a tag to compare
  • fix(references): fixing definitionss issue 02eabf7

v1.2.0...v1.2.1