diff --git a/changelog.md b/changelog.md index c2ad09e..3eb5428 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # ehttpc changes +## 0.4.14 + +- Forcefully recreate `gproc_pool`s during `ehttpc_pool:init/1` to prevent reusing pools in an inconsistent state. + ## 0.4.13 - Upgrade to gun 1.3.11. diff --git a/src/ehttpc.app.src b/src/ehttpc.app.src index 92fa882..9ebda70 100644 --- a/src/ehttpc.app.src +++ b/src/ehttpc.app.src @@ -1,6 +1,6 @@ {application, ehttpc, [ {description, "HTTP Client for Erlang/OTP"}, - {vsn, "0.4.13"}, + {vsn, "0.4.14"}, {registered, []}, {applications, [ kernel, diff --git a/src/ehttpc.appup.src b/src/ehttpc.appup.src index 9b7dc2b..ae9c3df 100644 --- a/src/ehttpc.appup.src +++ b/src/ehttpc.appup.src @@ -1,6 +1,9 @@ %% -*- mode: erlang -*- -{"0.4.13", +{"0.4.14", [ + {"0.4.13", [ + {load_module, ehttpc_pool, brutal_purge, soft_purge, []} + ]}, {"0.4.12", [ % upgrade gun, no local beam changes in this version ]}, {"0.4.11", [ @@ -75,6 +78,9 @@ ]} ], [ + {"0.4.13", [ + {load_module, ehttpc_pool, brutal_purge, soft_purge, []} + ]}, {"0.4.12", [ % upgrade gun, no local beam changes in this version ]}, {"0.4.11", [