Merge remote-tracking branch 'origin/topic/etyp/update-news-record-vec-deprecation'

* origin/topic/etyp/update-news-record-vec-deprecation:
  Add `record_type_to_vector` deprecation to NEWS
This commit is contained in:
Tim Wojtulewicz 2025-08-18 09:40:41 -07:00
commit a4da8d3f7b
3 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,7 @@
8.1.0-dev.83 | 2025-08-18 09:40:41 -0700
* Add `record_type_to_vector` deprecation to NEWS (Evan Typanski, Corelight)
8.1.0-dev.81 | 2025-08-18 16:44:30 +0200
* cluster/serializer/broker: Drop unused include (Arne Welzel, Corelight)

3
NEWS
View file

@ -482,6 +482,9 @@ Deprecated Functionality
``std::string`` and ``std::string_view`` added ``begins_with`` and ``ends_with`` methods
in C++ 20, and those should be used instead.
- The ``record_type_to_vector`` BIF is deprecated in favor of using the newly ordered
``record_fields`` BIF.
Zeek 7.2.0
==========

View file

@ -1 +1 @@
8.1.0-dev.81
8.1.0-dev.83