This repository has been archived by the owner on May 13, 2023. It is now read-only.
Releases: php-http/message-factory
Releases · php-http/message-factory
1.1.0
- Allow
psr/http-message
v2 in addition to v1 - Deprecate all interfaces in favor of PSR-17
The PHP-HTTP factories have become obsolete with the PSR-17 factories standard.
All major HTTP client implementors provide PSR-17 factories.
This package will remain available for the time being to not break legacy code, but we encourage everybody to move to PSR-17.
Added Puli support
Added support for Puli bindings.
First stable release
Merge pull request #24 from php-http/prepare_release Prepare stable release
1.0.0 RC1
Message Factory interfaces are quite stable for a while. This is the first and the last planed RC version.
v0.3.0
Removed Client Context Factory and Factory Awares/Templates.
v0.2.0
Initial release
This package provides the missing construction logic for PSR-7 HTTP Messages.