mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
broker/Eventhandler: Deprecate Broker::auto_publish() for v8.1
Relates to #3637
This commit is contained in:
parent
455e05bc2e
commit
6abb9d7eda
6 changed files with 29 additions and 5 deletions
4
NEWS
4
NEWS
|
@ -109,6 +109,10 @@ Removed Functionality
|
|||
Deprecated Functionality
|
||||
------------------------
|
||||
|
||||
* The ``Broker::auto_publish()`` function has been deprecated and should
|
||||
be replaced with explicit ``Broker::publish()`` invocations that are
|
||||
potentially guarded with appropriate ``@if`` or ``@ifdef`` directives.
|
||||
|
||||
Zeek 7.0.0
|
||||
==========
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue