@@ -7,16 +7,18 @@ This document contains a historical list of changes between releases. Only
77changes that impact end-user behavior are listed; changes to documentation or
88internal API changes are not present.
99
10- Main (unreleased )
11- -----------------
10+ v0.44.3 (2025-06-18 )
11+ -------------------------
1212
1313### Other changes
1414
1515- Update to go 1.24.2 (@wildum )
1616
1717- Upgrade a few dependencies. (@wildum )
1818
19- v0.44.2 (2024-01-29)
19+ - Assorted dependency updates to address CVEs (@jharvey10 )
20+
21+ v0.44.2 (2025-01-29)
2022-------------------------
2123
2224### Bugfixes
@@ -30,7 +32,7 @@ v0.44.2 (2024-01-29)
3032
3133- Upgrade ` github.com/goccy/go-json ` to v0.10.4, which reduces the memory consumption of an Agent instance by 20MB.
3234 If Agent is running certain otelcol components, this reduction will not apply. (@ptodev )
33-
35+
3436### Other changes
3537
3638- Remove setcap for ` cap_net_bind_service ` to allow Agent to run in restricted environments.
@@ -66,7 +68,7 @@ v0.43.0 (2024-09-11)
6668
6769- Fix a memory leak which would occur any time ` loki.process ` had its configuration reloaded. (@ptodev )
6870
69- - Fix a bug where custom components would not shadow the stdlib. If you have a module whose name conflicts with an stdlib function
71+ - Fix a bug where custom components would not shadow the stdlib. If you have a module whose name conflicts with an stdlib function
7072 and if you use this exact function in your config, then you will need to rename your module. (@wildum )
7173
7274- Fix an issue where nested import.git config blocks could conflict if they had the same labels. (@wildum )
@@ -95,7 +97,7 @@ v0.42.0 (2024-07-24)
9597
9698### Features
9799
98- - A new ` otelcol.exporter.debug ` component for printing OTel telemetry from
100+ - A new ` otelcol.exporter.debug ` component for printing OTel telemetry from
99101 other ` otelcol ` components to the console. (@BarunKGP )
100102
101103### Bugfixes
@@ -257,7 +259,7 @@ v0.40.4 (2024-04-12)
257259 * show the offset/lag for all consumer group or only the connected ones
258260 * set the minimum number of topics to monitor
259261 * enable/disable auto-creation of requested topics if they don't already exist
260- * regex to exclude topics / groups
262+ * regex to exclude topics / groups
261263 * added metric kafka_broker_info
262264
263265- In ` prometheus.exporter.kafka ` , the interpolation table used to compute estimated lag metrics is now pruned
0 commit comments