Skip to content

Commit 61c5523

Browse files
chore: version packages (#14)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 417688e commit 61c5523

3 files changed

Lines changed: 10 additions & 9 deletions

File tree

.changeset/fingerprint-aggregation.md

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

CHANGELOG.md

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

3+
## 0.4.1
4+
5+
### Patch Changes
6+
7+
- [#13](https://github.com/IQAIcom/alert-logger/pull/13) [`417688e`](https://github.com/IQAIcom/alert-logger/commit/417688e9ec62ac8540a88aa3e559e7648f3195dd) Thanks [@Royal-lobster](https://github.com/Royal-lobster)! - fix: improve default fingerprint aggregation to reduce alert noise
8+
9+
- Normalize titles with the same rules used for messages (UUIDs, hex addresses, timestamps, numbers) so dynamic values in titles don't split fingerprints.
10+
- Reduce default `stackDepth` from 3 to 1 so the same error from different callers groups into a single aggregation stream. Users can restore the previous behavior with `fingerprint: { stackDepth: 3 }`.
11+
312
## 0.4.0
413

514
### Minor 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": "0.4.0",
3+
"version": "0.4.1",
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)