diff --git a/sdk/core/azure-core/HISTORY.md b/sdk/core/azure-core/HISTORY.md index 35e6eb868778..dce2b973d59d 100644 --- a/sdk/core/azure-core/HISTORY.md +++ b/sdk/core/azure-core/HISTORY.md @@ -23,6 +23,7 @@ - Tracing: policy cannot fail the pipeline, even in the worst condition #7252 - Tracing: policy pass correctly status message if exception #7252 - Tracing: incorrect span if exception raised from decorated function #7133 +- Fixed urllib3 ConnectTimeoutError being raised by Requests during a socket timeout. Now this exception is caught and wrapped as a `ServiceRequestError` #7542 ### Breaking changes