Skip to content

Commit dc49887

Browse files
authored
Release v3.20.0 (#1146)
1 parent 55cf2aa commit dc49887

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+
## [v3.20.0] (2025-06-16)
4+
5+
* Add baggage utilities by @dmontagu in [#1128](https://github.com/pydantic/logfire/pull/1128)
6+
* Handle NonRecordingSpans correctly in OpenAI instrumentation by @alexmojaki in [#1145](https://github.com/pydantic/logfire/pull/1145)
7+
38
## [v3.19.0] (2025-06-12)
49

510
* `logfire.instrument_aiohttp_server()` by @adtyavrdhn in [#1131](https://github.com/pydantic/logfire/pull/1131)
@@ -736,3 +741,4 @@ First release from new repo!
736741
[v3.17.0]: https://github.com/pydantic/logfire/compare/v3.16.2...v3.17.0
737742
[v3.18.0]: https://github.com/pydantic/logfire/compare/v3.17.0...v3.18.0
738743
[v3.19.0]: https://github.com/pydantic/logfire/compare/v3.18.0...v3.19.0
744+
[v3.20.0]: https://github.com/pydantic/logfire/compare/v3.19.0...v3.20.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 = "3.19.0"
7+
version = "3.20.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.19.0"
7+
version = "3.20.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)