This is an automated email from the ASF dual-hosted git repository. nickva pushed a commit to branch mochiweb-3.5.0 in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit ffa3d0783b41ee719176a5e2dd830e1413be9135 Author: Nick Vatamaniuc <[email protected]> AuthorDate: Sun Aug 16 13:01:27 2026 -0400 New release notes: https://github.com/mochi/mochiweb/releases#release-v3.5.0 * Add gzip and zstd chunked response compression in https://github.com/mochi/mochiweb/pull/268 * Add one-shot response compression in https://github.com/mochi/mochiweb/pull/269 * Switch to passive mode and handle more corner cases in https://github.com/mochi/mochiweb/pull/270 --- rebar.config.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config.script b/rebar.config.script index 35dfb2b33..3065db2a5 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -162,7 +162,7 @@ DepDescs = [ {ibrowse, "ibrowse", {tag, "CouchDB-4.5.0-1"}}, {gun, "gun", {tag, "CouchDB-2.5.0-1"}}, {jiffy, "jiffy", {tag, "2.0.2"}}, -{mochiweb, "mochiweb", {tag, "v3.4.0"}}, +{mochiweb, "mochiweb", {tag, "v3.5.0"}}, {meck, "meck", {tag, "v1.2.0"}}, {recon, "recon", {tag, "2.5.6"}} ].
