0.5.30
π hey everyone, new Bref release!
This release comes with new runtime versions:
- if you use
serverless.yml
, you don't have anything to do π - if you use SAM or CloudFormation or Terraform or CDK, update the layer version numbers (see https://runtimes.bref.sh/)
Enhancements:
- Support multi-value query parameters in URLs π #672 (@victormacko), #693 (@deleugpn)
- Add a
vendor/bin/bref layers
command to list layer versions #730 (@mnapoli) - Add a getter for
ReceiptHandle
inSQSRecord
#724 (@marcusirgens)
Minor changes:
- Bump PHP versions #706 (@chapeupreto), #717 (@Santos-Luis)
- Set the PHP execution timeout at 27s to get logs when PHP times out #700 (@Nyholm)
- Lighten and improve the "fpm-dev-gateway" Docker image for local development #736 (@shouze)
- Improve generated
serverless.yml
files #691 (@chapeupreto), #690 (@chapeupreto)
Documentation improvements:
- Removing broken link #739 (@spekulatius)
- Fixing a bunch of links into the PHP docs #737 (@spekulatius)
- Document BREF_AUTOLOAD_PATH #731 (@mnapoli)
- Fix typo #729 (@fabpot)
- Improve the Laravel documentation regarding caching #712 (@mnapoli)
- documentation nitpick: add missing quotes #699 (@chapeupreto)
- Update custom-domains documentation #698 (@bertrandjamin)
- Update the Laravel documentation to use the new Laravel bridge #697 (@mnapoli)
- Bump lodash from 4.17.15 to 4.17.19 in /website #695 (@dependabot[bot])