Skip to content

Commit 52f9e9b

Browse files
authored
Release v3.7.1 (#911)
1 parent eccec01 commit 52f9e9b

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.7.1] (2025-03-05)
4+
5+
* Handle errors in OpenAI response by @alexmojaki in [#910](https://github.com/pydantic/logfire/pull/910)
6+
* Include domain in message for outgoing HTTP requests: fix for old semconv by @alexmojaki in [#909](https://github.com/pydantic/logfire/pull/909)
7+
38
## [v3.7.0] (2025-03-04)
49

510
* Include domain in message for outgoing requests by @alexmojaki in [#892](https://github.com/pydantic/logfire/pull/892)
@@ -610,3 +615,4 @@ First release from new repo!
610615
[v3.6.3]: https://github.com/pydantic/logfire/compare/v3.6.2...v3.6.3
611616
[v3.6.4]: https://github.com/pydantic/logfire/compare/v3.6.3...v3.6.4
612617
[v3.7.0]: https://github.com/pydantic/logfire/compare/v3.6.4...v3.7.0
618+
[v3.7.1]: https://github.com/pydantic/logfire/compare/v3.7.0...v3.7.1

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.7.0"
7+
version = "3.7.1"
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.7.0"
7+
version = "3.7.1"
88
description = "The best Python observability tool! 🪵🔥"
99
requires-python = ">=3.8"
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)