Releases: php-http/message
Releases · php-http/message
1.16.2
1.16.1
1.16.0
- Remove direct dependency on
php-http/message-factory
as it is only needed for the deprecated Httplug factories.
Upgrade to PSR-17 message factories provided by your HTTP client implementation.
If you need the Httplug factories for the time being, you cancomposer require php-http/message-factory
in your application.
1.15.0
1.14.0
1.13.0
1.12.0
1.11.2
1.11.1
1.11.0
-
Migrated from
zendframework/zend-diactoros
tolaminas/laminas-diactoros
.
Users are encouraged to update their dependencies by simply replacing the Zend package with the Laminas package.
Due to the laminas-zendframework-brige, BC changes
are not expected and legacy code does not need to be refactored (though it is
recommended and simple). -
The diactoros factories of
php-http/message
will return objects from theLaminas\Diactoros\
namespace, if
the respective classes are available via autoloading, but continue to return objects fromZend\Diactoros\
namespace otherwise. -
Allow to specify the hashing algorithm for WSSE authentication.