Skip to content

Commit 0b9e50e

Browse files
committed
chore: release v1.1.0
1 parent b63aa30 commit 0b9e50e

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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.

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: apt-larder
22

3-
version: 1.0.0
3+
version: 1.1.0
44

55
crystal: '>= 1.18.0'
66

0 commit comments

Comments
 (0)