Skip to content

Releases: php-pm/php-pm-httpkernel

1.0.5

16 Sep 11:20
Compare
Choose a tag to compare

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

24 Aug 13:59
Compare
Choose a tag to compare

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

25 Jun 15:15
Compare
Choose a tag to compare

Improvements:

  • Enable trusted proxies in Symfony ^3.3 (#114)
  • Allow Symfony 4 dependencies (#94)
  • More flexibility for Drupal installations (#96)

1.0.2

10 Feb 00:26
Compare
Choose a tag to compare
  • Fixed Symfony 4 support and removed StrongerNativeSessionStorage workaround.

1.0.1

09 Jan 14:13
Compare
Choose a tag to compare

Includes

  • Fixes for Laravel bootstrap (using vendor/autoload.php as fallback)

1.0.0 release

08 Jan 02:12
Compare
Choose a tag to compare

First stable release.

Supports:

  • php 5.6
  • php 7

Changes:

  • File upload support
  • Stability improvements