Skip to content

Commit 9eb4e26

Browse files
authored
Release v3.13.0 (#990)
1 parent f864e02 commit 9eb4e26

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release Notes
22

3+
## [v3.13.0] (2025-04-10)
4+
5+
* Emit logs sent from MCP server to client by @alexmojaki in [#974](https://github.com/pydantic/logfire/pull/974)
6+
* Return `None` from `logfire_api.LogfireSpan.context` when `logfire` could not be imported by @DouweM in [#983](https://github.com/pydantic/logfire/pull/983)
7+
38
## [v3.12.0] (2025-03-31)
49

510
* Add `logfire.instrument_mcp()` method by @alexmojaki in [#966](https://github.com/pydantic/logfire/pull/966)
@@ -657,3 +662,4 @@ First release from new repo!
657662
[v3.10.0]: https://github.com/pydantic/logfire/compare/v3.9.1...v3.10.0
658663
[v3.11.0]: https://github.com/pydantic/logfire/compare/v3.10.0...v3.11.0
659664
[v3.12.0]: https://github.com/pydantic/logfire/compare/v3.11.0...v3.12.0
665+
[v3.13.0]: https://github.com/pydantic/logfire/compare/v3.12.0...v3.13.0
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
from logfire import Logfire as Logfire
1+
from logfire import LevelName as LevelName, Logfire as Logfire
2+
from logfire._internal.utils import handle_internal_errors as handle_internal_errors
23

34
def instrument_mcp(logfire_instance: Logfire): ...

logfire-api/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "logfire-api"
7-
version = "3.12.0"
7+
version = "3.13.0"
88
description = "Shim for the Logfire SDK which does nothing unless Logfire is installed"
99
authors = [
1010
{ name = "Pydantic Team", email = "[email protected]" },

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "logfire"
7-
version = "3.12.0"
7+
version = "3.13.0"
88
description = "The best Python observability tool! 🪵🔥"
99
requires-python = ">=3.8"
1010
authors = [

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)