From 05f1237a6d727a44faa5c058830ec7a4715f73cb Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Mon, 1 Jun 2020 21:23:03 +0200 Subject: [PATCH] docs: 0.3 changelog --- docs/changelog.rst | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 0c6d95f..cf7fb6d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -61,16 +61,29 @@ Additional changelog: * Run ``zrepl migrate replication-cursor:v1-v2`` to safely destroy old-format cursors. The migration will ensure that only those old-format cursors are destroyed that have been superseeded by new-format cursors. +* |feature| New option ``listen_freebind`` (tcp, tls, prometheus listener) +* |feature| :issue:`<265>` transport/tcp: support for CIDR masks in client IP whitelist +* |feature| documented subcommand to generate ``bash`` and ``zsh`` completions +* |feature| :issue:`<307>` ``chrome://trace`` -compatible activity tracing of zrepl daemon activity +* |feature| logging: trace IDs for better log entry correlation with concurrent replication jobs +* |feature| experimental environment variable for parallel replication (see :issue:`<306>` ) * |bugfix| missing logger context vars in control connection handlers * |bugfix| improved error messages on ``zfs send`` errors -* |feature| New option ``listen_freebind`` (tcp, tls, prometheus listener) * |bugfix| |docs| snapshotting: clarify sync-up behavior and warn about filesystems +* |bugfix| transport/ssh: do not leak zombie ssh process on connection failures that will not be snapshotted until the sync-up phase is over +* |docs| Installation: :ref:`FreeBSD jail with iocage ` * |docs| Document new replication features in the :ref:`config overview ` and :repomasterlink:`replication/design.md`. -* |feature| documented subcommand to generate ``bash`` and ``zsh`` completions * **[MAINTAINER NOTICE]** New platform tests in this version, please make sure you run them for your distro! * **[MAINTAINER NOTICE]** Please add the shell completions to the zrepl packages. +.. NOTE:: + | zrepl is a spare-time project primarily developed by `Christian Schwarz `_. + | You can support maintenance and feature development through one of the following services: + | |Donate via Patreon| |Donate via Liberapay| |Donate via PayPal| + | Note that PayPal processing fees are relatively high for small donations. + | For SEPA wire transfer and **commercial support**, please `contact Christian directly `_. + 0.2.1 ----- @@ -107,14 +120,6 @@ Additional changelog: The pool name ``zreplplatformtest`` is reserved for this use case. Only run ``make platformtest`` on test systems, e.g. a FreeBSD VM image. -.. NOTE:: - | zrepl is a spare-time project primarily developed by `Christian Schwarz `_. - | You can support maintenance and feature development through one of the following services: - | |Donate via Patreon| |Donate via Liberapay| |Donate via PayPal| - | Note that PayPal processing fees are relatively high for small donations. - | For SEPA wire transfer and **commercial support**, please `contact Christian directly `_. - - 0.1.1 -----