Releases: mridang/serverless-servestatic-plugin
Releases · mridang/serverless-servestatic-plugin
v1.3.2
1.3.2 (2024-10-11)
Bug Fixes
- Added back the awaits for the cfn-response.send as the types are incorrect (0cdf97f)
v1.3.1
1.3.1 (2024-10-10)
Bug Fixes
- fixed the versioning configuration directive (48e783c)
v1.3.0
1.3.0 (2024-10-09)
Features
- Updated the lambda code to be in Typescript as it is transpiled to Javascript in any case (743e720)
v1.2.1
1.2.1 (2024-10-07)
Bug Fixes
- fixed the release configuration to only publish the archive and not the sources (24f8bd7)
v1.2.0
1.2.0 (2024-09-30)
Features
- switched to using the shared eslint defaults and also deduped deps (ad899fc)
v1.1.1
1.1.1 (2024-09-25)
Bug Fixes
- updated the tests so that they run correctly (bf6da0f)
v1.1.0
1.1.0 (2024-09-25)
Features
- added knip to ensure that there is no dead code (6a67c11)
v1.0.2
1.0.2 (2024-09-23)
Bug Fixes
- added a guard to ensure that glob patterns must be specifed. (acf5619)
- enabled versioning for the asset bucket (c8252ef)
- fixed the workflows to allow running without a docker-compose (462a9b0)
v1.0.1
1.0.1 (2024-09-19)
Bug Fixes
- bumped the memory size to handle large ZIPs (0706038)
- improved the test script to only cache the containers if the docker-compose.yml exists (708dbe6)
v1.0.0
1.0.0 (2024-09-19)
Features
- removed useless docker-compose configuration (48a1f29)