Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.32 KB

CHANGELOG.md

File metadata and controls

39 lines (31 loc) · 1.32 KB

Changes to HyperVive

3.5: March 15, 2024

  • BREAKING: The generic IDs 4000, 4001, and 4002 have been deprecated and split out into the following sets:
    • 4000 (checkpoint-related job has started)
      • 4003: checkpoint apply started
      • 4006: checkpoint clear state started
      • 4009: checkpoint delete started
      • 4012: checkpoint creation started
    • 4001 (checkpoint-related job succeeded)
      • 4004: checkpoint apply succeeded
      • 4007: checkpoint clear state success
      • 4010: checkpoint delete success
      • 4013: checkpoint creation success
    • 4002 (checkpoint-related job failed)
      • 4005: checkpoint apply failed
      • 4008: checkpoint clear state failed
      • 4011: checkpoint delete failed
      • 4014: checkpoint creation failed
  • Text labels for categories now show up instead of the number
  • Service installs with auto-start to accommodate slow .Net initialization

3.0: May 28, 2020

  • Converted internal mechanisms from event-based to direct callbacks
  • Added full installer
  • Removed built-in installer from service executable

2.0: April 10, 2020

  • Added checkpoint watching capabilities
  • Added event IDs to all events
  • Fixed a bug that caused all WOL events to report as success
  • Enhancements to CIMitar module

1.0.1: March 27, 2020

  • Fixed a potential memory leak that might occur on a service stop.