Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Release 0.28.0

Choose a tag to compare

@tomashibm tomashibm released this 20 Oct 07:41
· 39 commits to main since this release
e435060
  • Upgrade the default Varnish version from 6.1.1 to 6.5.1. See the release notes for what's changed since 6.1.1. One of the breaking changes is removing the return(miss) from vcl_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-slim to debian: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