mirror of https://github.com/smithy-lang/smithy-rs
Update changelog with request ID (#2193)
Signed-off-by: Daniele Ahmed <ahmeddan@amazon.de>
This commit is contained in:
parent
f75d4f9995
commit
81f435bee2
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue