From 39fbf150a9b60f46d219fc5159b6d27ab6da1348 Mon Sep 17 00:00:00 2001 From: crx Date: Thu, 20 Nov 2025 16:08:15 +0100 Subject: [PATCH] traffic-gen header in changelog (#455) * Changelog update Co-authored-by: Wez Furlong --- docs/changelog/main.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog/main.md b/docs/changelog/main.md index 55a9621b..84543f14 100644 --- a/docs/changelog/main.md +++ b/docs/changelog/main.md @@ -114,6 +114,10 @@ enables support for the HA Proxy Protocol in the ESMTP listener, allowing it to pass through the `received_from` and `received_via` metadata from the proxy. Thanks to @Solvik and @cai-n! #440 + * `traffic-gen` now accepts a `--header` flag to add arbitrary + headers to generated messages when simulating traffic, useful for testing + queue-specific flows or measuring latency impacts introduced + by custom header manipulation. Thanks to @cristian-porta! #434 * You may now specify the `template_dialect` when using the HTTP injection API to select between `Jinja`, `Handlebars` or `Static`. Similarly, `kumo.string.eval_template` now supports an optional dialect parameter.