Skip to content
Snippets Groups Projects
Unverified Commit 56f4c8e9 authored by Fahad Zubair's avatar Fahad Zubair Committed by GitHub
Browse files

CHANGELOG entry for PR:3378 (#3747)

Adds an entry to CHANGELOG.next.toml for the
[PR:3378](https://github.com/smithy-lang/smithy-rs/pull/3378

)

---------

Co-authored-by: default avatarFahad Zubair <fahadzub@amazon.com>
Co-authored-by: default avatardavid-perez <d@vidp.dev>
parent dcf16ac5
Branches
Tags
No related merge requests found
......@@ -28,3 +28,17 @@ message = "Fix bug where stalled stream protection would panic with an underflow
references = ["smithy-rs#3744"]
meta = { "breaking" = false, "tada" = false, "bug" = true, "target" = "client" }
author = "Velfi"
[[smithy-rs]]
message = """
`FromParts<Protocol>::Rejection` must implement `std::fmt::Display`.
Handlers can accept user-defined types if they implement
[FromParts<Protocol>](https://docs.rs/aws-smithy-http-server/latest/aws_smithy_http_server/request/trait.FromParts.html) with a `Rejection`
type that implements `std::fmt::Display` (preferably `std::error::Error`) to enable error logging when parameter construction from request parts fails.
See the [changelog discussion for futher details](https://github.com/smithy-lang/smithy-rs/discussions/3749).
"""
references = ["smithy-rs#3746"]
meta = { "breaking" = true, "tada" = false, "bug" = false, "target" = "server" }
author = "drganjoo"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment