mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Merge remote-tracking branch 'origin/topic/timw/json-interval-conversion'
* origin/topic/timw/json-interval-conversion: Add interval_as_double argument to control how intervals are converted to JSON Add btest for round-trip JSON conversion Allow comparing two PatternVals Handle conversion between data from Val::ToJSON and ValFromJSON better
This commit is contained in:
commit
deb2acaeda
8 changed files with 220 additions and 23 deletions
10
CHANGES
10
CHANGES
|
@ -1,3 +1,13 @@
|
|||
7.1.0-dev.654 | 2024-12-03 10:10:15 -0700
|
||||
|
||||
* Add interval_as_double argument to control how intervals are converted to JSON (Tim Wojtulewicz, Corelight)
|
||||
|
||||
* Add btest for round-trip JSON conversion (Tim Wojtulewicz, Corelight)
|
||||
|
||||
* Allow comparing two PatternVals (Tim Wojtulewicz, Corelight)
|
||||
|
||||
* Handle conversion between data from Val::ToJSON and ValFromJSON better (Tim Wojtulewicz, Corelight)
|
||||
|
||||
7.1.0-dev.649 | 2024-12-02 13:43:26 +0100
|
||||
|
||||
* added new Cluster:: BiFs to script optimization tracking (Vern Paxson, Corelight)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue