Skip to content

Commit ac2c8cb

Browse files
authored
Release v4.14.2 (#1501)
1 parent a5ffee3 commit ac2c8cb

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+
## [v4.14.2] (2025-10-24)
4+
5+
* Ensure `OTEL_EXPORTER_OTLP_HEADERS` doesn't override logfire token by @alexmojaki in [#1500](https://github.com/pydantic/logfire/pull/1500)
6+
37
## [v4.14.1] (2025-10-22)
48

59
* Skip recording exceptions on `NonRecordingSpan` by @alexmojaki in [#1497](https://github.com/pydantic/logfire/pull/1497)
@@ -961,3 +965,4 @@ First release from new repo!
961965
[v4.13.2]: https://github.com/pydantic/logfire/compare/v4.13.1...v4.13.2
962966
[v4.14.0]: https://github.com/pydantic/logfire/compare/v4.13.2...v4.14.0
963967
[v4.14.1]: https://github.com/pydantic/logfire/compare/v4.14.0...v4.14.1
968+
[v4.14.2]: https://github.com/pydantic/logfire/compare/v4.14.1...v4.14.2

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.14.1"
7+
version = "4.14.2"
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.14.1"
7+
version = "4.14.2"
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)