Просмотр исходного кода

docs: add changelog for PR 13942

zmstone 1 год назад
Родитель
Сommit
a4d6ea0c4b
1 измененных файлов с 14 добавлено и 0 удалено
  1. 14 0
      changes/ce/feat-13942.en.md

+ 14 - 0
changes/ce/feat-13942.en.md

@@ -0,0 +1,14 @@
+The HTTP client now automatically reconnects if no activity is detected for 10 seconds after the latest request has expired.
+Previously, it would wait indefinitely for a server response, causing timeouts if the server dropped requests.
+
+This change impacts below components.
+
+- HTTP authentication
+- HTTP authorization
+- Webhook (HTTP connector)
+- GCP PubSub connector (Enterprise edition)
+- S3 connector (Enterprise edition)
+- InfluxDB connector (Enterprise edition)
+- Couchbase connector (Enterprise edition)
+- IoTDB connector (Enterprise edition)
+- Snowflake connector (Enterprise edition)