Skip to content

Latest commit

 

History

History
68 lines (37 loc) · 1.2 KB

CHANGELOG.md

File metadata and controls

68 lines (37 loc) · 1.2 KB

Change Log

[NOT RELEASED]

Added

  • Add support for Symfony 7

0.3.1

Fixed

  • [Console] Make sure to restart process if there is an uncaught exception

0.3.0

BC breaks

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.

Added

Fixed

  • Fixed Trusted proxies configuration

0.2.2

Fixed

  • Make sure to restart process if there is an uncaught exception

0.2.1

Added

  • Support for Bref 1.3

0.2.0

Added

  • vendor/bin/bref-local-handler.php to invoke PSR-11 handlers locally
  • Invocation and request context to the Request ServerBag

Fixed

  • Session handling for Symfony 5.4 and up
  • Error handling on invalid _HANDLER string

0.1.1

Added

  • Add support for Symfony 6

Fixed

  • Local console output when running command on Lambda

0.1.0

First version