Releases: activescott/serverless-aws-static-file-handler
Releases · activescott/serverless-aws-static-file-handler
v3.1.5
3.1.5 (2022-03-12)
Bug Fixes
- deps: bump follow-redirects from 1.14.7 to 1.14.9 (#136) (b91027a)
v3.1.4
3.1.4 (2022-02-05)
Bug Fixes
- deps: bump node-fetch from 2.6.5 to 2.6.7 (#128) (850aa53)
v3.1.3
3.1.3 (2022-02-05)
Bug Fixes
- deps: bump follow-redirects from 1.14.4 to 1.14.7 (#127) (c13ae27)
v3.1.2
3.1.2 (2022-02-05)
Bug Fixes
- deps: bump simple-get from 2.8.1 to 2.8.2 (825e959)
v3.1.1
3.1.1 (2022-02-05)
Bug Fixes
- support for Serverless Framework v3 (b7301d7)
v3.1.0
3.1.0 (2022-01-02)
Features
- support for API Gateway V2 payload format also called HTTP API using the serverless
httpApi
event syntax. (2cad50d), closes #118 #47
v3.1.0-beta.1
Features
- support for API Gateway V2 payload format also called HTTP API using the serverless
httpApi
event syntax. (b7a13de), closes #118 #47
v3.0.9
3.0.9 (2021-12-02)
Bug Fixes
- deps: bump mime-types from 2.1.33 to 2.1.34 (f71a7b7)
v3.0.8
3.0.8 (2021-10-03)
Bug Fixes
- deps: bump mime-types from 2.1.32 to 2.1.33 (45366f5)
v3.0.7
3.0.7 (2021-09-26)
Bug Fixes
- error message detail does not appear in default and custom error pages (4bd01a2), closes #111
- prevent infinite loop when error occurs if default error page is missing in custom builds (84cc787), closes #109