* 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.)
0.7.3
* Add skip-resource-constraints feature for CRUD mode (Fixes 145) * Reduced the example Docker image size * Path management fixes for windows (152)
0.7.2.1
Changed `get_actions_that_support_wildcard_arns_only` and `get_actions_at_access_level_that_support_wildcard_arns_only` to accept "all" as input to the service parameter. This allows you to get results across all AWS service prefixes.
0.7.2
* Removed write-policy-dir command. * Better logging for the write-policy command * Fixes 142 - the issue with validating matching resource ARN types
0.7.1.2
* Minor fix for kmsKey ARN type under imagebuilder service. Fixes 114 * Added PyInvoke command for updating the aws documentation. * The query commands can be called directly (query.query_action_table) to avoid Click-related errors