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.
- Add
static
feature to statically link to windivert library.
- Add
WinDivertFlags::<layer>_default
methods. - Add
static
feature to statically link to windivert library.
- Refactor build scripts.
sys-0.9.3 - 2023-04-03
- Fix wrong comparison in
MF
andDF
flag getters
sys-0.9.2 - 2023-03-23
- Downgrade windows to
0.43
to avoid build issues withwindivert
due to different windows versions
0.5.5 - 2023-03-23
- Fix
close
errors due to double inner close call
- Add
WinDivert::<()>::MAX_BATCH
sys-0.9.1 - 2023-02-06
0.5.3 - 2023-01-07
- Fix
send_ex
error due to incorrect use of iterator.
0.5.3 - 2023-01-03
- Add Debug and Clone trait bounds to the types used for typestate pattern
sys-0.9.0 - 2022-12-21
- Initial tagged release
0.5.1 - 2022-12-21
- Make typestate types public
0.5.0 - 2022-12-21
- Initial tagged release