You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-3
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,8 @@
1
+
## [v0.3.1] (2025-03-25)
2
+
3
+
* fix double-print to console of tracing events outside spans by @davidhewitt in https://github.com/pydantic/logfire-rust/pull/30
4
+
* revert to only emit pending spans on first enter by @davidhewitt in https://github.com/pydantic/logfire-rust/pull/29
5
+
1
6
## [v0.3.0] (2025-03-25)
2
7
3
8
* support printing tracing events (to console) by @davidhewitt in https://github.com/pydantic/logfire-rust/pull/21
@@ -9,13 +14,14 @@
9
14
10
15
## [v0.2.0] (2025-03-19)
11
16
12
-
- Add `span_exporter()` helper to build a span exporter directly in [#20](https://github.com/pydantic/logfire-rust/pull/20)
13
-
- Fix `set_resource` not being called on span processors added with `with_additional_span_processor()` in [#20](https://github.com/pydantic/logfire-rust/pull/20)
17
+
* Add `span_exporter()` helper to build a span exporter directly in [#20](https://github.com/pydantic/logfire-rust/pull/20)
18
+
* Fix `set_resource` not being called on span processors added with `with_additional_span_processor()` in [#20](https://github.com/pydantic/logfire-rust/pull/20)
0 commit comments