Releases: TransitScreen/php-heroku-client
v4.0.2
v3.1.1
Backport changes from v4
- Allow psr/http-message version 2.x
- Add php-http/discovery to allow-plugins
v4.0.1
Update requirements in the README
v4.0.0
Drop the http-interop/http-factory-guzzle dependency
Upgrade the guzzlehttp/psr7 dependency to ^2.0
Switch to the HTTP factory present in guzzlehttp/psr7
v3.1.0
Add PUT method
Replace TravisCI with Github Actions
Replace Scrutinizer-CI with SonarCloud
Run the test suite against more platform variations
v3.0.0
Add support for PHP 8.x
Remove support for PHP 7.1 and 7.2 (use the 2.x branch for these)
Upgrade to PHPUnit 9.x
Upgrade test environment to Ubuntu Bionic
Start using a Composer script to run tests
Thank you to lukasjuhas for the PHP8 work!
v2.0.0
Switch HTTP client abstraction from HTTPlug to PSR-18
Remove support for PHP versions lower than 7.1 (use the 1.x branch for these)
v1.4.1
Remove support for HHVM due to Composer dropping support for it
v1.4.0
Improve documentation on contributing to the project
v1.3.0
Improve documentation on requests, responses, and exceptions
Add a Code of Conduct for project participants