Releases: Yamato-Security/hayabusa-evtx
Releases · Yamato-Security/hayabusa-evtx
v0.8.12
[0.8.12 - 2024-11-04]
- JSON output order is now preserved. (omerbenamram/evtx#242)
- JSON now outputs fields that have the same name multiple times. Before, only the last one was outputted. (omerbenamram/evtx#245)
v0.8.11
[0.8.11 - 2024-10-30]
Fixed a compiler bug with quick-xml
0.37.0. Updated crates. (#67) (@fukusuket)
v0.8.10
Merged the bug fixes and enhancements in the original evtx 0.8.3 crate. (@hitenkoku)
v0.8.9
Updated crates.
0.8.7
Updated crates. Made it possible to reference the allocation field externally.
0.8.6
Updated crates.
0.8.4
- Updated quick-xml to 0.27.1, and other crates. (@hitenkoku) (#20)
- Added a generic lookup feature for fast grep searches. (@hitenkoku) (#19) (omerbenamram/evtx#205)
0.8.3
Updated quick-xml to support 0.24.x (@hitenkoku) (#7 #9)
0.8.2
Fixed the quick-xml version to 0.23 as newer versions will cause compile errors.
0.8.1
Changed collections::HashMap to hashbrown::HashMap for better performance. (@hitenkoku) (#3)