Released31 May 2026Commit7a42d177Line0.16.x

v0.16.1

sigil-http 0.16.1

Notes

Adds gzip response support and a faster large-body send path.

- http-response-gzip / response-compressible? : reusable Content-Encoding: gzip negotiation (Accept-Encoding check, compressible-type filter, size floor, Content-Encoding + Vary headers). Built on the gzip-compress primitive in (sigil archive). Any Sigil HTTP server can opt in with one call; sigil serve now uses it (≈5x smaller payloads on a wasm app). - send-response: use socket-write's new start/end offsets to resend the unsent tail in place rather than copying it each partial write, turning an O(n^2) write loop over a large body on a slow link into O(n).

Additive and backward compatible (patch release).

Commit

7a42d177b6cd48e11c2e894c0c0debc9fcdd417a

This commit is older than the 20 that keep a page here, so it has none. It is in the clone.

Releases