File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## [ v0.4.0] (2025-03-26)
2
+
3
+ * remove debug print, and add clippy lint to prevent future regressions by @davidhewitt in https://github.com/pydantic/logfire-rust/pull/32
4
+ * support ` dotted.attribute ` syntax in the macros by @davidhewitt in https://github.com/pydantic/logfire-rust/pull/34
5
+ * add ` with_console_options ` config, deprecate ` console_mode ` by @davidhewitt in https://github.com/pydantic/logfire-rust/pull/33
6
+ * rename ` with_metrics_options ` to ` with_metrics ` by @davidhewitt in https://github.com/pydantic/logfire-rust/pull/35
7
+ * add support for inferring token from region by @davidhewitt in https://github.com/pydantic/logfire-rust/pull/36
8
+
1
9
## [ v0.3.1] (2025-03-25)
2
10
3
11
* fix double-print to console of tracing events outside spans by @davidhewitt in https://github.com/pydantic/logfire-rust/pull/30
@@ -25,3 +33,4 @@ Initial release.
25
33
[ v0.2.0 ] : https://github.com/pydantic/logfire-rust/compare/v0.1.0..v0.2.0
26
34
[ v0.3.0 ] : https://github.com/pydantic/logfire-rust/compare/v0.2.0..v0.3.0
27
35
[ v0.3.1 ] : https://github.com/pydantic/logfire-rust/compare/v0.3.0..v0.3.1
36
+ [ v0.4.0 ] : https://github.com/pydantic/logfire-rust/compare/v0.3.1..v0.4.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " logfire"
3
- version = " 0.3.1 "
3
+ version = " 0.4.0 "
4
4
edition = " 2024"
5
5
license = " MIT"
6
6
rust-version = " 1.85"
You can’t perform that action at this time.
0 commit comments