Releases: brefphp/bref
Releases · brefphp/bref
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
2.2.1
2.2.0
What's Changed
New Contributors
- @isholaomotayo made their first contribution in #1836
Full Changelog: 2.1.25...2.1.26
2.1.25
What's Changed
- The Console runtime now always returns the command output by @mnapoli in #1809
- Add SQS polling information to docs by @mnapoli in #1826
- Document how to use stage parameters in
serverless.yml
by @mnapoli in #1827 - Fix documentation links for Serverless v3 by @mnapoli in #1828
Full Changelog: 2.1.24...2.1.25
2.1.24
2.1.23
2.1.22
What's Changed
- Update for EventBridge docs typo(?) by @taiiiraaa in #1800
- Update Lambda layers 2.2.23 by @mnapoli in #1802
- Added openssl.cnf to bref layer by @alexw23 in brefphp/aws-lambda-layers#172
- Upgrade to PHP 8.2.19 and 8.3.7 by @GrahamCampbell in brefphp/aws-lambda-layers#174
New Contributors
- @taiiiraaa made their first contribution in #1800
Full Changelog: 2.1.21...2.1.22