All Notable changes to laravel-guzzle-throttle
will be documented in this file.
Updates should follow the Keep a CHANGELOG principles.
- Nothing
- Nothing
- Nothing
- Nothing
- Nothing
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.
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.
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