Skip to content

Commit

Permalink
Merge pull request #13942 from zmstone/1007-upgrade-ehttpc-from-0.5.0…
Browse files Browse the repository at this point in the history
…-to-0.6.0

chore: upgrade ehttpc from 0.5.0 to 0.6.0
  • Loading branch information
zmstone authored Oct 7, 2024
2 parents 8165515 + a4d6ea0 commit f4c3106
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions changes/ce/feat-13942.en.md
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ defmodule EMQXUmbrella.MixProject do
def common_dep(:ranch), do: {:ranch, github: "emqx/ranch", tag: "1.8.1-emqx", override: true}

def common_dep(:ehttpc),
do: {:ehttpc, github: "emqx/ehttpc", tag: "0.5.0", override: true}
do: {:ehttpc, github: "emqx/ehttpc", tag: "0.6.0", override: true}

def common_dep(:jiffy), do: {:jiffy, github: "emqx/jiffy", tag: "1.0.6", override: true}

Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
{gpb, "4.19.9"},
{typerefl, {git, "https://github.com/ieQu1/typerefl", {tag, "0.9.1"}}},
{gun, {git, "https://github.com/emqx/gun", {tag, "1.3.11"}}},
{ehttpc, {git, "https://github.com/emqx/ehttpc", {tag, "0.5.0"}}},
{ehttpc, {git, "https://github.com/emqx/ehttpc", {tag, "0.6.0"}}},
{gproc, {git, "https://github.com/emqx/gproc", {tag, "0.9.0.1"}}},
{jiffy, {git, "https://github.com/emqx/jiffy", {tag, "1.0.6"}}},
{cowboy, {git, "https://github.com/emqx/cowboy", {tag, "2.9.2"}}},
Expand Down

0 comments on commit f4c3106

Please sign in to comment.