From 92f23a4b1b48df009089be0af25e28698d871d90 Mon Sep 17 00:00:00 2001 From: Garrett Beatty Date: Fri, 18 Oct 2024 14:08:36 -0400 Subject: [PATCH 1/3] Updates the documentation for ConnectionLimit to fix #1653 --- sdk/src/Core/Amazon.Runtime/_bcl/ClientConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/src/Core/Amazon.Runtime/_bcl/ClientConfig.cs b/sdk/src/Core/Amazon.Runtime/_bcl/ClientConfig.cs index df3a34b47ff8..9d1aae5f9b9c 100644 --- a/sdk/src/Core/Amazon.Runtime/_bcl/ClientConfig.cs +++ b/sdk/src/Core/Amazon.Runtime/_bcl/ClientConfig.cs @@ -165,7 +165,7 @@ public int MaxIdleTime /// /// Gets and sets the connection limit set on the ServicePoint for the WebRequest. /// Default value is 50 connections unless ServicePointManager.DefaultConnectionLimit is set in - /// which case ServicePointManager.DefaultConnectionLimit will be used as the default. + /// which case ServicePointManager.DefaultConnectionLimit will be used as the default. This property is only available in .NET Framework: 4.5 and newer, 3.5. /// public int ConnectionLimit { From 6d8d256379e76fa5a332f3c0aa46e8dccd9446a2 Mon Sep 17 00:00:00 2001 From: Garrett Beatty Date: Mon, 21 Oct 2024 14:09:15 -0400 Subject: [PATCH 2/3] Add DevConfig --- .../07099e0b-f0a0-4de7-a6f3-c307d7e61948.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 generator/.DevConfigs/07099e0b-f0a0-4de7-a6f3-c307d7e61948.json diff --git a/generator/.DevConfigs/07099e0b-f0a0-4de7-a6f3-c307d7e61948.json b/generator/.DevConfigs/07099e0b-f0a0-4de7-a6f3-c307d7e61948.json new file mode 100644 index 000000000000..3a873c88259d --- /dev/null +++ b/generator/.DevConfigs/07099e0b-f0a0-4de7-a6f3-c307d7e61948.json @@ -0,0 +1,9 @@ +{ + "core": { + "changeLogMessages": [ + "Updates the documentation for ConnectionLimit." + ], + "type": "patch", + "updateMinimum": false + } + } \ No newline at end of file From 17a9ce5ee13e216c95538f97045d051f8f7ba8c6 Mon Sep 17 00:00:00 2001 From: Garrett Beatty Date: Tue, 22 Oct 2024 15:09:12 -0400 Subject: [PATCH 3/3] Update doc to just say .Net Framework --- sdk/src/Core/Amazon.Runtime/_bcl/ClientConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/src/Core/Amazon.Runtime/_bcl/ClientConfig.cs b/sdk/src/Core/Amazon.Runtime/_bcl/ClientConfig.cs index 9d1aae5f9b9c..81f6814937aa 100644 --- a/sdk/src/Core/Amazon.Runtime/_bcl/ClientConfig.cs +++ b/sdk/src/Core/Amazon.Runtime/_bcl/ClientConfig.cs @@ -165,7 +165,7 @@ public int MaxIdleTime /// /// Gets and sets the connection limit set on the ServicePoint for the WebRequest. /// Default value is 50 connections unless ServicePointManager.DefaultConnectionLimit is set in - /// which case ServicePointManager.DefaultConnectionLimit will be used as the default. This property is only available in .NET Framework: 4.5 and newer, 3.5. + /// which case ServicePointManager.DefaultConnectionLimit will be used as the default. This property is only available in .NET Framework. /// public int ConnectionLimit {