Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# 1.0.0 (2021-07-11) ### Bug Fixes * activate receipt rule set after deploy ([eeb2338](eeb2338)) * deleteMessageBatch fails due to access denied ([630e74b](630e74b)) * email could be silently dropped if allowPlusSign is set to false with no fallback email ([559b1b1](559b1b1)) * ensure all aws usages are covered by the example-policy ([0fc9d52](0fc9d52)) * example config should be aligned with doc ([02bb46e](02bb46e)) * ignore config file for format checking ([665516d](665516d)) * semantic release does not works with signing tag ([9004bd0](9004bd0)) * ses should stop walking through the ruleset if alias match ([18fdbd6](18fdbd6)) ### Features * add a destroy workflow to completely remove maildog from aws ([312ddb8](312ddb8)) * add experimental schedular lambda for redriving DLQ messages ([695ea14](695ea14)) * add regular health check based on alarm state ([da82d3e](da82d3e)) * config filename should be configurable ([17d0eca](17d0eca)) * disable default retry attempts on lambda functions ([795290d](795290d)) * dispatcher should read bucket name and key prefix from event ([f2d8fe2](f2d8fe2)) * enable manual redrive through github action ([2adfd9f](2adfd9f)) * encrypt config and check into repo ([bddcc2a](bddcc2a)) * ensure the alarm treating missing data as not breaching ([d0ff264](d0ff264)) * ensure unmatched email to be caught by a domain level rule with bounce action ([bad2b06](bad2b06)) * implement email forwarding based on aws-lambda-ses-forwarder ([99a3a0f](99a3a0f)) * merge validate and analyze workflow to one ([f752ec5](f752ec5)) * redesign development workflow ([e8ad2f8](e8ad2f8)) * redesigned config structure ([c4a556c](c4a556c)) * relax conventional commit requirements from git hook ([231c921](231c921)) * setup alarm for DLQ ([e67208f](e67208f)) * use sns to initiate dispatcher lambda function ([88a0d49](88a0d49))
- Loading branch information