Skip to content

v131.0.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Nov 18:41

@sparticuz/chromium v131.0.1, @sparticuz/chromium-min v131.0.1

The chromium-v131.0.1-layer.zip file may be uploaded directly as a layer in AWS Lambda using the following code

bucketName="chromiumUploadBucket" && \
aws s3 cp chromium-v131.0.1-layer.zip "s3://${bucketName}/chromiumLayers/chromium-v131.0.1-layer.zip" && \
aws lambda publish-layer-version --layer-name chromium --description "Chromium v131.0.1" --content "S3Bucket=${bucketName},S3Key=chromiumLayers/chromium-v131.0.1-layer.zip" --compatible-runtimes nodejs --compatible-architectures x86_64

The chromium-v131.0.1-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

Full Changelog: v131.0.0...v131.0.1