mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
NEWS: Update
This commit is contained in:
parent
6bb7b9d726
commit
77b0f7d7ba
1 changed files with 7 additions and 0 deletions
7
NEWS
7
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
|
||||
---------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue