Skip to content

Releases: crowdsecurity/php-capi-client

0.3.0

04 Nov 04:50
34c2daf
Compare
Choose a tag to compare

Compare with previous release

Added

  • Add optional logger parameter in client constructor

0.2.0

28 Oct 01:10
bba8a7e
Compare
Choose a tag to compare

Compare with previous release

Changed

  • Breaking change: Missing scenarios key in configs will throw an exception

0.1.0

21 Oct 01:03
Compare
Choose a tag to compare

Compare with previous release

Changed

  • Breaking change: Supported PHP versions starts with 7.2.5 (instead of 5.3)
  • Breaking change: login and register are now private methods
  • Breaking change: Watcher constructor is totally changed :
    • No more password and machine_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
  • Change User Agent format: csphpcapi_custom-suffix/vX.Y.Z

Added

  • Add enroll public method

0.0.1

24 Jun 01:41
Compare
Choose a tag to compare

Added

  • Initial release