Releases: pydantic/logfire-rust
Releases · pydantic/logfire-rust
v0.5.0 2025-04-02
v0.4.0 2025-03-26
What's Changed
- remove debug print, and add clippy lint to prevent future regressions by @davidhewitt in #32
- support
dotted.attribute
syntax in the macros by @davidhewitt in #34 - add
with_console_options
config, deprecateconsole_mode
by @davidhewitt in #33 - rename
with_metrics_options
towith_metrics
by @davidhewitt in #35 - add support for inferring token from region by @davidhewitt in #36
Full Changelog: v0.3.1...v0.4.0
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 🚀 🦀