Skip to content

Commit 51fb7b1

Browse files
authored
Release v3.5.3 (#843)
1 parent 5303947 commit 51fb7b1

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

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

3+
## [v3.5.3] (2025-02-05)
4+
5+
* Fixes for capturing httpx bodies by @alexmojaki in [#842](https://github.com/pydantic/logfire/pull/842)
6+
37
## [v3.5.2] (2025-02-05)
48

59
* Support OpenTelemetry 1.30.0 by @alexmojaki in [#839](https://github.com/pydantic/logfire/pull/839)
@@ -565,3 +569,4 @@ First release from new repo!
565569
[v3.5.0]: https://github.com/pydantic/logfire/compare/v3.4.0...v3.5.0
566570
[v3.5.1]: https://github.com/pydantic/logfire/compare/v3.5.0...v3.5.1
567571
[v3.5.2]: https://github.com/pydantic/logfire/compare/v3.5.1...v3.5.2
572+
[v3.5.3]: https://github.com/pydantic/logfire/compare/v3.5.2...v3.5.3

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.5.2"
7+
version = "3.5.3"
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.5.2"
7+
version = "3.5.3"
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)