Releases: crowdsecurity/php-lapi-client
Releases · crowdsecurity/php-lapi-client
3.3.2
3.3.1
3.3.0
Added
- Add
getAppSecDecision
method toBouncer
class - Add
appsec_url
,appsec_timeout_ms
andappsec_connect_timeout_ms
configurations
Changed
- Throws a
CrowdSec\LapiClient\TimeoutException
when a timeout is detected during client calls
3.2.0
3.1.0
3.0.0
Changed
- Breaking change: Use
crowdsec/common
^2.0.0
dependency instead of^1.2.0
- Breaking change: If not null, the second param of
Bouncer
constructor must implementRequestHandlerInterface
2.0.0
Changed
- Use
crowdsec/common
package as a dependency for code factoring- Breaking change: Use
CrowdSec\Common
classes for the following files and folder:HttpMessage
Logger
RequestHanlder
AbstractClient.php
- Breaking change: If not null, the second param of
Bouncer
constructor must be of type
CrowdSec\Common\Client\RequestHandler\AbstractRequestHandler
- Breaking change: Move
Bouncer
constants inConstants
- Breaking change: Use
1.0.1
1.0.0
0.4.0
Changed
- Unexpected configuration keys are automatically removed by a new
cleanConfigs
method - Update some logs