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
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# Release Notes
2
2
3
+
## [v0.54.0] (2024-09-26)
4
+
5
+
***Changes in `logfire.configure()`:**
6
+
* Remove `show_summary` and `fast_shutdown` by @alexmojaki in https://github.com/pydantic/logfire/pull/431
7
+
* Move `base_url`, `id_generator`, and `ns_timestamp_generator` parameters into `advanced: AdvancedOptions` by @alexmojaki in https://github.com/pydantic/logfire/pull/432
8
+
* Add `metrics` parameter by @alexmojaki in https://github.com/pydantic/logfire/pull/444
9
+
* Remove default `min_duration` for `install_auto_tracing` by @alexmojaki in https://github.com/pydantic/logfire/pull/446
10
+
3
11
## [v0.53.0] (2024-09-17)
4
12
5
13
* Tail sampling by @alexmojaki in https://github.com/pydantic/logfire/pull/407
@@ -282,6 +290,7 @@ First release from new repo!
282
290
* Ensure `logfire.testing` doesn't depend on pydantic and eval_type_backport by @alexmojaki in https://github.com/pydantic/logfire/pull/40
283
291
* Allow using pydantic plugin with models defined before calling logfire.configure by @alexmojaki in https://github.com/pydantic/logfire/pull/36
0 commit comments