Releases: kristuff/abuseipdb-cli
Releases · kristuff/abuseipdb-cli
v0.9.20
Changes
- Fixed: Missing requirement (
php-mbstringmodule). Thanks @trolologuy to help pointing this out in #28. The module should now be automatically installed by installing the.debpackage.
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 (timeoutkey in[common]section), and can be overwritten in command line (-t|--timeoutoptions available in all API request commands). Timeout is expressed in milliseconds. - New man page and changelog now available in
.debpackage - Formatting
v0.9.16
Changes
- Update
composer.jsonaccording 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-projectinstead ofrequire, and remove the bin part no longer required - Fix php doc, typo, formatting
- Include
composer.jsonandcomposer.lockin.debpackage
v0.9.15
Changes
- Break change Configuration is now in
INIformat and located in aconf.inifile (with possible override in alocal.inifile) instead of json files. See Setup api key and Setup self ips - The
save-keycommand has been removed. - When installing the
.debpackage, config is now located in/etc/abuseipdb-client/. - Remove support for deploying this project as a dependency (remove other project abuseipdb-client). Use
.debpackage or install/update with composercomposer create-project abuseipdb-cli(composer updatewon't update main project, only dependencies. you need to resinstall to update main project). - Formatting