Releases: php-pm/php-pm-httpkernel
Releases · php-pm/php-pm-httpkernel
1.0.5
Improvements:
- Added unit tests for Symfony (#129)
- Relay handler errors to worker (#131)
- Reset all entity managers instead of just default (#135)
- Properly reset providers on Laravel 5.7 (#140)
- Support BinaryFileResponse and custom response classes (#132)
1.0.4
Improvements:
- Support custom namespaces for the symfony kernel (#126)
- Reset doctrine object manager if closed (#121)
Bug fixes:
- Fix empty file inputs in Symfony 4.1 (#116)
- Fix accessing raw Psr7 response body as string (#124)
1.0.3
Improvements:
- Enable trusted proxies in Symfony ^3.3 (#114)
- Allow Symfony 4 dependencies (#94)
- More flexibility for Drupal installations (#96)
1.0.2
- Fixed Symfony 4 support and removed
StrongerNativeSessionStorage
workaround.
1.0.1
Includes
- Fixes for Laravel bootstrap (using vendor/autoload.php as fallback)
1.0.0 release
First stable release.
Supports:
Changes:
- File upload support
- Stability improvements