Skip to content
This repository has been archived by the owner on May 13, 2023. It is now read-only.

Releases: php-http/message-factory

1.1.0

14 Apr 14:18
@dbu dbu
1.1.0
Compare
Choose a tag to compare
  • 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

17 Dec 15:40
Compare
Choose a tag to compare

Added support for Puli bindings.

First stable release

15 Dec 12:47
Compare
Choose a tag to compare
Merge pull request #24 from php-http/prepare_release

Prepare stable release

1.0.0 RC1

14 Dec 11:01
Compare
Choose a tag to compare
1.0.0 RC1 Pre-release
Pre-release

Message Factory interfaces are quite stable for a while. This is the first and the last planed RC version.

v0.3.0

16 Nov 13:04
Compare
Choose a tag to compare

Removed Client Context Factory and Factory Awares/Templates.

v0.2.0

05 Nov 21:48
@dbu dbu
Compare
Choose a tag to compare

Reordered the parameters when creating a message to have the protocol last,as its the least likely to need to be changed.

Initial release

01 Jun 07:50
Compare
Choose a tag to compare

This package provides the missing construction logic for PSR-7 HTTP Messages.