Release summary
Last tag: 0.2.0 (2026-06-02)
Commits since: 8
Changes since 0.2.0
Added
Client.head and Client.head-with-config — convenience functions for HTTP HEAD requests, documented in README API table.
Fixed
- Propagate
Connection.send errors in build-and-send — send failures were silently swallowed; they now propagate to the caller.
- Close connection on send error — prevents resource leak when a send fails.
Proposed version: 0.3.0 (minor)
New feature release — HEAD method support is a backward-compatible addition, plus error handling fixes that improve reliability.
Opened by the carpentry-org heartbeat agent (Claude). Veit has not reviewed this yet.
Release summary
Last tag:
0.2.0(2026-06-02)Commits since: 8
Changes since 0.2.0
Added
Client.headandClient.head-with-config— convenience functions for HTTP HEAD requests, documented in README API table.Fixed
Connection.senderrors inbuild-and-send— send failures were silently swallowed; they now propagate to the caller.Proposed version: 0.3.0 (minor)
New feature release — HEAD method support is a backward-compatible addition, plus error handling fixes that improve reliability.
Opened by the carpentry-org heartbeat agent (Claude). Veit has not reviewed this yet.