Remove ACTIVE state from the default state filters, since it is already implied in the other states included as per the API documentation.
1.5.0
Added a new `debug` global option that sends DEBUG level log entries from the SDK to stderr, so it becomes easier to troubleshoot errors and test new features.
1.4.0
* Set a sane default value for order; * Add missing fields and documentations for `alert list` and `alert list_following` commands; * Update SDK to version 1.5.0 for fixes and updates. * Resolves 54 to address issue raised by kleber-cs by setting a sane default value for the `order` parameter.
1.3.8
* Add support for Python 3.11 in setup.py. * Add Python 3.11 to Github Actions test matrix. * Update dependencies typer, boto3 and prettytable. * Ensure typer [optional dependencies](https://typer.tiangolo.com/#optional-dependencies) are installed. * Make execution with no parameters show help.
1.3.7
- Adds search, order sort and timestamp to alert list. - Fixes AWS mass onboard of accounts (skips suspended accounts, runs first scan immediately upon onboarding) - Fixes force-run on scan targets.