diff --git a/.changeset/quieter-sustained-aggregation.md b/.changeset/quieter-sustained-aggregation.md deleted file mode 100644 index 8b5540e..0000000 --- a/.changeset/quieter-sustained-aggregation.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'@iqai/alert-logger': minor ---- - -Make sustained alerting quieter and more informative by: - -- adding rate-aware early handoff from ramp to sustained mode -- changing the default sustained update interval from 5 minutes to 15 minutes -- adding `aggregation.periodCount` for per-update deltas while keeping `suppressedSince` for compatibility -- exposing `aggregation.rampExitRatePerSecond` and `aggregation.rampExitRateWindowMs` configuration knobs -- updating sustained formatter output to show both per-period and total counts diff --git a/CHANGELOG.md b/CHANGELOG.md index b323add..13dd253 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 1.1.0 + +### Minor Changes + +- [#21](https://github.com/IQAIcom/alert-logger/pull/21) [`3633fee`](https://github.com/IQAIcom/alert-logger/commit/3633fee337b1b42275e63e10dfad01d49257a639) Thanks [@Royal-lobster](https://github.com/Royal-lobster)! - Make sustained alerting quieter and more informative by: + + - adding rate-aware early handoff from ramp to sustained mode + - changing the default sustained update interval from 5 minutes to 15 minutes + - adding `aggregation.periodCount` for per-update deltas while keeping `suppressedSince` for compatibility + - exposing `aggregation.rampExitRatePerSecond` and `aggregation.rampExitRateWindowMs` configuration knobs + - updating sustained formatter output to show both per-period and total counts + ## 1.0.1 ### Patch Changes diff --git a/package.json b/package.json index 7398200..434e535 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iqai/alert-logger", - "version": "1.0.1", + "version": "1.1.0", "description": "Smart alert aggregation for any destination — Discord, Sentry, Slack, console, or your own adapter", "type": "module", "license": "MIT",