Virtual Registry 0.10.0
Released: 2026-05-11
Varnish version: 6.0.17r3
Artifact Firewall version: 0.2.2
Added
- Added new Virtual Registry option
cache_req_body_limit to set the maximum request body size to buffer for cacheable POSTs (e.g. git-upload-pack).
- Added Git URL cache key normalization. The URL part of Git cache keys is now lowercased and .git extension agnostic.
- Added Git request body cache key normalization. For small request bodies (<10k),
agent and session-id telemetry attributes are excluded from the cache key.
Changed
- Increased default request body buffer size for cacheable POSTs (e.g. git-upload-pack) from 1MB to 10MB.
Fixed
- Fixed an issue where large Git v2 POST requests would exhaust workspace and fail the transaction.
- Fixed git repository name parsing bug.