Skip to content

Releases: hamburgscleanest/guzzle-advanced-throttle

Fix Laravel Adapter Issue

21 Sep 17:48
Compare
Choose a tag to compare

Fixed

  • fix wrong method call in LaravelAdapter

Upgrade PHP to 8.0

21 Sep 16:19
176d86b
Compare
Choose a tag to compare

Added

  • PHP 8 support

Removed

  • PHP 7 support

Security

Compatibility: Laravel/Illuminate 6.0

13 Aug 17:16
Compare
Choose a tag to compare

Compatibility

Ensure compatibility to Laravel 6.0.

Maintenance

13 Aug 17:11
Compare
Choose a tag to compare

Security

Updated external dependencies.

Security Fix

31 May 07:56
Compare
Choose a tag to compare

Improvements

20 Mar 23:27
Compare
Choose a tag to compare

Simplified and hardened error status code detection.

Compatibility: Laravel / Illuminate 5.8

02 Mar 14:50
Compare
Choose a tag to compare

Added

  • Compatibility with Laravel / Illuminate 5.8
  • Upgraded PHPUnit to version 8

Removed

  • Dropped support for PHP 7.1

Caching Improvements

02 Dec 22:25
Compare
Choose a tag to compare

Fixed

Changed the cached representation of the response.

This should solve the issue where one had to use (string) $response->getBody() instead of $response->getBody()->getContents().

Laravel storage adapters

You can disable caching for empty responses in the config now by setting allow_empty to false.

Check out the docs for more information on how to set it.

Caching Improvements

02 Dec 22:39
Compare
Choose a tag to compare

Fixed

Changed the cached representation of the response.

This should solve the issue where one had to use (string) $response->getBody() instead of $response->getBody()->getContents().

Laravel storage adapters

You can disable caching for empty responses in the config now by setting allow_empty to false.

Check out the docs for more information on how to set it.