Releases: crowdsecurity/php-capi-client
Releases · crowdsecurity/php-capi-client
0.10.0
Changed
- Unexpected configuration keys are automatically removed by a new
cleanConfigs
method - Update some logs
0.9.0
Changed
0.8.0
Added
- Add some relevant debug and error logs
Changed
createSignal
throws now aClientException
instead of a genericException
during date manipulation
0.7.0
Changed
- Update validation rules for
user_agent_version
andscenarios
settings
0.6.2
0.6.1
Fixed
- Fix
Curl
unlimited timeout when negative value is configured inapi_timeout
0.6.0
Changed
- Default
api_timeout
is now 120 seconds instead of 10 seconds
Added
- Add
createSignal
helper method to create ready-to-use signal
0.5.0
0.4.1
0.4.0
Changed
- Breaking change: Make method
AbstractClient::sendRequest
private instead of public - Breaking change: Make method
AbstractClient::request
protected instead of public
Added
- Add
api_timeout
configuration - Add an optional param
$configs
inCurl
andFileGetContents
constructors