Skip to content

Releases: omerbenamram/evtx

v0.8.3

03 Aug 14:14
Compare
Choose a tag to compare

What's Changed

  • Preserve order when using JSON output by @ac-rn in #242
  • chore: update to build with rust 1.80 by @chenrui333 in #243
  • chore: update dependencies (quick-xml)

New Contributors

Full Changelog: v0.8.2...v0.8.3

v0.8.2

04 Apr 07:35
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.1...v0.8.2

v0.8.1

17 Feb 16:50
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.8.1

v0.8.0

29 Aug 08:21
Compare
Choose a tag to compare

v0.7.2

01 Apr 10:35
Compare
Choose a tag to compare
(cargo-release) evtx version 0.7.2

v0.7.1

26 Mar 11:13
Compare
Choose a tag to compare

Changed

  • the fast-alloc feature is no longer on by default, to support static MUSL builds for evtx-dump.
    to enable it, build with --features fast-alloc.
  • static binaries are now published for linux! take evtx-dump with you everywhere :)
  • CI was migrated to github actions from azure pipelines.

v0.6.9 - 2021-01-30

30 Jan 08:40
Compare
Choose a tag to compare
(cargo-release) evtx version 0.6.9

0.6.8 - 2020-10-01

01 Oct 19:35
Compare
Choose a tag to compare

[0.6.8 - 2020-10-01]

Fixed

  • Allow for arbitrarily large EVTX files to parse correctly. (#128)

v0.6.6 - 2020-01-22

22 Jan 18:29
Compare
Choose a tag to compare
(cargo-release) evtx version 0.6.6

v0.6.5 - 2020-01-14

14 Jan 06:19
Compare
Choose a tag to compare

10% Speedup by using LTO on release.

Changed

  • Enabled link-time-optimizations.