Releases: php-pm/php-pm-httpkernel
Releases · php-pm/php-pm-httpkernel
2.3.1: Remove check if APP_ENV is given to load dotenv (#186)
Fix Symfony BC break (#184)
Symfony 6
Add Symfony 6 support and drop Symfony 3.4
2.0.6
Bug fixes:
- Add support for the new .env files structure for Symfony 5.1 (#174)
2.0.5
Bug fixes:
- Fix Symfony 5.1 Dotenv component deprecations (#171)
2.0.4
Bug fixes:
- Fix file upload in Symfony v5 (#169)
2.0.3
Bug fixes:
- Add Symfony 5 (#160)
- Clean old resets now being done by the ResetInterface (#144)
- Fix potential security issue (#164)
- Fix broken tests due to composer description required (#167)
2.0.2
Bug fixes:
- Fix SF 4.3 deprecation with Dotenv (#158)
- Fix bad empty headers (#159)
2.0.1
Improvements:
- Fix cyclic reference preventing gc (#156)
2.0
New features:
- Upgrade interfaces to PSR15
RequestHandlerInterface
for php-pm 2.0
Improvements:
- Reset Webpack Encore Filelist (#151)
1.0.6
Bug fixes:
- Fixed an exception in the Laravel adapter (#142)
- Fixed accessing request->data for Laravel adapter (#136)
- Ensure sessions are cleaned after request (#131)
Improvements:
- Only register twig files when debugging (#145)
- Watch changes on files that are resources within the container (#148)