From 8e101c6f932585c1b3ae245ad8171bc8489b608e Mon Sep 17 00:00:00 2001 From: annatisch Date: Fri, 4 Oct 2019 14:30:38 -0700 Subject: [PATCH] [Core] Updated release notes --- sdk/core/azure-core/HISTORY.md | 1 + 1 file changed, 1 insertion(+) 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