v0.8.0 2025-08-21
What's Changed
- logs: stop sending
logfire.msg
, testevent_name
properly by @davidhewitt in #84 - chore: explicitly call
shutdown
on drop ofShutdownHandler
by @the-wondersmith in #85 - don't fabricate "panic" and "log message" event names by @davidhewitt in #86
- create a proper
Logfire
type by @davidhewitt in #87 - filter out default tracing span name by @davidhewitt in #88
- feat: allow multiple
opentelemetry_sdk::Resource
s to be set viaAdvancedOptions
by @the-wondersmith in #89 - allow picking up credentials from a
.logfire
directory by @davidhewitt in #90 - make
LogfireTracingLayer
respect configured filters by @davidhewitt in #93 - implement
service_name
,service_version
, anddeployment_environment
config builders by @davidhewitt in #96 - suppress telemetry from otel export by @davidhewitt in #95
- handle panics by default by @davidhewitt in #97
- Create functions to create u64 and f64 exponential histograms by @PoorlyDefinedBehaviour in #94
New Contributors
- @the-wondersmith made their first contribution in #85
- @PoorlyDefinedBehaviour made their first contribution in #94
Full Changelog: v0.7.1...v0.8.0