v119.0.0
github-actions
released this
14 Nov 13:55
·
87 commits
to master
since this release
@sparticuz/chromium v119.0.0, @sparticuz/chromium-min v119.0.0
The chromium-v119.0.0-layer.zip
file may be uploaded directly as a layer in AWS Lambda using the following code
bucketName="chromiumUploadBucket" && \
aws s3 cp chromium-v119.0.0-layer.zip "s3://${bucketName}/chromiumLayers/chromium-v119.0.0-layer.zip" && \
aws lambda publish-layer-version --layer-name chromium --description "Chromium v119.0.0" --content "S3Bucket=${bucketName},S3Key=chromiumLayers/chromium-v119.0.0-layer.zip" --compatible-runtimes nodejs --compatible-architectures x86_64
The chromium-v119.0.0-pack.tar
file may be uploaded to any https endpoint and the remote location may be used as the input
variable in the chromium.executablePath(input)
function.
What's Changed
- Bump actions/setup-node from 3 to 4 by @dependabot in #171
- Bump @types/node from 18.18.6 to 18.18.7 by @dependabot in #170
- Add AWS SAM
LayerVersion
example by @davidjb in #178 - Bump @types/tar-fs from 2.0.3 to 2.0.4 by @dependabot in #181
- Bump @types/follow-redirects from 1.14.3 to 1.14.4 by @dependabot in #180
- Bump @types/node from 18.18.7 to 18.18.9 by @dependabot in #179
- add 119 by @Sparticuz in #182
New Contributors
Full Changelog: v118.0.0...v119.0.0