2.0.2
Fixes
- Update Lambda layers 2.0.3 through 2.0.6:
- Move the SSL certs file to the same location as Bref v1 by @mnapoli in brefphp/aws-lambda-layers#64
- Upgrade nghttp2 to 1.52.0 by @GrahamCampbell in brefphp/aws-lambda-layers#70
- Update to PHP 8.0.28, 8.1.17, 8.2.4 by @GrahamCampbell in brefphp/aws-lambda-layers#71
- Prevent parallel requests as Lambda RIE does not support it by @mnapoli in brefphp/local-api-gateway#1
- Support nested query string parameters in
-dev
images, by @mnapoli in brefphp/local-api-gateway#2
- Fix #756 to support query string parameters containing dots (a 2-year-old bug 🎉) by @sladg, @Nyholm, @alekitto, @DaMitchell, @otsch, in #1437
- Improve the error message when returning a payload above the Lambda limits (6MB) by @mnapoli in #1483
- Prevent serverless.yml errors when combined with unlayered functions by @shadowhand in #1469
- Improve error message when missing Bref runtimes by @mnapoli in #1482
- #1485 Fix warning in verbose deploy output by @mnapoli
Documentation
- Add security policy with supported versions by @mnapoli in #1475
- Fix #1470 by documenting the change in the AWS account for v2 by @mnapoli in #1472
Internals
- Sort require and require-dev blocks by @GrahamCampbell in #1486
- fix(scripts): composer script, fix invalid reference by @sladg in #1489
- Made
queryStringToArray
static by @GrahamCampbell in #1487 - Simplify CI by @mnapoli in #1492
New Contributors
Full Changelog: 2.0.1...2.0.2