diff --git a/CHANGES b/CHANGES index 81a8ecba28..fa30700023 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,14 @@ +7.2.0-dev.23 | 2024-12-20 15:14:33 -0700 + + * Require spicy for spicy.analyzer-id btest (Tim Wojtulewicz, Corelight) + + * Document `get_tag` to ensure that `name` exists (Evan Typanski, Corelight) + + This caused confusion and I don't think it's very intuitive. If called + with a name that does not exist, this returns without a value, not even + an error value. Changing that seems like it could be more deprecation + work. + 7.2.0-dev.18 | 2024-12-18 15:44:40 -0700 * Add spicy runtime-support current_analyzer_id(), use it to set id in events (Tim Wojtulewicz, Corelight) diff --git a/VERSION b/VERSION index de9945fe77..a818f3fdd7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.2.0-dev.18 +7.2.0-dev.23 diff --git a/testing/btest/spicy/analyzer-id.zeek b/testing/btest/spicy/analyzer-id.zeek index 656a19e66c..99a48899a2 100644 --- a/testing/btest/spicy/analyzer-id.zeek +++ b/testing/btest/spicy/analyzer-id.zeek @@ -1,6 +1,8 @@ -#@TEST-DOC: Test that analyzer ID set for spicy protocol analyzers -#@TEST-EXEC: zeek -r $TRACES/postgresql/psql-aws-ssl-preferred.pcap %INPUT > out -#@TEST-EXEC: btest-diff out +# @TEST-DOC: Test that analyzer ID set for spicy protocol analyzers +# @TEST-REQUIRES: have-spicy +# +# @TEST-EXEC: zeek -r $TRACES/postgresql/psql-aws-ssl-preferred.pcap %INPUT > out +# @TEST-EXEC: btest-diff out event PostgreSQL::ssl_request(c: connection) { print c$uid, "PostgreSQL::ssl_request", current_analyzer();