File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
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+ ## [ 1.1.0] - 2026-06-16
9+
10+ ### Added
11+
12+ - Log client IP address in access log
13+ - Pass upstream error status codes through to client
14+ - Support path prefix in remap targets (e.g. ` deb.debian.org: mirror.internal/debian ` )
15+
16+ ### Fixed
17+
18+ - Flush tunnel writes to prevent TLS handshake failure on CONNECT proxying
19+ - Log fetch failures as WARN without stack trace
20+ - Improve access log format: client IP on TUNNEL lines, ERR/FAIL tags
21+ - Remove ` MemoryDenyWriteExecute ` from systemd service (incompatible with Crystal runtime)
22+
23+ ## [ 1.0.0] - 2026-06-02
24+
25+ Initial release.
Original file line number Diff line number Diff line change 11name : apt-larder
22
3- version : 1.0 .0
3+ version : 1.1 .0
44
55crystal : ' >= 1.18.0'
66
You can’t perform that action at this time.
0 commit comments