summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/deprecate-notification-batch_size-b739264a223d279d.yaml5
-rw-r--r--releasenotes/notes/fix-notification-batch-9bb42cbdf817e7f9.yaml7
2 files changed, 12 insertions, 0 deletions
diff --git a/releasenotes/notes/deprecate-notification-batch_size-b739264a223d279d.yaml b/releasenotes/notes/deprecate-notification-batch_size-b739264a223d279d.yaml
new file mode 100644
index 00000000..b11ba414
--- /dev/null
+++ b/releasenotes/notes/deprecate-notification-batch_size-b739264a223d279d.yaml
@@ -0,0 +1,5 @@
+---
+deprecations:
+ - |
+ The ``[notification] batch_size`` parameter has been deprecated.
+ The parameter has not used since the Stein release.
diff --git a/releasenotes/notes/fix-notification-batch-9bb42cbdf817e7f9.yaml b/releasenotes/notes/fix-notification-batch-9bb42cbdf817e7f9.yaml
new file mode 100644
index 00000000..0fa04c7b
--- /dev/null
+++ b/releasenotes/notes/fix-notification-batch-9bb42cbdf817e7f9.yaml
@@ -0,0 +1,7 @@
+---
+fixes:
+ - |
+ The ``[notification] batch_size`` parameter now takes effect to enable
+ batch processing of notifications. The ``[notification] batch_timeout``
+ parameter has been restored at the same time to determine how much and
+ how long notifications are kept.