Skip to content

Latest commit

 

History

History
58 lines (31 loc) · 1.18 KB

CHANGELOG.md

File metadata and controls

58 lines (31 loc) · 1.18 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.

v1.2.0 - July 29, 2024

Added

  • Add RPC interface version information to RpcInterfaceInfo
  • Add support for loading PDB symbols of method parameters (not in use yet)

Changed

  • Fix incorrect module locations for modules with uppercase filenames

v1.1.1 - July 19, 2024

Added

  • Add some PDB related debug logging

Changed

  • Updated GitHub actions in workflow files

v1.1.0 - July 17, 2024

Added

  • Add offset property to RpcMethod
  • Add offset property to SecurityCallback

Changed

  • Fix type errors caused by newer v versions
  • Fix incorrect attr syntax in newer v versions
  • Fix incorrect address of security callbacks
  • Rename base property of RpcMethod to addr
  • Rename base property of SecurityCallback to addr

v1.0.1 - Sep 24, 2023

Changed

  • Fix a small bug in NDR union arm type parsing
  • Internal improvements (pipeline, README, ...)

v1.0.0 - Sep 08, 2023

Initial Release :)