File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,12 @@ Varnish-Cache 8.0 (2025-09-15)
4141.. PLEASE keep this roughly in commit order as shown by git-log / tig
4242 (new to old)
4343
44+
45+ .. _4388 : https://github.com/varnishcache/varnish-cache/pull/4388
46+
47+ * ``varnishncsa `` can log VCL set headers again using the ``%{X[:first|last]}i ``
48+ and ``%{X[:first|last]}o `` formats. (`4388 `_)
49+
4450.. _4336 : https://github.com/varnishcache/varnish-cache/pull/4336
4551
4652* A regression has been fixed which prevented vcl controlled custom Range
Original file line number Diff line number Diff line change @@ -165,6 +165,16 @@ varnishtest
165165The bundled varnishtest sources have now been replaced with the separate VTest2
166166repository.
167167
168+ varnishncsa
169+ ===========
170+
171+ ``varnishncsa `` recovered the ability to log VCL set headers through the
172+ ``%{X[:first|last]}i `` and ``%{X[:first|last]}o `` formats. ``:first `` means
173+ that the value of the header when it is first seen in a VSL transaction is
174+ logged, while ``:last `` means that the final one is logged.
175+ The default behavior is unchanged when neither ``:first `` nor ``:last `` is
176+ specified.
177+
168178Changes for developers and VMOD authors
169179=======================================
170180
You can’t perform that action at this time.
0 commit comments