This repository was archived by the owner on Feb 24, 2025. It is now read-only.
Release 0.28.0
- Upgrade the default Varnish version from
6.1.1to6.5.1. See the release notes for what's changed since6.1.1. One of the breaking changes is removing thereturn(miss)fromvcl_hit{}routine. It was fixed in default VCL, but existing users may still using it. The proposed fix is described here. - Upgrade base image from
debian:buster-slimtodebian:bullseye-slim#45 - Improve VCL list parsing. Use the JSON flag if available instead of parsing raw text. #48
- Various docs fixes and improvements #41 #44
- Upgrade Go dependencies and fix deprecated code #47