Release Notes - v1.30.2 (2026-05-09)
This release introduces support for multiple match patterns in the topology engine, allowing for more flexible classification of assets.
What's Changed
Added
- Logical OR (
|) Support: Environment and servicematch_valuefields now accept the pipe character (|) as a logical OR. This allows a single service or environment entry to match multiple different hostname patterns (e.g.,api-xpto|db-xpto|cache-xpto), simplifying topology configuration.
Full Changelog: v1.30.1...v1.30.2