Skip to content

Releases: IzawGithub/ez_tracing

0.1.0

14 Nov 11:16
5c8c3dc

Choose a tag to compare

[0.1.0] - 2025-11-13

🚀 Features

  • (Common) Create common structs and enums - (f4bdf7f)
  • (Console) Create Console struct, logging to stdout and stderr - (417402b)
  • (Error) Create 'EErrorTracer' main error - (b8f726d)
  • (Filter) Create Filter struct, allows changing levels of entire crates - (0e8b888)
  • (LogFile) Create LogFile struct, allow storing traces in a possibly rotating file - (1aec7ae)
  • (Telemetry) Create Telemetry struct, allowing exporting traces to any OpenTelemetry compatible system - (30c35ad)
  • (Testing) Create Testing struct, storing traces in a programmable buffer - (be80925)
  • (Tokio) Create Tokio struct, allow reading traces using the Tokio console - (aafdb31)
  • (Tracer) Create Tracer main struct - (e9578bf)
  • Create lib.rs entrypoint - (e1c0906)
  • Initial commit - (b5b4a58)

📚 Documentation

  • Add third party licenses - (22b4a5c)

🏗️ Build

  • (Dev) Add dev dependencies - (f7c8db3)
  • (Feature) Add common features - (2632611)
  • (Src) Add src dependencies - (396ded7)

🧪 Testing

  • (Integration) Create integration tests - (b0b279b)