Skip to content

Releases: activescott/serverless-aws-static-file-handler

v3.1.5

12 Mar 04:01
b91027a
Compare
Choose a tag to compare

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

05 Feb 08:08
850aa53
Compare
Choose a tag to compare

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

05 Feb 07:58
c13ae27
Compare
Choose a tag to compare

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

05 Feb 06:19
Compare
Choose a tag to compare

3.1.2 (2022-02-05)

Bug Fixes

  • deps: bump simple-get from 2.8.1 to 2.8.2 (825e959)

v3.1.1

05 Feb 05:23
b7301d7
Compare
Choose a tag to compare

3.1.1 (2022-02-05)

Bug Fixes

  • support for Serverless Framework v3 (b7301d7)

v3.1.0

02 Jan 05:25
Compare
Choose a tag to compare

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

01 Jan 06:04
Compare
Choose a tag to compare
v3.1.0-beta.1 Pre-release
Pre-release

3.1.0-beta.1 (2022-01-01)

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

02 Dec 07:45
Compare
Choose a tag to compare

3.0.9 (2021-12-02)

Bug Fixes

  • deps: bump mime-types from 2.1.33 to 2.1.34 (f71a7b7)

v3.0.8

03 Oct 23:02
Compare
Choose a tag to compare

3.0.8 (2021-10-03)

Bug Fixes

  • deps: bump mime-types from 2.1.32 to 2.1.33 (45366f5)

v3.0.7

26 Sep 06:51
Compare
Choose a tag to compare

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