Skip to content

🍓 0.280.0

Choose a tag to compare

@botberry botberry released this 19 Aug 17:27
· 26 commits to main since this release

This release unifies the format of HTTP error response bodies across all HTTP
view integrations. Previously, the Chalice integration used a custom JSON body
response different from the plain string used by other integrations. Now, all
integrations will return a plain string for HTTP error responses.

Releases contributed by @DoctorJohn via #3978