1.2.5 (2021-06-03)
Fixed
- Delay loading of NO_PROXY environment variable until when request pipeline is being created. This fixes issue 14873
- 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 - Fix packaging issue PR 15286
- Improve the sanitizer to handle recursive objects PR 15426