All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Replaced EventFactory::create with Loop::get as the factory has been deprecated.
- Add full PSR-18 support.
- Work with HTTPlug 2, drop HTTPlug 1 support.
- Move to
react/http
library instead ofreact/http-client
.
- Allow installation with react dns 1.0
- Drop unmaintained PHP version support
2.2.0 - 2018-11-03
- React HTTP 0.5 BC break
2.1.0 - 2017-12-21
- Added compatibility with
react/http-client
v0.5 (compatibility with v0.4 kept) ReactFactory::buildHttpClient
now accepts a\React\Socket\ConnectorInterface
(only forreact/http-client
v0.5). If none provided, will use React HTTP Client defaults.
- Passing a
\React\Dns\Resolver\Resolver
toReactFactory::buildHttpClient
is deprecated and will be removed in 3.0.0. To control connector behavior (DNS, timeout, etc), pass a\React\Socket\ConnectorInterface
instead.
2.0.0 - 2017-09-18
- Promise adapter is internal and not extendable [BC Break]
- Promise adapter rewrote to handle chain operation
1.0.0 - 2017-07-08
- Tests update to last version
0.3.0 - 2016-11-07
- Client now require a Stream factory to handle body properly.
- Issue with
react/http-client
v0.4.13 about body handling as StreamInterface. This change was introduce in reactphp/http-client#66.
0.2.2 - 2016-07-18
- Client now requires a Response factory instead of a Message factory
0.2.1 - 2016-07-18
- Updated discovery dependency
0.2.0 - 2016-06-28
- Updated discovery dependency
0.1.1 - 2016-03-08
- Incorrect variable assignment causing impossible to pass custom client and loop
- Initial release