Releases: JohannesEbke/aws_list_all
Releases · JohannesEbke/aws_list_all
v0.9.2
Major Changes:
There are no major functional changes in this release.
Minor Changes:
v0.9.1: Revert ill-conceived "Allow comma-separated services for convenience"
Minor Bugfix: Remove ill-considered minor feature that was inconsistent and introduced bugs.
v0.9.0
Major Changes:
There are no major functional changes in this release.
Minor Changes:
- Minimum Boto3 version pulled up to 1.26.5, updated built-in services and endpoint list with improved detection.
- Significant update the list of API calls requiring special treatment. There are still several failing services, depending on your account. If you are using the aws-list-all output programmatically, you may have to adapt your queries.
0.8.0
Major Change:
- An AWS profile can be specified using "-c/--profile" on the command line. The profile name (or None) is now part of the output file names. Thanks to @alexjmoore for the contribution!
Minor Changes:
- Minimum Boto3 version pulled up to 1.15.1, updated built-in services and endpoint list
- Updated lists of excluded API Calls returning non-user-created listings
- Added request timings to doubly verbose output (-vv)
v0.7.3
v0.7.1
Changes:
- Many more "default" and AWS-owned resources are now ignored
- New services from boto3 version 1.9.231
- IAM, CloudFront, S3 and Route53 are now defined as global services, and are listed only once. They are not affected by the --region flag.
Bugfixes:
v0.6.0
- Added short options
- Added "--verbose" ("-v") options. Use "-vvv" to get tracebacks instead of listing errors.
- Ignore InternalError in DescribeClientVpnEndpoints