🚀 Features
- DriftIgnore implement new wildcard match checker (#314) @lotoussa
- Implement http(s) backend (#335) @sundowndev
- Show progress while reading resources from provider (#323) @moadibfr
- refacto output print to prevent breaking output isolation (#310) @moadibfr
- Add line number in log when invalid driftignore line encountered (#315) @lotoussa
🐛 Bug Fixes
- Filter out s3 buckets from different regions (#348) @sundowndev
- Fix missing mock on golden file update (#351) @eliecharra
- when sns subscription is pending prevent crash and show an alert (#345) @moadibfr
- Fix race conditions when using multiples runners in a single supplier (#346) @eliecharra
- fix race condition on progress that could cause deadlock (#339) @moadibfr
- Fix false positive drift on aws_db_instance (#329) @eliecharra
- Fix false positive in aws_db_subnet_group (#328) @eliecharra
- Fix bug on deserializing aws_iam_policy_attachment (#313) @moadibfr
📝 Documentation
- docs: add vainkop as a contributor (#350) @allcontributors
- docs: add sundowndev as a contributor (#349) @allcontributors
- Asking for users feedback on README (#342) @GeraldC13
🔨 Maintenance
- Remove provider initialization message (#344) @sundowndev
- add date to resources names for dynamo and lambda event source mapping acceptance tests (#336) @moadibfr
- Remove docker layer badge (#333) @eliecharra
- Change error message to avoid unrelated error grouping on sentry (#330) @eliecharra
- Use alpine as docker base image (#326) @eliecharra