NEWS: Update

This commit is contained in:
Arne Welzel 2024-09-27 15:23:45 +02:00
parent 6bb7b9d726
commit 77b0f7d7ba

7
NEWS
View file

@ -25,6 +25,8 @@ Breaking Changes
are not affected by this change, so we keep backwards compatibility with are not affected by this change, so we keep backwards compatibility with
existing log writers. existing log writers.
* ``Func::Name()`` was deprecated, use ``Func::GetName()`` instead.
New Functionality New Functionality
----------------- -----------------
@ -79,6 +81,11 @@ Changed Functionality
Concretely, the Redis protocol's AUTH mechanism enables the POP3 analyzer Concretely, the Redis protocol's AUTH mechanism enables the POP3 analyzer
for such connections through DPD. 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 Removed Functionality
--------------------- ---------------------