Skip to content

Commit c50a1c8

Browse files
authored
Release v4.32.1 (#1864)
1 parent 1cce8df commit c50a1c8

5 files changed

Lines changed: 14 additions & 8 deletions

File tree

CHANGELOG.md

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

3+
## [v4.32.1] (2026-04-15)
4+
5+
* Support OpenTelemetry SDK 1.40.0 by @alexmojaki in [#1861](https://github.com/pydantic/logfire/pull/1861)
6+
* Do row→column transformation client-side in query client by @adriangb in [#1862](https://github.com/pydantic/logfire/pull/1862)
7+
* Mark various genai attributes as safe from scrubbing by @alexmojaki in [#1863](https://github.com/pydantic/logfire/pull/1863)
8+
39
## [v4.32.0] (2026-04-10)
410

511
* Add `push_dataset` helpers to the experimental API client by @dmontagu in [#1848](https://github.com/pydantic/logfire/pull/1848)
@@ -1110,3 +1116,4 @@ First release from new repo!
11101116
[v4.31.1]: https://github.com/pydantic/logfire/compare/v4.31.0...v4.31.1
11111117
[v4.31.2]: https://github.com/pydantic/logfire/compare/v4.31.1...v4.31.2
11121118
[v4.32.0]: https://github.com/pydantic/logfire/compare/v4.31.2...v4.32.0
1119+
[v4.32.1]: https://github.com/pydantic/logfire/compare/v4.32.0...v4.32.1

logfire-api/logfire_api/experimental/query_client.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ class _BaseLogfireQueryClient(Generic[T]):
4848
timeout: Incomplete
4949
client: T
5050
def __init__(self, base_url: str, read_token: str, timeout: Timeout, client: type[T], **client_kwargs: Any) -> None: ...
51-
def build_query_params(self, sql: str, min_timestamp: datetime | None = None, max_timestamp: datetime | None = None, limit: int | None = None, row_oriented: bool = False) -> dict[str, str]: ...
5251
def handle_response_errors(self, response: Response) -> None: ...
5352

5453
class LogfireQueryClient(_BaseLogfireQueryClient[Client]):

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.32.0"
7+
version = "4.32.1"
88
description = "Shim for the Logfire SDK which does nothing unless Logfire is installed"
99
authors = [
1010
{ name = "Pydantic Team", email = "engineering@pydantic.dev" },

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

uv.lock

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

0 commit comments

Comments
 (0)