Skip to content

Releases: hamburgscleanest/laravel-guzzle-throttle

Bugfix

16 Mar 10:51
Compare
Choose a tag to compare

Fixed

  • Fixed problem in composer.json of Advanced Guzzle Throttle

Major Release

15 Mar 20:28
Compare
Choose a tag to compare

This version adds support for Guzzle Advanced Throttle 2.0.0.

Added

Support for Laravel 5.5

13 Mar 21:41
Compare
Choose a tag to compare

This release adds support for Laravel 5.5.

I decided to support Laravel 5.5 and higher (instead of just 5.6)

Feature

11 Feb 05:02
Compare
Choose a tag to compare

Also made ConfigHelper::getConfigName(string $driverName) public now.

It returns the key (in the subset stores) of the Laravel cache configuration.
Default will return the key of the actual driver that is defined as the default.

Feature

11 Feb 04:38
Compare
Choose a tag to compare

ConfigHelper::getConfigForDriver(string $driverName) is now a public method.

It returns the configuration (cache config file of Laravel) of the given driver. It is also possible to pass default to that method which returns the default driver configuration.

Feature

11 Feb 02:25
Compare
Choose a tag to compare

You can now provide a custom ruleset in the constructor. It is intended to make it easier to use it within another package without the need of the config file (and to avoid conflicts).

Initial Release

09 Feb 00:22
Compare
Choose a tag to compare

Initial release