1.1.0-beta.2 (2021-05-20)
- Fixed an issue to set the
Content-Length
header correctly when using multibyte characters. PR 15314
Fixed
- Fixed an issue where tracing spans were not setting a status correctly (on success or error) which results in the span status being
UNSET
. In addition, we will now capture the HTTP status code when a request fails in the tracing span. PR 15061