Releases: brefphp/bref
Releases · brefphp/bref
2.3.9
What's Changed
- Bump mermaid from 10.9.1 to 10.9.3 in /website by @dependabot in #1874
- Update Lambda layers 2.3.10 by @github-actions in #1877
- Upgrade nghttp2 to 1.64.0 by @GrahamCampbell in brefphp/aws-lambda-layers#213
- Upgrade to PHP 8.3.13, 8.2.25 by @mykiwi in brefphp/aws-lambda-layers#214
- Upgrade to PHP 8.4.0RC3 by @mykiwi in brefphp/aws-lambda-layers#215
Full Changelog: 2.3.8...2.3.9
2.3.8
What's Changed
- Allow a
bref:
section in serverless.yml by @mnapoli in #1868 - Update Lambda layers 2.3.9 by @github-actions in #1873
- PHP 8.1.30 by @GrahamCampbell in brefphp/aws-lambda-layers#208
- Improve error handling when Composer dependencies are missing by @mnapoli in brefphp/aws-lambda-layers#209
- Upgrade libssh2 to 1.11.1 by @GrahamCampbell in brefphp/aws-lambda-layers#211
- Upgrade to PHP 8.4.0RC2 and install Xdebug by @GrahamCampbell in brefphp/aws-lambda-layers#212
Full Changelog: 2.3.7...2.3.8
2.3.7
What's Changed
- Update Lambda layers 2.3.8 by @github-actions in #1865
- Upgrade libxml to 2.13.4 by @GrahamCampbell in brefphp/aws-lambda-layers#205
- Upgrade libzip to 1.11.1 by @GrahamCampbell in brefphp/aws-lambda-layers#206
- Upgrade to PHP 8.2.24, 8.3.12, 8.4.0RC1 by @GrahamCampbell in brefphp/aws-lambda-layers#207
Full Changelog: 2.3.6...2.3.7
2.3.6
2.3.5
What's Changed
- Update Lambda layers 2.3.6 by @github-actions in #1853
- Upgrade sqlite to 3.46.1 by @GrahamCampbell in brefphp/aws-lambda-layers#197
- Bump nghttp2 to 1.63.0 by @GrahamCampbell in brefphp/aws-lambda-layers#198
- Bump PHP to 8.2.23, 8.3.11, 8.4.0beta4 by @GrahamCampbell in brefphp/aws-lambda-layers#199
- Upgrade PostgreSQL from 16.3 to 16.4 by @GrahamCampbell in brefphp/aws-lambda-layers#195
- Fix support for libgpgme by @mnapoli in brefphp/aws-lambda-layers#196
Full Changelog: 2.3.4...2.3.5
2.3.4
2.3.3
What's Changed
- Harden error handling for errors in event listeners by @mnapoli in #1851
- New case study: Craft Cloud by @mnapoli in #1850
Full Changelog: 2.3.2...2.3.3
2.3.2
What's Changed
- Update Lambda layers 2.3.3 in #1847
- libxml2 security patches by @GrahamCampbell in brefphp/aws-lambda-layers#191
- Upgrade to cURL 8.9.1 by @GrahamCampbell in brefphp/aws-lambda-layers#193
- PHP 8.2.22, 8.3.10, 8.4.0alpha4 and libxml2 2.13.3 by @GrahamCampbell in brefphp/aws-lambda-layers#192
Full Changelog: 2.3.1...2.3.2
2.3.1
What's Changed
- Update Lambda layers 2.3.2 by @github-actions in #1844
- Upgrade to PHP 8.4.0 alpha2 by @GrahamCampbell in brefphp/aws-lambda-layers#188
- Fix #1833, upgrade SQLite on both PHP 8.2 and 8.3 by @GrahamCampbell and @mnapoli in brefphp/aws-lambda-layers#189
Full Changelog: 2.3.0...2.3.1
2.3.0
What's Changed
- Add support for PHP 8.4 alpha versions by @mnapoli and @mykiwi in #1842 and brefphp/aws-lambda-layers#185
To use PHP 8.4, update serverless.yml
:
functions:
web:
handler: public/index.php
- runtime: php-83-fpm
+ runtime: php-84-fpm
Remember that this is the first alpha version of PHP 8.4, do not use it in production :)
See: https://www.php.net/index.php#2024-07-05-1
Full Changelog: 2.2.1...2.3.0