From 77b0f7d7ba58e5af57d97f3fb6ed8e3f9fec058f Mon Sep 17 00:00:00 2001 From: Arne Welzel Date: Fri, 27 Sep 2024 15:23:45 +0200 Subject: [PATCH] NEWS: Update --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS b/NEWS index b053a97b9d..b8cda31390 100644 --- a/NEWS +++ b/NEWS @@ -25,6 +25,8 @@ Breaking Changes are not affected by this change, so we keep backwards compatibility with existing log writers. +* ``Func::Name()`` was deprecated, use ``Func::GetName()`` instead. + New Functionality ----------------- @@ -79,6 +81,11 @@ Changed Functionality Concretely, the Redis protocol's AUTH mechanism enables the POP3 analyzer for such connections through DPD. +* Batching and flushing for local log writers can now be controlled via the + options ``Log::flush_interval`` and ``Log::write_buffer_size``. Previously + the ``Threading::heartbeat_interval`` was used for flushing and the buffer + size fixed at 1000. + Removed Functionality ---------------------