Releases: james-hu/apig-swagger-ui
Releases · james-hu/apig-swagger-ui
v1.1.0
v1.0.10
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/
).