Releases: activescott/serverless-aws-static-file-handler
Releases · activescott/serverless-aws-static-file-handler
v5.0.2
08 May 08:17
Compare
Sorry, something went wrong.
No results found
5.0.2 (2026-05-08)
Bug Fixes
deps: bump mime-types from 3.0.1 to 3.0.2 (#368 ) (c319f57 )
v5.0.1
30 Mar 02:49
Compare
Sorry, something went wrong.
No results found
5.0.1 (2026-03-30)
Bug Fixes
ci: use semantic-release@25 with OIDC trusted publishing (65c4a43 )
deps: bump mime-types from 2.1.35 to 3.0.1 (#322 ) (1c9d9df )
v5.0.0
22 Mar 20:51
Compare
Sorry, something went wrong.
No results found
5.0.0 (2025-03-22)
Bug Fixes
The minimum supported node version we'll be testing with now is v20 (#314 ) (17eb14f )
BREAKING CHANGES
The minimum version for node.js is now 20. AWS no longer supports 14 and it has been removed and all tests are now using v20.
v4.1.0
22 Nov 00:15
Compare
Sorry, something went wrong.
No results found
4.1.0 (2023-11-22)
Features
v4.0.4
21 Nov 22:55
Compare
Sorry, something went wrong.
No results found
4.0.4 (2023-11-21)
Bug Fixes
dependency updates for Serverless v2 (#285 ) (f94a59d ), closes #283 #283
deps: resolve indirect vulnerabilities for @babel/traverse, axios, protobufjs, get-func-name (#282 ) (bd7cdc0 )
v4.0.3
16 Jul 08:37
Compare
Sorry, something went wrong.
No results found
4.0.3 (2023-07-16)
Bug Fixes
update serverless to latest-2 tagged version and other transitive deps updates to eleminate some dependency warnings (503970e )
v4.0.2
10 Dec 02:09
Compare
Sorry, something went wrong.
No results found
4.0.2 (2022-12-10)
Bug Fixes
v4.0.1
24 Aug 04:46
Compare
Sorry, something went wrong.
No results found
4.0.1 (2022-08-24)
Bug Fixes
binaryMediaType in examples now use config compatible with OPTIONS CORS preflight checks (0cc934b ), closes #165
v4.0.0
07 Aug 04:02
Compare
Sorry, something went wrong.
No results found
4.0.0 (2022-08-07)
Features
drops support for node versions older than v14 (the oldest LTS version of node) (c0e44d4 )
BREAKING CHANGES
Drops support for node v10 and v12. v14 is the oldest version supported by node.js/OpenJS. It is also the oldest version supported by current versions of serverless/serverless-offline and makes it easier to upgrade vulnerable dependencies.
v3.1.9
03 Aug 21:49
Compare
Sorry, something went wrong.
No results found
3.1.9 (2022-08-03)
Bug Fixes
make github actions workflow fail when local E2E tests fail (f2c013e ), closes #152