Releases: byjg/php-webrequest
Releases · byjg/php-webrequest
Release 5.0.0
Major Refactor
What's Changed
- Change Namespace
\ByJG\Util
to\ByJG\WebRequest
- Strict Types
- PHP >= 8.1 and Full PSR Http Message
Full Changelog: 4.9.2...5.0.0
Release 4.9.2
What's Changed
- Fix/header and method signature by @vitormattos in #13
- Github: Run tests with PHP 8.3, too by @UlrichEckhardt in #12
- 4.9.1 dev by @vitormattos in #14
- 4.9 by @byjg in #15
New Contributors
- @UlrichEckhardt made their first contribution in #12
Full Changelog: 4.9.1...4.9.2
Release 4.9.1
What's Changed
Full Changelog: 4.9.0...4.9.1
Release 4.9.0
What's Changed
- Bump to PHP8 by @vitormattos in #5
- Latest version with support for PHP 7.x and major refactor by @byjg in #7
New Contributors
- @vitormattos made their first contribution in #5
Major Refactor
- Remove WebRequest.php
- Major compatibility with PSR7
Full Changelog: 2.0.4...4.9.0
Release 2.0.4
Change Default User Agent - #9
Release 2.0.3
Minor Fix.
Release 2.0.2
Remove the old Stream component and create a WebRequest stream to make it compatible with all PHP versions from 5.6 until 8.0
Release 2.0.1
Fix HEAD timeout issue #3
Release 2.0.0
Major refactory on WebRequest:
- Implement MessageInterface, RequestInterface and ResponseInterface PSR7 class
- Uses ByJG URI PSR7 class implementation
- Uses 3rd party StreamInterface PSR7 Implementation
- Deprecating WebRequest class in favor of HttpClient.
- Deprecating WebRequestMulti class in favor of HttpClientMulti.
- HttpClient uses any PSR7 implementation to do the requests
- Partial non-compliant PSR18 implementation
Release 1.0.7
Removed Backward compatibility PHPUnit