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.1] (2024-08-05)
4+
5+ * Add missing return on instrument methods by @Kludex in https://github.com/pydantic/logfire/pull/360
6+ * Add ` logfire.exception() ` to ` logfire-api ` by @Kludex in https://github.com/pydantic/logfire/pull/358
7+ * Remove ` TypeAlias ` from code source by @Kludex in https://github.com/pydantic/logfire/pull/359
8+ * Turn ` ParamSpec ` non-private by @Kludex in https://github.com/pydantic/logfire/pull/361
9+
310## [ v0.49.0] (2024-08-05)
411
512* Add ` logfire.instrument_mysql() ` by @aditkumar72 in https://github.com/pydantic/logfire/pull/341
@@ -235,6 +242,7 @@ First release from new repo!
235242* Ensure ` logfire.testing ` doesn't depend on pydantic and eval_type_backport by @alexmojaki in https://github.com/pydantic/logfire/pull/40
236243* Allow using pydantic plugin with models defined before calling logfire.configure by @alexmojaki in https://github.com/pydantic/logfire/pull/36
237244
245+ [ v0.49.1 ] : https://github.com/pydantic/logfire/compare/v0.49.0...v0.49.1
238246[ v0.49.0 ] : https://github.com/pydantic/logfire/compare/v0.48.1...v0.49.0
239247[ v0.48.1 ] : https://github.com/pydantic/logfire/compare/v0.48.0...v0.48.1
240248[ v0.48.0 ] : https://github.com/pydantic/logfire/compare/v0.47.0...v0.48.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.49.0 "
7+ version = " 0.49.1 "
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.49.0 "
7+ version = " 0.49.1 "
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