From c72976412bd9e3e49e19db6e386146834e700600 Mon Sep 17 00:00:00 2001 From: annatisch Date: Fri, 4 Oct 2019 15:11:55 -0700 Subject: [PATCH] [Core] Updated release notes (#7627) --- 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