Skip to content

Releases: TransitScreen/php-heroku-client

v4.0.2

21 Jul 04:21
Compare
Choose a tag to compare
  • Allow psr/http-message version 2.x
  • Add php-http/discovery to allow-plugins

v3.1.1

21 Jul 04:19
Compare
Choose a tag to compare

Backport changes from v4

  • Allow psr/http-message version 2.x
  • Add php-http/discovery to allow-plugins

v4.0.1

29 Apr 15:49
aa7dd0d
Compare
Choose a tag to compare

Update requirements in the README

v4.0.0

29 Apr 14:52
15d0b66
Compare
Choose a tag to compare

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

16 Mar 10:55
Compare
Choose a tag to compare

Add PUT method
Replace TravisCI with Github Actions
Replace Scrutinizer-CI with SonarCloud
Run the test suite against more platform variations

v3.0.0

20 Feb 21:27
Compare
Choose a tag to compare

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

08 Dec 09:25
e2fa506
Compare
Choose a tag to compare

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

30 Apr 18:39
Compare
Choose a tag to compare

Remove support for HHVM due to Composer dropping support for it

v1.4.0

30 Apr 07:39
Compare
Choose a tag to compare

Improve documentation on contributing to the project

v1.3.0

24 Nov 08:43
49121e2
Compare
Choose a tag to compare

Improve documentation on requests, responses, and exceptions
Add a Code of Conduct for project participants