Skip to content

v1.0.10

Compare
Choose a tag to compare
@james-hu james-hu released this 03 Jun 11:30
· 70 commits to master since this release

Major improvements:

  • Automatic retries have been added for calling AWS API, so that you would not see RateExceeded kind of errors again.
  • When copying swagger-ui asset files, file timestamps are preserved, so that if you use aws s3 sync ... to upload them to S3 regularly, they won't be copied again and again.
  • There's a flag/switch for controlling whether source map files (they are large) should be included.
  • There's a flag/switch for customising validation (the validatorUrl option) of swagger-ui. You may want to set it to none if your API doc is not publically accessible.
  • Explained in README regarding how to match endpoint URLs without base path (such like http://my.domain.com/).