Skip to content

chore(deps): bump evtx from 0.11.2 to 0.12.1#232

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/evtx-0.12.1
Open

chore(deps): bump evtx from 0.11.2 to 0.12.1#232
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/evtx-0.12.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 18, 2026

Copy link
Copy Markdown
Contributor

Bumps evtx from 0.11.2 to 0.12.1.

Release notes

Sourced from evtx's releases.

v0.12.1

Added

  • Restored the byte-oriented WEVT template render helpers wevt_templates::render_temp_to_xml and wevt_templates::render_temp_to_xml_with_values, removed in 0.12.0. They are the public counterpart of extract_temp_templates_from_wevt_blob (which hands out raw TEMP bytes) and are used by pyevtx-rs.

Full Changelog: v0.12.0...v0.12.1

v0.12.0

Changed

  • Rendering/pipeline overhaul: records render directly from cached templates, chunks stream through a bounded multi-threaded pipeline, and output is written one buffer per chunk. On a 31 MB Security log this makes single-threaded JSON dumps ~18% faster, XML ~16% faster, and multi-threaded dumps more than 2× faster than 0.11.2.
  • Breaking: internal plumbing is no longer part of the public API: the BinXML IR builder, model::ir internals (tree/arena types are now pub(crate) or #[doc(hidden)]), the chunk string cache, and the .wevtcache wire-format types (WevtCacheHeader, WevtCacheEntryHeader, MAGIC, VERSION). Various internal constructors, accessors, and token-struct fields were demoted to pub(crate). The supported surface — EvtxParser, ParserSettings, SerializedEvtxRecord, the chunk/record carving APIs, header types, err, and the Timestamp/Offset/RecordId re-exports — is unchanged.

Fixed

  • JSON rendering of EventData with many uniquely-named elements no longer risks duplicate _N-suffixed keys (the unique-name table now spills to the heap instead of degrading).

Removed

  • Breaking: removed the model::ir_visit visitor module and deleted unused public items: FileOffset, err::SerializationResult, the unimplemented_fn! macro, ParserSettings::should_validate_checksums/get_num_threads, BinXmlValue::from_binxml_stream_in/deserialize_value_type_in, model::ir::Text::as_utf8/as_utf16, StringCache::len, and WevtCacheHeader::SIZE/WevtCacheEntryHeader::SIZE.

Full Changelog: v0.11.2...v0.12.0

Changelog

Sourced from evtx's changelog.

[0.12.1 - 2026-06-11]

Added

  • Restored the byte-oriented WEVT template render helpers wevt_templates::render_temp_to_xml and wevt_templates::render_temp_to_xml_with_values, removed in 0.12.0. They are the public counterpart of extract_temp_templates_from_wevt_blob (which hands out raw TEMP bytes) and are used by pyevtx-rs.

Full Changelog: v0.12.0...v0.12.1

[0.12.0 - 2026-06-11]

Changed

  • Rendering/pipeline overhaul: records render directly from cached templates, chunks stream through a bounded multi-threaded pipeline, and output is written one buffer per chunk. On a 31 MB Security log this makes single-threaded JSON dumps ~18% faster, XML ~16% faster, and multi-threaded dumps more than 2× faster than 0.11.2.
  • Breaking: internal plumbing is no longer part of the public API: the BinXML IR builder, model::ir internals (tree/arena types are now pub(crate) or #[doc(hidden)]), the chunk string cache, and the .wevtcache wire-format types (WevtCacheHeader, WevtCacheEntryHeader, MAGIC, VERSION). Various internal constructors, accessors, and token-struct fields were demoted to pub(crate). The supported surface — EvtxParser, ParserSettings, SerializedEvtxRecord, the chunk/record carving APIs, header types, err, and the Timestamp/Offset/RecordId re-exports — is unchanged.

Fixed

  • JSON rendering of EventData with many uniquely-named elements no longer risks duplicate _N-suffixed keys (the unique-name table now spills to the heap instead of degrading).

Removed

  • Breaking: removed the model::ir_visit visitor module and deleted unused public items: FileOffset, err::SerializationResult, the unimplemented_fn! macro, ParserSettings::should_validate_checksums/get_num_threads, BinXmlValue::from_binxml_stream_in/deserialize_value_type_in, model::ir::Text::as_utf8/as_utf16, StringCache::len, and WevtCacheHeader::SIZE/WevtCacheEntryHeader::SIZE.

Full Changelog: v0.11.2...v0.12.0

Commits
  • fea99a6 chore(release): 0.12.1
  • be38dcc feat(wevt): restore byte-oriented TEMP render helpers
  • e849a43 chore: clear dependabot alerts (rkyv 0.8.16 lockfiles, vitest ^3.2.6)
  • 930f928 ci: modernize workflows for the Node 24 actions migration
  • f04e560 chore(release): 0.12.0
  • d744111 chore: compile-time tripwire for the drop-free IR invariant
  • fa6cbe8 refactor: tighten public API to the supported surface
  • 4a550eb fix: JSON _N suffixing no longer degrades past the unique-name table size
  • c2aefc3 perf: render whole chunks into single output buffers (-14-22% MT, -3-4% ST)
  • 7f0308a perf: stream chunks through a bounded pipeline (-40-47% multithreaded)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [evtx](https://github.com/omerbenamram/EVTX) from 0.11.2 to 0.12.1.
- [Release notes](https://github.com/omerbenamram/EVTX/releases)
- [Changelog](https://github.com/omerbenamram/evtx/blob/master/CHANGELOG.md)
- [Commits](omerbenamram/evtx@v0.11.2...v0.12.1)

---
updated-dependencies:
- dependency-name: evtx
  dependency-version: 0.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jun 18, 2026
@dependabot dependabot Bot requested a review from mostafa as a code owner June 18, 2026 21:48
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jun 18, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 23, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot attempted to update this pull request, but because the branch dependabot/cargo/evtx-0.12.1 is protected it was unable to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants