1.3.0
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)
Features
- Upgrade PHP 8.1 experimental runtimes to PHP 8.1.0RC2 #1027 (@GrahamCampbell)
- Function runtime: force restarting the process for failed invocations #1013, #1026 (@Nyholm @mnapoli)
- Upgrade to openssl 1.1.1l #1030 (@GrahamCampbell)
Bugfixes
Documentation
- #1014 Deploying Symfony website assets (@t-richard): https://bref.sh/docs/frameworks/symfony.html#assets
- #1009 Document event/context for PSR-15 handlers (@rdarcy1): https://bref.sh/docs/function/handlers.html#lambda-event-and-context
Internals
- Remove old workarounds for PHP 8.1 #1028 (@GrahamCampbell)
- Measure layer usage #1031 (@deleugpn)