Skip to content

Releases: hamburgscleanest/laravel-guzzle-throttle

Upgrade PHP and Laravel

21 Sep 19:19
d27c636
Compare
Choose a tag to compare

Added

  • PHP 8 support
  • Laravel 8 support

Removed

  • PHP 7 support
  • Laravel 5/6 support

Maintenance

23 Nov 15:37
Compare
Choose a tag to compare

Security

This fixes a security vulnerabilities in symfony/http-foundation and symfony/http-kernel:

Other

Set default value of ttl to 900 instead of null in ConfigHelper::getRequestLimitRuleset.

Laravel 6.0

13 Aug 17:22
Compare
Choose a tag to compare

Compatibility

Ensure compatibility to Laravel 6.0.

Bugfix

13 Aug 17:04
Compare
Choose a tag to compare

The facade was wrongly defined as GuzzleThrottle instead of LaravelGuzzleThrottle in the composer.json.

Security Fix

31 May 08:18
Compare
Choose a tag to compare

Compatibility: Laravel/Illuminate 5.8

02 Mar 15:02
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:52
Compare
Choose a tag to compare
  • Changed the cached representation of the response

Laravel storage adapters

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

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

Caching Improvements

02 Dec 22:59
Compare
Choose a tag to compare
  • Changed the cached representation of the response

Laravel storage adapters

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

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

Negligible change

01 Dec 12:42
Compare
Choose a tag to compare

Changed visibility of ConfigHelper::getMiddlewareConfig to public.

Bugfix

11 Oct 13:36
3b39c9b
Compare
Choose a tag to compare

The use of new HandlerStack was breaking the possibility to use a shared cookie jar by passing cookies => true in the GuzzleClient constructor (http://docs.guzzlephp.org/en/stable/quickstart.html#cookies).

Thanks @remipou!