1.3.3
If you have been using Bref for a while, you may be interested the new "Website assets" documentation:
https://bref.sh/docs/websites.html
You will probably immediately notice how the documentation (and the suggested serverless.yml
) is drastically simpler 🎉
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 runtimes.bref.sh)
Enhancements
- Bump to PHP 8.1.0RC4 by @mykiwi in #1050 (and #1059)
- Update PHP 7.4 & 8.0 versions to fix CVE-2021-21703 by @t-richard #1067
- Allow installing
psr/container:^2.0
by @t-richard in #1058 - Improve error messages for non-supported regions by @mnapoli in #1069
Documentation changes
- HUUUUUGE simplifications to "How to deploy assets" in the Websites documentation by @t-richard in #1060
If you are deploying assets with S3 and CloudFront, you can simplify yourserverless.yml
(i.e. remove 200 lines of code) by checking out the new documentation: https://bref.sh/docs/websites.html - Document using DynamoDB for caching by @RikudouSage in #1054 and #1055
- Fix Symfony docs on server side construct and trusted headers by @t-richard in #1056
- Avoid legacy global endpoint for S3 bucket by @buddhaCode in #1048
- Fix typo by @buddhaCode in #1047
New Contributors
- @buddhaCode made their first contribution in #1047
Full Changelog: 1.3.2...1.3.3