Skip to content

Latest commit

 

History

History
56 lines (46 loc) · 1.69 KB

File metadata and controls

56 lines (46 loc) · 1.69 KB

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.5.1 - 2026-02-15

Added

  • Include path to tracev3 in output

v0.5.0 - 2026-02-01

Changed

  • Updated dependencies
  • Updates for example binary

Fixed

  • Better handling of accessing UUID arrays

v0.4.1 - 2025-10-12

Changed

  • Sort tracev3 files before parsing

v0.4.0 - 2025-08-09

Added

  • Support for 32 bit systems
  • musl and ARM linux example binary releases

v0.3.2 - 2025-07-07

Added

  • Included Cell type for subharvester location id

v0.3.1 - 2025-06-28

Fixed

  • Issue when parsing Core Location subharvester events
  • Issue when piping output to stdout

v0.3.0 - 2025-06-21

Added

  • Support for parsing DNS info objects
  • Support for parsing Network Interface (NWI) objects

Changed

  • Better logging when encountering log messages that do not follow printf formatting. Ex: printf(%u, "message") instead of printf(%u, 10)

Fixed

  • Better handling when dealing with logs that are private but have precision values
  • Added additional DNS record type (NULL)

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