- Add support for Symfony 7
- [Console] Make sure to restart process if there is an uncaught exception
We do no longer require bref/bref
. If you use Symfony/Laravel Kernel or PSR-15
you will get an exception. Run composer require bref/bref
to solve the issue.
- We do not use internal classes in Bref any more (php-runtime/runtime#88)
- Some handlers do not require the
bref/bref
package (php-runtime/runtime#89) - We include a runtime specific Bref layer (https://github.com/php-runtime/bref-layer)
- Fixed Trusted proxies configuration
- Make sure to restart process if there is an uncaught exception
- Support for Bref 1.3
vendor/bin/bref-local-handler.php
to invoke PSR-11 handlers locally- Invocation and request context to the Request ServerBag
- Session handling for Symfony 5.4 and up
- Error handling on invalid
_HANDLER
string
- Add support for Symfony 6
- Local console output when running command on Lambda
First version