Releases: kristuff/abuseipdb-cli
Releases · kristuff/abuseipdb-cli
v0.9.20
Changes
- Fixed: Missing requirement (
php-mbstring
module). Thanks @trolologuy to help pointing this out in #28. The module should now be automatically installed by installing the.deb
package.
Checksum for .deb
package:
- md5sum:
e593ea93310fac30ba6526f33988939f
- sha256sum:
58f07f681c9adcc1a925e21d12ddd98ebcda7f9fd2a4e69e33a2abdc510c4a02
v0.9.19
v0.9.18
v0.9.17
Changes
- New timeout option for cURL requests.
A default value can be defined in configuration file (timeout
key in[common]
section), and can be overwritten in command line (-t
|--timeout
options available in all API request commands). Timeout is expressed in milliseconds. - New man page and changelog now available in
.deb
package - Formatting
v0.9.16
Changes
- Update
composer.json
according to changes made in v0.9.15 (deploy this project as a dependency is no longer supported): update project type so packagist.org will now proposecreate-project
instead ofrequire
, and remove the bin part no longer required - Fix php doc, typo, formatting
- Include
composer.json
andcomposer.lock
in.deb
package
v0.9.15
Changes
- Break change Configuration is now in
INI
format and located in aconf.ini
file (with possible override in alocal.ini
file) instead of json files. See Setup api key and Setup self ips - The
save-key
command has been removed. - When installing the
.deb
package, config is now located in/etc/abuseipdb-client/
. - Remove support for deploying this project as a dependency (remove other project abuseipdb-client). Use
.deb
package or install/update with composercomposer create-project abuseipdb-cli
(composer update
won't update main project, only dependencies. you need to resinstall to update main project). - Formatting