Skip to content

Precompiled 2026-06-09-b6aaa1a

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Jun 01:26
· 110 commits to main since this release
Log streams: add support for filtering topics (#52882)

Backend support for letting log streams subscribe to a subset of event topics.

- New `LogTopic` enum in `common`; `StructuredLogEvent::topic()` is an exhaustive match so a new event type won't compile until it's assigned a topic.
- `LogSinksRow` stores an optional `topics` set for integrations that support topic filtering (log streams) (`None` = all topics including future ones, excluding the opt-in `custom_audit`).
- Topic-aware `SinkFilter` replaces the static per-sink filters. This only applies to log streams on the latest version format (v2)

GitOrigin-RevId: 26a0a7dd74396d0cf95fed29e1ad4b3b874f6e1f