Commit80ffd997Recorded10 Jul 2026Repositorysigil-http
Bump to 0.18.0: keep-alive + chunked response transfer-encoding; Range/206
Message
Persistent connections (keep-alive) for non-streaming HTTP/1.1 responses, Transfer-Encoding: chunked for unknown-length streaming bodies (SSE), and Range request support on http-response/file (206 Partial Content / 416).
Scoped-out follow-ups: streamed-socket keep-alive reuse, HTTP request pipelining, a dedicated idle timeout / readiness-driven loop (T7).
Changed
CHANGELOG.md | 2 +-
package.sgl | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)Diff
CHANGELOG.mdmodified
@@ -5,7 +5,7 @@ All notable changes to **sigil-http** are documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), 6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 7
−8
## [Unreleased]+8
## [0.18.0] - 2026-07-10 9
10
### Added 11
package.sglmodified
@@ -5,7 +5,7 @@
5
6
(package 7
name: "sigil-http"−8
version: "0.17.0"+8
version: "0.18.0" 9
sigil: "^0.17" 10
description: "HTTP client and server library for Sigil" 11
url: "https://codeberg.org/sigil/sigil-http"