[master] 7d6a7f376 changes: Mention db5314e

Walid Boudebouda walid.boudebouda at gmail.com
Thu Mar 13 15:16:06 UTC 2025


commit 7d6a7f3761e468853be671f508722a728df517f4
Author: Walid Boudebouda <walid.boudebouda at gmail.com>
Date:   Thu Mar 13 15:50:31 2025 +0100

    changes: Mention db5314e

diff --git a/doc/changes.rst b/doc/changes.rst
index 3eba22f84..5a0076b23 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -150,6 +150,8 @@ Varnish-Cache 7.7 (2025-03-15)
   exceeds ``http_req_size``.  The default of ``0`` keeps the existing behavior
   to just close the connection in this case. (`2735`_)
 
+* ``req.hash`` is now also readable from ``vcl_synth`` and ``vcl_pipe``.
+
 .. _4142: https://github.com/varnishcache/varnish-cache/pull/4142
 .. _4259: https://github.com/varnishcache/varnish-cache/pull/4259
 
diff --git a/doc/sphinx/whats-new/changes-7.7.rst b/doc/sphinx/whats-new/changes-7.7.rst
index 19c308522..4accd1213 100644
--- a/doc/sphinx/whats-new/changes-7.7.rst
+++ b/doc/sphinx/whats-new/changes-7.7.rst
@@ -91,6 +91,8 @@ vcl_deliver, vcl_synth``, respectively.
 The ``Content-Length`` header is now consistently removed after ``unset
 bereq.body`` on the backend side.
 
+``req.hash`` is now also readable from ``vcl_synth`` and ``vcl_pipe``.
+
 Other changes to VCL
 ~~~~~~~~~~~~~~~~~~~~
 


More information about the varnish-commit mailing list