[master] f403938c3 document backend.list changes
Nils Goroll
nils.goroll at uplex.de
Thu Feb 21 08:52:08 UTC 2019
commit f403938c39b981f6e1de49481e31ca16407c67da
Author: Nils Goroll <nils.goroll at uplex.de>
Date: Thu Feb 21 09:51:23 2019 +0100
document backend.list changes
Ref: a0436a439f078902812a5adb1f2d2f979ca315bc
diff --git a/doc/changes.rst b/doc/changes.rst
index 541b39224..55177809a 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -58,12 +58,21 @@ Varnish Cache trunk (ongoing)
``vcl_dir`` -> ``vcl_path``
``vmod_dir`` -> ``vmod_path``
-* Changed the width of the `Probe` column of the ``backend.list``
- cli command from 10 to 14 characters
+* The width of the columns of the ``backend.list`` cli command output
+ is now dynamic.
For best forward compatibility, we recommend that scripts parse JSON
output as obtained using the ``-j`` option.
+* The format of the ``backend.list -j`` (JSON) cli command output has
+ changed:
+
+ * the ``probe_message`` field of a backend can now also have the
+ format ``[X, Y, state]``, X and Y being integers signifying X out
+ of Y probes/backends/...
+
+.. expecting more changes here #2896
+
* The undocumented ``-v`` option to the ``backend.list`` cli command
has been removed
More information about the varnish-commit
mailing list