[master] 662874435 Additions to release docs

Nils Goroll nils.goroll at uplex.de
Mon Mar 18 16:13:01 UTC 2024


commit 662874435af3a62af965ee030f74f25bebf37d61
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Mon Mar 18 13:15:52 2024 +0100

    Additions to release docs

diff --git a/doc/sphinx/whats-new/upgrading-trunk.rst b/doc/sphinx/whats-new/upgrading-trunk.rst
index 706966391..cc0605775 100644
--- a/doc/sphinx/whats-new/upgrading-trunk.rst
+++ b/doc/sphinx/whats-new/upgrading-trunk.rst
@@ -52,6 +52,9 @@ that purpose::
 
     varnishadm param.set pipe_timeout never
 
+The parameters ``idle_send_timeout`` and ``timeout_idle`` are now
+limited to a maximum of 1 hour.
+
 VRT
 ~~~
 
@@ -66,4 +69,20 @@ respective parameters due to a limitation in how VCL is compiled.
 As a convenience, a new macro ``VRT_BACKEND_INIT()`` behaves like ``INIT_OBJ``
 but initializes timeouts to a negative value.
 
+VCL COLD events have been fixed for directors vs. VMODs: VDI COLD now
+comes before VMOD COLD.
+
+Other changes relevant for VMOD / VEXT authors
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Transports are now responsible for calling ``VDP_Close()`` in all
+cases.
+
+Storage engines are now responsible for deciding which
+``fetch_chunksize`` to use. When Varnish-Cache does not know the
+expected object size, it calls the ``objgetspace`` stevedore function
+with a zero ``sz`` argument.
+
+``(struct req).filter_list`` has been renamed to ``vdp_filter_list``.
+
 *eof*


More information about the varnish-commit mailing list