Skip to content

Commit b24ff74

Browse files
chore: version packages
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3633fee commit b24ff74

3 files changed

Lines changed: 13 additions & 12 deletions

File tree

.changeset/quieter-sustained-aggregation.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- [#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:
8+
9+
- adding rate-aware early handoff from ramp to sustained mode
10+
- changing the default sustained update interval from 5 minutes to 15 minutes
11+
- adding `aggregation.periodCount` for per-update deltas while keeping `suppressedSince` for compatibility
12+
- exposing `aggregation.rampExitRatePerSecond` and `aggregation.rampExitRateWindowMs` configuration knobs
13+
- updating sustained formatter output to show both per-period and total counts
14+
315
## 1.0.1
416

517
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iqai/alert-logger",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Smart alert aggregation for any destination — Discord, Sentry, Slack, console, or your own adapter",
55
"type": "module",
66
"license": "MIT",

0 commit comments

Comments
 (0)