Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.63 KB

CHANGELOG.md

File metadata and controls

33 lines (25 loc) · 1.63 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.

[0.1.1] - 2024-11-19

Added

  • This CHANGELOG file that will contain all notable changes to this project (#2)
  • Derive the Debug, Clone, and Copy traits for all structs in the tracing-tape crate (#11)
  • Store parent kind of a span explicitly (bumps format version to 0.1) (#13)
  • Make TapeRecorder clonable (#14)
  • Add examples (#15)
  • Windows support (#21)

Fixed

  • Parsing of SpanExit records (#3)
  • Parsing of Threads only used for spans (#4)
  • Reported tape time range (#5)
  • Flush current chapter when dropping the recorder (#12)

[0.1.0] - 2024-11-10

Added

  • tracing-tape crate specifying the binary format
  • tracing-tape-recorder crate for recording traces
  • tracing-tape-parser crate for parsing traces
  • trace-deck application for viewing traces
  • README file
  • CI for testing crates and trace-deck deployment (#1)