From 7071adc7749b6b4022484ca5736bc3ebdcd5200f Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Sun, 14 Mar 2021 20:56:02 +0100 Subject: [PATCH] docs: 0.4 changelog --- docs/changelog.rst | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index fb6d5c8..9a7a75d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -6,6 +6,7 @@ .. |docs| replace:: [DOCS] .. |feature| replace:: [FEATURE] .. |mig| replace:: **[MIGRATION]** +.. |maint| replace:: [MAINT] .. _changelog: @@ -26,11 +27,15 @@ We use the following annotations for classifying changes: * |feature| Change that introduces new functionality. * |bugfix| Change that fixes a bug, no regressions or incompatibilities expected. * |docs| Change to the documentation. +* |maint| Maintenance changes. 0.4.0 ----- * |break| Change syntax to trigger a job replication, rename ``zrepl signal wakeup JOB`` to ``zrepl signal replication JOB`` +* |feature| support setting zfs send / recv flags in the config (send: ``-wLcepbS`` , recv: ``-ox`` ). + Config docs :ref:`here ` and :ref:`here ` . +* |feature| parallel replication is now configurable (disabled by default, :ref:`config docs here ` ). * |feature| New ``zrepl status`` UI: * Interactive job selection. @@ -38,6 +43,19 @@ We use the following annotations for classifying changes: * Filter filesystems in the job view by name. * An approximation of the old UI is still included as `--mode legacy` but will be removed in a future release of zrepl. +* |bugfix| Actually use concurrency when listing zrepl abstractions & doing size estimation. + These operations were accidentally made sequential in zrepl 0.3. +* |bugfix| Job hang-up during second replication attempt. +* |bugfix| Data races conditions in the dataconn rpc stack. +* |maint| Update to protobuf v1.25 and grpc 1.35. + +.. 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 GitHub Sponsors| |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.3.1 ----- @@ -56,13 +74,6 @@ Mostly a bugfix release for :ref:`zrepl 0.3 `. * CI infrastructure rework * Continuous deployment of that new `stable` branch to zrepl.github.io. -.. 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 GitHub Sponsors| |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 `_. - .. _release-0.3: 0.3