All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Update PyO3 Version to 0.22.2.
- Update evtx library to 0.8.3.
- Update evtx library to 0.8.2.
- Update PyO3 Version to 0.21.
- Update evtx library to 0.8.2.
- Preserve record order during chunk iteration.
- Update PyO3 version
- Wheels are now published using abi3 tag, which means a single wheel can be used for all interpreters.
- Added profile guided optimization for the wheels - should yield a 10% improvement in performance.
- Updated release to match
evtx 0.8.0
- Added m1 builds
- The parser's settings are now passed correctly to the iterator.
- Publish python 3.10 wheels.
- Bump to evtx library 0.7.2, and update PyO3
- Publish python 3.9 wheels.
Bump to evtx library 0.6.8, and update PyO3.
Updated wheels to rust stable, support python 3.8.
Updated release to match evtx 0.6.5
- also opts out of evtx_dump
dependencies.
Updated release to match evtx 0.6.3
Updated release to match evtx 0.6.2
- PyEvtxParser now supports settings number of worker threads, and underlying ansi strings codec.
- PyEvtxParser now supports file-like objects.