File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11# Release Notes
22
3+ ## [ v0.49.0] (2024-08-05)
4+
5+ * Add ` logfire.instrument_mysql() ` by @aditkumar72 in https://github.com/pydantic/logfire/pull/341
6+ * Set OTEL status description when logging exceptions by @alexmojaki in https://github.com/pydantic/logfire/pull/348
7+ * Switch UpDownCounters to cumulative aggregation temporality by @alexmojaki in https://github.com/pydantic/logfire/pull/347
8+ * Log more info about internal errors by @alexmojaki in https://github.com/pydantic/logfire/pull/346
9+
310## [ v0.48.1] (2024-07-29)
411
512* Handle newer opentelemetry versions by @alexmojaki in https://github.com/pydantic/logfire/pull/337
@@ -228,6 +235,7 @@ First release from new repo!
228235* Ensure ` logfire.testing ` doesn't depend on pydantic and eval_type_backport by @alexmojaki in https://github.com/pydantic/logfire/pull/40
229236* Allow using pydantic plugin with models defined before calling logfire.configure by @alexmojaki in https://github.com/pydantic/logfire/pull/36
230237
238+ [ v0.49.0 ] : https://github.com/pydantic/logfire/compare/v0.48.1...v0.49.0
231239[ v0.48.1 ] : https://github.com/pydantic/logfire/compare/v0.48.0...v0.48.1
232240[ v0.48.0 ] : https://github.com/pydantic/logfire/compare/v0.47.0...v0.48.0
233241[ v0.47.0 ] : https://github.com/pydantic/logfire/compare/v0.46.1...v0.47.0
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " logfire-api"
7- version = " 0.48.1 "
7+ version = " 0.49.0 "
88description = " Shim for the Logfire SDK which does nothing unless Logfire is installed"
99authors = [
1010 {
name =
" Pydantic Team" ,
email =
" [email protected] " },
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " logfire"
7- version = " 0.48.1 "
7+ version = " 0.49.0 "
88description = " The best Python observability tool! 🪵🔥"
99authors = [
1010 {
name =
" Pydantic Team" ,
email =
" [email protected] " },
You can’t perform that action at this time.
0 commit comments