Releases: pydantic/logfire-rust
Releases · pydantic/logfire-rust
v0.3.1 2025-03-25
What's Changed
- fix double-print to console of tracing events outside spans by @davidhewitt in #30
- revert to only emit pending spans on first enter by @davidhewitt in #29
Full Changelog: v0.3.0...v0.3.1
v0.3.0 2025-03-25
What's Changed
- support printing tracing events (to console) by @davidhewitt in #21
- fix double-print to console when
LOGFIRE_SEND_TO_LOGFIRE=no
by @davidhewitt in #23 - fix print to console to emit spans in the right order by @davidhewitt in #24
- support configuring metrics by @davidhewitt in #25
- print tracing event fields by @davidhewitt in #26
- emit log entries for top-level tracing events by @davidhewitt in #27
Full Changelog: v0.2.0...v0.3.0
v0.2.0 2025-03-19
What's Changed
- Add
span_exporter()
helper to build a span exporter directly by @davidhewitt in #20 - Fix
set_resource
not being called on span processors added withwith_additional_span_processor()
by @davidhewitt in #20
Full Changelog: v0.1.0...v0.2.0
v0.1.0 2025-03-13
Initial release of the Logfire Rust SDK 🚀 🦀