Skip to content

Commit 0128e36

Browse files
authored
Release v4.12.0 (#1474)
1 parent 1f8a3f0 commit 0128e36

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
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+
## [v4.12.0] (2025-10-08)
4+
5+
* Record response when streaming OpenAI Responses API by @stevenh in [#1457](https://github.com/pydantic/logfire/pull/1457)
6+
* Record `operation.cost` span attribute on OpenAI spans by @alexmojaki in [#1468](https://github.com/pydantic/logfire/pull/1468)
7+
38
## [v4.11.0] (2025-10-03)
49

510
* Add experimental `exception_callback` configuration by @alexmojaki in [#1355](https://github.com/pydantic/logfire/pull/1355)
@@ -928,3 +933,4 @@ First release from new repo!
928933
[v4.9.0]: https://github.com/pydantic/logfire/compare/v4.8.0...v4.9.0
929934
[v4.10.0]: https://github.com/pydantic/logfire/compare/v4.9.0...v4.10.0
930935
[v4.11.0]: https://github.com/pydantic/logfire/compare/v4.10.0...v4.11.0
936+
[v4.12.0]: https://github.com/pydantic/logfire/compare/v4.11.0...v4.12.0

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 = "4.11.0"
7+
version = "4.12.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 = "4.11.0"
7+
version = "4.12.0"
88
description = "The best Python observability tool! 🪵🔥"
99
requires-python = ">=3.9"
1010
authors = [

uv.lock

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

0 commit comments

Comments
 (0)