This is an automated email from the ASF dual-hosted git repository.
nickva pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git
The following commit(s) were added to refs/heads/main by this push:
new 279fd41e8 New release notes:
279fd41e8 is described below
commit 279fd41e8d714358b965673f154e531ef6d0ed23
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"}}
].