From c2bc1c82e8ac8a1786d736ff038559a0e9472ff4 Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Wed, 12 Oct 2022 18:25:16 +0200 Subject: [PATCH 1/2] fix: upgrade to gun 1.3.8 fix ssl_pssive message handling --- CHANGES-4.3.md | 2 ++ rebar.config | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES-4.3.md b/CHANGES-4.3.md index 9ef12ca47..f01b6078b 100644 --- a/CHANGES-4.3.md +++ b/CHANGES-4.3.md @@ -42,6 +42,8 @@ File format: ### Bug fixes +- Fix HTTP client library to handle SSL socket passive signal. [#9145](https://github.com/emqx/emqx/pull/9145) + - Fix delayed publish inaccurate caused by os time change. [#8908](https://github.com/emqx/emqx/pull/8908) - Hide redis password in error logs [#9071](https://github.com/emqx/emqx/pull/9071) diff --git a/rebar.config b/rebar.config index 1c0f0b73a..249660ea1 100644 --- a/rebar.config +++ b/rebar.config @@ -41,7 +41,7 @@ [ {gpb, "4.11.2"} %% gpb only used to build, but not for release, pin it here to avoid fetching a wrong version due to rebar plugins scattered in all the deps , {redbug, "2.0.7"} , {ehttpc, {git, "https://github.com/emqx/ehttpc", {tag, "0.2.0"}}} - , {gun, {git, "https://github.com/emqx/gun", {tag, "1.3.7"}}} + , {gun, {git, "https://github.com/emqx/gun", {tag, "1.3.8"}}} , {eredis_cluster, {git, "https://github.com/emqx/eredis_cluster", {tag, "0.7.4"}}} , {gproc, {git, "https://github.com/uwiger/gproc", {tag, "0.8.0"}}} , {jiffy, {git, "https://github.com/emqx/jiffy", {tag, "1.0.5"}}} From 5bd66b1adff5ef713b7463811442c18f6afc693a Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Wed, 12 Oct 2022 18:27:43 +0200 Subject: [PATCH 2/2] chore: bump to 4.3.21-alpha.3 --- include/emqx_release.hrl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/emqx_release.hrl b/include/emqx_release.hrl index 36d1fa5d3..da045e4a5 100644 --- a/include/emqx_release.hrl +++ b/include/emqx_release.hrl @@ -29,7 +29,7 @@ -ifndef(EMQX_ENTERPRISE). --define(EMQX_RELEASE, {opensource, "4.3.21-alpha.2"}). +-define(EMQX_RELEASE, {opensource, "4.3.21-alpha.3"}). -else.