mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge branch 'topic/christian/news-log-preds-coverage'
* topic/christian/news-log-preds-coverage: Retroactively cover log filter predicate deprecation/removal in NEWS
This commit is contained in:
commit
b20f2b5b98
3 changed files with 12 additions and 1 deletions
4
CHANGES
4
CHANGES
|
@ -1,3 +1,7 @@
|
|||
5.1.0-dev.417 | 2022-08-18 15:56:49 -0700
|
||||
|
||||
* Retroactively cover log filter predicate deprecation/removal in NEWS (Christian Kreibich, Corelight)
|
||||
|
||||
5.1.0-dev.414 | 2022-08-17 15:46:05 -0700
|
||||
|
||||
* Support other byte lengths in bytestring_to_count (Tim Wojtulewicz, Corelight)
|
||||
|
|
7
NEWS
7
NEWS
|
@ -761,6 +761,10 @@ Removed Functionality
|
|||
``configure`` now returns a warning that it will be removed in v5.1 and no
|
||||
longer has any effect.
|
||||
|
||||
- The logging framework's filter records no longer provide predicate
|
||||
functions. Policy hooks, introduced in Zeek 4, replace them:
|
||||
https://docs.zeek.org/en/master/frameworks/logging.html#filtering-log-records
|
||||
|
||||
Deprecated Functionality
|
||||
------------------------
|
||||
|
||||
|
@ -1096,6 +1100,9 @@ Deprecated Functionality
|
|||
*e* and *p*, were named in misleading way (*e* is the modulus)
|
||||
and now deprecated in favor of the new *modulus* and *exponent* parameters.
|
||||
|
||||
- The logging framework's log filter predicates are now deprecated. Please
|
||||
use the new policy hooks instead.
|
||||
|
||||
Zeek 3.2.0
|
||||
==========
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
5.1.0-dev.414
|
||||
5.1.0-dev.417
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue