This is an automated email from the ASF dual-hosted git repository. nickva pushed a commit to tag v3.5.0 in repository https://gitbox.apache.org/repos/asf/couchdb-mochiweb.git
commit 67923e2a9870a65cff966643216b4e7adb466ea4 Author: Bob Ippolito <[email protected]> AuthorDate: Sun Aug 16 09:12:26 2026 -0700 Update CHANGES and version for v3.5.0 --- CHANGES.md | 8 ++++++++ src/mochiweb.app.src | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index d49bce5..5c61da5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +Version 3.5.0 released 2026-08-16 + +* Add gzip and zstd chunked and one-shot response compression + https://github.com/mochi/mochiweb/pull/268 + https://github.com/mochi/mochiweb/pull/269 +* Switch to passive mode to avoid having to toggle `{active, once}` constantly + https://github.com/mochi/mochiweb/pull/270 + Version 3.4.0 released 2026-06-08 * Add OTP 29 support and fix related deprecation warnings. diff --git a/src/mochiweb.app.src b/src/mochiweb.app.src index f3642a1..774512a 100644 --- a/src/mochiweb.app.src +++ b/src/mochiweb.app.src @@ -1,7 +1,7 @@ %% This is generated from src/mochiweb.app.src {application, mochiweb, [{description, "MochiMedia Web Server"}, - {vsn, "3.4.0"}, + {vsn, "3.5.0"}, {modules, []}, {registered, []}, {env, []},
