From 81f435bee282c553e62dbda7413aaf6e0d7e98eb Mon Sep 17 00:00:00 2001 From: 82marbag <69267416+82marbag@users.noreply.github.com> Date: Tue, 10 Jan 2023 12:06:11 -0500 Subject: [PATCH] Update changelog with request ID (#2193) Signed-off-by: Daniele Ahmed --- CHANGELOG.next.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.next.toml b/CHANGELOG.next.toml index 7efe7c9a4..8f45fec3d 100644 --- a/CHANGELOG.next.toml +++ b/CHANGELOG.next.toml @@ -162,3 +162,9 @@ FIPS and dual-stack endpoints can each be configured in multiple ways: Note: Not all services support FIPS and dual-stack. """ author = "rcoh" + +[[smithy-rs]] +references = ["smithy-rs#2054"] +meta = { "breaking" = false, "tada" = false, "bug" = true, "target" = "server" } +message = "Servers can generate a unique request ID and use it in their handlers." +author = "82marbag" -- GitLab