2.1.0
This new release introduces support for PHP 8.3 beta π.
Upgrade Bref via Composer and change the PHP version in serverless.yml
:
functions:
app:
handler: public/index.php
runtime: php-83-fpm
events:
- httpApi: '*'
What's Changed
- PHP 8.3 beta support by @GrahamCampbell in #1576
- Update Lambda layers 2.2.0 by @github-actions in #1599
- Provide PHP 8.3.0beta1 support by @GrahamCampbell in brefphp/aws-lambda-layers#91
- Upgrade curl to 8.2.1 and nghttp2 to 1.55.1 by @GrahamCampbell in brefphp/aws-lambda-layers#100
- Upgrade to PHP 8.1.21 and 8.2.8 by @GrahamCampbell in brefphp/aws-lambda-layers#99
- Update layer versions for PHP 8.3 by @mnapoli in #1602
- Fix #1593
WebsocketEvent
getRegion()
not returning correct region for custom domains by @Shkeats in #1594 - Allow
psr/http-message
v2 andsymfony
v7 by @GrahamCampbell in #1601
New Contributors
Sneak peak
Interested in X-Ray support? Get in touch: [email protected]
Thanks to Bref sponsors β€οΈ
Still looking for new sponsors: https://github.com/sponsors/mnapoli
Full Changelog: 2.0.11...2.1.0