Adjusted logging level to some functions to reduce noise when leveraging as a library.
0.8.0.4
* Added `get_matching_raw_arn` query function (169) * Added `get_actions_matching_arn` query function
0.8.0.3
Added logging for Query functions (161) Added get_expanded_policy function and moved some of the analysis.analyze functions to analysis.expand (Fixes 164) Fixed analyze_by_access_level function (Fixes 162)
0.8.0.2
* AWS IAM Data refresh * Fixes to scraping given AWS restructuring of Actions Resources and Condition Keys page
0.8.0.1
* Fixed issue where service-wide wildcard-only actions were overwriting each other (155). This affected the write-policy command * The original 0.8.0 release had some issues with the query functions that used to accept 'all' as the service_prefix parameter. This release fixes that issue and brings it back to its previous working status. This affected the query command only.
0.8.0
* Policy Sentry is now 10x faster!! * Refactored database approach to remove large dependencies (Fixes 139). No more SQLite * Significantly reduced package size (bye bye Pandas, lxml, numpy, Jinja2, etc.)