Skip to content

Releases: stefanzweifel/sidecar-browsershot

v3.1.0

Choose a tag to compare

@github-actions github-actions released this 07 May 13:56

Changed

  • Run on Node 24 (#161)

Fixed

  • Update to the latest sidecar-browsershot-layer to fix NPM security vulnerabilities (#162)

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 17 Apr 20:24
414a762

Changed

  • Upgrade Chromium Layer to use Chromium v147 #159

Fixed

Removed

  • (Breaking) Drop unsupported chromium.font() call (#156)

Breaking change as you as a consumer of the package can override the Chromium layer used in this package. If you've overriden chrome-aws-lambda-layer in the sidecar-browsershot configuration, please note that the package no longer calls chromium.font() internally.
The package continues to automatically load custom fonts from resources/sidecar-browsershot/fonts. (See README)

v2.9.0

Choose a tag to compare

@github-actions github-actions released this 13 Mar 20:14

Added

  • Add Support for Laravel 13 (#152)

v2.8.0

Choose a tag to compare

@stefanzweifel stefanzweifel released this 07 Mar 18:24

Added

  • Upgrade sidecar-browsershot-layer and use Puppeteer v24 (#153)
  • Add Support for PHP 8.5 (#149)

Changed

  • Drop Support for Browsershot v4 (#150)

v2.7.1

Choose a tag to compare

@github-actions github-actions released this 07 Mar 18:24
0b6d333

Added

  • Upgrade sidecar-browsershot-layer and use Puppeteer v24 (#153)
  • Add Support for PHP 8.5 (#149)

Changed

  • Drop Support for Browsershot v4 (#150)

v2.7.0

Choose a tag to compare

@github-actions github-actions released this 22 Nov 08:52
e42a996

Added

  • Add Supoprt for Node 22 and Upgrade Chrome Layer (#147)

v2.6.1

Choose a tag to compare

@github-actions github-actions released this 23 Sep 17:57
1f35d16

Changed

  • Drop Support for older PHP and Laravel Versions (#145)

v2.6.0

Choose a tag to compare

@github-actions github-actions released this 08 May 06:42
20c5a56

Added

  • Add Support for Laravel 12 (#139)

v2.5.1

Choose a tag to compare

@github-actions github-actions released this 23 Mar 20:07
946998f

Changed

  • Update Chrome versions (#140)

v2.5.0

Choose a tag to compare

@github-actions github-actions released this 05 Dec 10:24
1ddf856

Added

  • Add support for spatie/browsershot v5 (#137)