From fa34e3c0927985fb9194ad93e4235079a4e533f7 Mon Sep 17 00:00:00 2001 From: Joe Lodin Date: Fri, 11 Oct 2024 17:41:45 -0400 Subject: [PATCH] Add note about removed *.http-client.max-connections properties --- docs/src/main/sphinx/release/release-440.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/main/sphinx/release/release-440.md b/docs/src/main/sphinx/release/release-440.md index 1a2c40559b515..2a79828a8e5f4 100644 --- a/docs/src/main/sphinx/release/release-440.md +++ b/docs/src/main/sphinx/release/release-440.md @@ -7,6 +7,8 @@ * Improve performance of {func}`arrays_overlap`. ({issue}`20900`) * Export JMX statistics for resource groups by default. This can be disabled with the `jmxExport` resource group property. ({issue}`20810`) +* {{breaking}} Remove the defunct `*.http-client.max-connections` properties. + ({issue}`20966`) * Fix query failure when a check constraint is null. ({issue}`20906`) * Fix query failure for aggregations over `CASE` expressions when the input evaluation could throw an error. ({issue}`20652`)