Skip to content

Commit 6ba43ca

Browse files
authored
update changelog for 0.8.0 (#99)
1 parent 5f789ba commit 6ba43ca

File tree

2 files changed

+51
-3
lines changed

2 files changed

+51
-3
lines changed

CHANGELOG.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,49 @@
1+
## [v0.8.0] (2025-08-21)
2+
3+
* logs: stop sending `logfire.msg`, test `event_name` properly by @davidhewitt in [#84](https://github.com/pydantic/logfire-rust/pull/84)
4+
* chore: explicitly call shutdown on drop of `ShutdownHandler` by @the-wondersmith in [#85](https://github.com/pydantic/logfire-rust/pull/85)
5+
* don't fabricate "panic" and "log message" event names by @davidhewitt in [#86](https://github.com/pydantic/logfire-rust/pull/86)
6+
* create a proper `Logfire` type by @davidhewitt in [#87](https://github.com/pydantic/logfire-rust/pull/87)
7+
* filter out default tracing span name by @davidhewitt in [#88](https://github.com/pydantic/logfire-rust/pull/88)
8+
* feat: allow multiple `opentelemetry_sdk::Resource`s to be set via `AdvancedOptions` by @the-wondersmith in [#89](https://github.com/pydantic/logfire-rust/pull/89)
9+
* allow picking up credentials from a .logfire directory by @davidhewitt in [#90](https://github.com/pydantic/logfire-rust/pull/90)
10+
* make `LogfireTracingLayer` respect configured filters by @davidhewitt in [#93](https://github.com/pydantic/logfire-rust/pull/93)
11+
* implement service_name, service_version, and deployment_environment config builders by @davidhewitt in [#96](https://github.com/pydantic/logfire-rust/pull/96)
12+
* suppress telemetry from otel export by @davidhewitt in [#95](https://github.com/pydantic/logfire-rust/pull/95)
13+
* handle panics by default by @davidhewitt in [#97](https://github.com/pydantic/logfire-rust/pull/97)
14+
* Create functions to create `u64` and `f64` exponential histograms by @PoorlyDefinedBehaviour in [#94](https://github.com/pydantic/logfire-rust/pull/94)
15+
16+
## [v0.7.1] (2025-07-16)
17+
18+
* add `trace!` macro by @davidhewitt in [#80](https://github.com/pydantic/logfire-rust/pull/80)
19+
* fix setting resource on custom log processor by @davidhewitt in [#79](https://github.com/pydantic/logfire-rust/pull/79)
20+
* fix case where tracing enabled caused too-verbose logging by @davidhewitt in [#81](https://github.com/pydantic/logfire-rust/pull/81)
21+
22+
## [v0.7.0] (2025-07-16)
23+
24+
* export logs over logs stream by @davidhewitt in [#73](https://github.com/pydantic/logfire-rust/pull/73)
25+
* send log bridge data over logs stream by @davidhewitt in [#74](https://github.com/pydantic/logfire-rust/pull/74)
26+
* send tracing event logs over logs stream by @davidhewitt in [#75](https://github.com/pydantic/logfire-rust/pull/75)
27+
* support tracing metrics layer by @davidhewitt in [#76](https://github.com/pydantic/logfire-rust/pull/76)
28+
29+
## [v0.6.1] (2025-06-26)
30+
31+
* fix location of panic messages by @davidhewitt in [#67](https://github.com/pydantic/logfire-rust/pull/67)
32+
* test span / log syntax examples, make them consistent by @davidhewitt in [#69](https://github.com/pydantic/logfire-rust/pull/69)
33+
* fix parent span id for tracing events by @davidhewitt in [#71](https://github.com/pydantic/logfire-rust/pull/71)
34+
35+
## [v0.6.0] (2025-06-23)
36+
37+
* Add include_timestamps config by @hramezani in [#42](https://github.com/pydantic/logfire-rust/pull/42)
38+
* Add min_log_level config by @hramezani in [#43](https://github.com/pydantic/logfire-rust/pull/43)
39+
* upgrade to opentelemetry 0.30 by @davidhewitt in [#54](https://github.com/pydantic/logfire-rust/pull/54)
40+
* send tracing events as logs by @davidhewitt in [#56](https://github.com/pydantic/logfire-rust/pull/56)
41+
* Support ident without value shorthand in macros by @davidhewitt in [#57](https://github.com/pydantic/logfire-rust/pull/57)
42+
* add examples for `axum` and `actix-web` by @davidhewitt in [#59](https://github.com/pydantic/logfire-rust/pull/59)
43+
* add `LogfireTracingLayer` as a public type by @davidhewitt in [#61](https://github.com/pydantic/logfire-rust/pull/61)
44+
* fix deadlock in console caused by SimpleSpanProcessor by @davidhewitt in [#60](https://github.com/pydantic/logfire-rust/pull/60)
45+
* remove APIs deprecated on 0.4 by @davidhewitt in [#62](https://github.com/pydantic/logfire-rust/pull/62)
46+
147
## [v0.5.0] (2025-04-02)
248

349
* update to opentelemetry 0.29 by @davidhewitt in https://github.com/pydantic/logfire-rust/pull/40
@@ -39,3 +85,8 @@ Initial release.
3985
[v0.3.1]: https://github.com/pydantic/logfire-rust/compare/v0.3.0..v0.3.1
4086
[v0.4.0]: https://github.com/pydantic/logfire-rust/compare/v0.3.1..v0.4.0
4187
[v0.5.0]: https://github.com/pydantic/logfire-rust/compare/v0.4.0..v0.5.0
88+
[v0.6.0]: https://github.com/pydantic/logfire-rust/compare/v0.5.0..v0.6.0
89+
[v0.6.1]: https://github.com/pydantic/logfire-rust/compare/v0.6.0..v0.6.1
90+
[v0.7.0]: https://github.com/pydantic/logfire-rust/compare/v0.6.1..v0.7.0
91+
[v0.7.1]: https://github.com/pydantic/logfire-rust/compare/v0.7.0..v0.7.1
92+
[v0.8.0]: https://github.com/pydantic/logfire-rust/compare/v0.7.1..v0.8.0

src/config.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ pub struct LogfireConfigBuilder {
5454
impl Default for LogfireConfigBuilder {
5555
fn default() -> Self {
5656
Self {
57-
environment: None,
58-
service_name: None,
59-
service_version: None,
6057
local: false,
6158
send_to_logfire: None,
6259
token: None,

0 commit comments

Comments
 (0)