Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 716 Bytes

CHANGELOG.md

File metadata and controls

17 lines (14 loc) · 716 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, adheres to Semantic Versioning, and is generated by Changie.

v0.2.0 - 2025-03-30

Added

  • Support for parsing StateDump Protobuf data

Changed

  • Updated dependencies and migrated to Rust 2024 edition
  • Made log_type and event_type enums
  • Improved handling of log number data marked as private
  • Moved to HashMap instead of Vec for UUIDText and dsc parsing
  • Only keep a small cache of UUID strings instead of all strings. Should reduce memory usage quite a bit