Skip to content

Commit f7846be

Browse files
committed
changelog: add v0.7.6 entry
Made-with: Cursor
1 parent e801719 commit f7846be

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## v0.7.6
4+
5+
### Fixes
6+
1. **Sample count in WAL batch segments.** Fixed incorrect sample counting when adding segments to a batch: the segment now properly returns `sampleCount` from `SamplesStorage` and resets the counter, preventing miscounted ingestion metrics.
7+
8+
### Features
9+
1. **DefaultSampleAgeLimit feature flag.** Added a feature flag to control the default sample age limit, allowing operators to enable or disable the age-based sample filtering without changing global configuration.
10+
11+
### Enhancements
12+
1. **Label limits applied at adapter level.** The adapter now reads label limits from the global configuration via a new `ApplyConfig` method and stores them atomically, ensuring label limits are enforced consistently without restarts. Configuration errors now cause an immediate exit to prevent silent misconfigurations.
13+
314
## v0.7.5
415

516
### Fixes

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.5
1+
0.7.6

0 commit comments

Comments
 (0)