Releases: crowdsecurity/php-capi-client
Releases · crowdsecurity/php-capi-client
0.3.0
0.2.0
Changed
- Breaking change: Missing
scenarios
key inconfigs
will throw an exception
0.1.0
Changed
- Breaking change: Supported PHP versions starts with
7.2.5
(instead of5.3
) - Breaking change:
login
andregister
are now private methods - Breaking change:
Watcher
constructor is totally changed :- No more
password
andmachine_id
to pass, there are now automatically handled in background - An array of
configs
must be passed as first argument - An implementation of a
StorageInterface
must be passed as a second argument
- No more
- Change User Agent format:
csphpcapi_custom-suffix/vX.Y.Z
Added
- Add
enroll
public method
0.0.1
Added
- Initial release