Skip to content

Commit

Permalink
add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
wildum committed Jan 8, 2025
1 parent 177b800 commit 343ecde
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/sources/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ For a complete list of changes to {{< param "FULL_PRODUCT_NAME" >}}, with links

[Changelog]: https://github.com/grafana/alloy/blob/main/CHANGELOG.md

## v1.6

### Breaking change: The `topics` argument in the component `loki.source.kafka` does not use regex by default anymore

A bug in `loki.source.kafka` caused the component to treat all topics as regex. For example, setting the topic value to "foo" would match any topic containing the substring "foo".
With the fix introduced in this version, topic values are now treated as exact matches by default.
Regex matching is still supported by prefixing a topic with "^", allowing it to match multiple topics.

## v1.5

### Breaking change: Change default value of `max_streams` in `otelcol.processor.deltatocumulative`
Expand Down

0 comments on commit 343ecde

Please sign in to comment.