Skip to content

Latest commit

 

History

History
104 lines (62 loc) · 2.77 KB

CHANGELOG.md

File metadata and controls

104 lines (62 loc) · 2.77 KB

Changelog

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.

Added

  • Add static feature to statically link to windivert library.

Added

  • Add WinDivertFlags::<layer>_default methods.
  • Add static feature to statically link to windivert library.

Changed

  • Refactor build scripts.

sys-0.9.3 - 2023-04-03

Fixed

  • Fix wrong comparison in MF and DF flag getters

sys-0.9.2 - 2023-03-23

Fixed

  • Downgrade windows to 0.43 to avoid build issues with windivert due to different windows versions

0.5.5 - 2023-03-23

Fixed

  • Fix close errors due to double inner close call

Added

  • Add WinDivert::<()>::MAX_BATCH

sys-0.9.1 - 2023-02-06

Fixed

  • Fix logic error in bitflag methods (#2)
  • Fix incorrect links in documentation (#3)

0.5.3 - 2023-01-07

Fixed

  • Fix send_ex error due to incorrect use of iterator.

0.5.3 - 2023-01-03

Changed

  • Add Debug and Clone trait bounds to the types used for typestate pattern

sys-0.9.0 - 2022-12-21

Added

  • Initial tagged release

0.5.1 - 2022-12-21

Changed

  • Make typestate types public

0.5.0 - 2022-12-21

Added

  • Initial tagged release