Skip to content

Commit 68ba6f3

Browse files
authored
Release v4.14.1 (#1498)
1 parent ec07fa7 commit 68ba6f3

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.1] (2025-10-22)
4+
5+
* Skip recording exceptions on `NonRecordingSpan` by @alexmojaki in [#1497](https://github.com/pydantic/logfire/pull/1497)
6+
37
## [v4.14.0] (2025-10-21)
48

59
* Support OpenTelemetry 1.38, fix `instrument_google_genai` and `instrument_langchain` by @alexmojaki in [#1495](https://github.com/pydantic/logfire/pull/1495)
@@ -956,3 +960,4 @@ First release from new repo!
956960
[v4.13.1]: https://github.com/pydantic/logfire/compare/v4.13.0...v4.13.1
957961
[v4.13.2]: https://github.com/pydantic/logfire/compare/v4.13.1...v4.13.2
958962
[v4.14.0]: https://github.com/pydantic/logfire/compare/v4.13.2...v4.14.0
963+
[v4.14.1]: https://github.com/pydantic/logfire/compare/v4.14.0...v4.14.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 = "4.14.0"
7+
version = "4.14.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.14.0"
7+
version = "4.14.1"
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)