Skip to content

Commit 68a6ad6

Browse files
Prepare release 3.210.0 (metalbear-co#4267)
Co-authored-by: cubby-mb[bot] <273354325+cubby-mb[bot]@users.noreply.github.com>
1 parent e8b5f40 commit 68a6ad6

13 files changed

Lines changed: 74 additions & 55 deletions

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,35 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang
88

99
<!-- towncrier release notes start -->
1010

11+
## [3.210.0](https://github.com/metalbear-co/mirrord/tree/3.210.0) - 2026-05-13
12+
13+
14+
### Added
15+
16+
- Added `feature.preview.ttl_secs` and `feature.db_branches[].ttl_mins` so each
17+
feature accepts the TTL in either unit. Setting both `ttl_secs` and
18+
`ttl_mins` on the same item is rejected.
19+
- Added clarifications for Windows-specific `fs` mapping and `fs` filter quirks
20+
- Document jq filtering support for GCP Pub/Sub in the configuration docs.
21+
22+
23+
### Changed
24+
25+
- In mirrord-up, renamed `mode` to `default_mode` and added a CLI argument to
26+
set it.
27+
28+
29+
### Fixed
30+
31+
- Agent now falls back to an IPv4 client listener when setting up the
32+
dual-stack IPv6 one fails (e.g. on clusters with IPv6 disabled).
33+
- Fixed `getaddrinfo` truncating IPv6 addresses resolved through the agent.
34+
- Fixed outgoing connections to path-addressed Unix sockets failing with a "not
35+
found" error when the agent runs as an ephemeral container.
36+
- The agent no longer logs a spurious warning when a DNS server returns an
37+
error response code, and layer no longer logs bogus DNS errors with error
38+
level.
39+
1140
## [3.209.2](https://github.com/metalbear-co/mirrord/tree/3.209.2) - 2026-05-09
1241

1342

0 commit comments

Comments
 (0)