From cff4edd732273585e51d1273fed4fcd023bf50bf Mon Sep 17 00:00:00 2001 From: Tim Wojtulewicz Date: Wed, 3 Sep 2025 15:38:47 -0700 Subject: [PATCH] NEWS: Add note about DNS SVCB changes --- NEWS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 2fb2146460..537f75fca7 100644 --- a/NEWS +++ b/NEWS @@ -6,7 +6,7 @@ release. For an exhaustive list of changes, see the ``CHANGES`` file Zeek 8.1.0 ========== -We would like to thank ... for their contributions to this release. +We would like to thank Klemens Nanni (@klemens-ya) for their contributions to this release. Breaking Changes ---------------- @@ -60,6 +60,8 @@ New Functionality ``zeek_log_writer_truncated_containers_total``. The metrics are reported for each log stream. +- The DNS analyzer now returns the set of parameters for SVCB data. It previously handled + SVCB packets, but omitted the parameters while parsing. Changed Functionality ---------------------