* Added `auto_resolve_after` parameter in `Detect` class.
2.10.0
* Added `AmazonEventBridgeNotification` for Amazon EventBridge integration within detectors. * Added combinators `EQ` (Equal) and `NE` (Not Equal).
2.9.3
* Added `Alerts` in `signal_analog.flow` module to allow linking Detectors to Charts.
2.9.2
* `StrArg` will only reject `None` instead of all falsey values, allowing `0` to be given as a value.
2.9.1
* Resources have learned that deleting nothing results in nothing, and will stop complaining about this scenario (it will still register it's displeasure in a debug log message)
2.9.0
* Added `BigPandaNotification` for BigPanda integration within detectors.