Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

## [v4.14.1] (2025-10-22)

* Skip recording exceptions on `NonRecordingSpan` by @alexmojaki in [#1497](https://github.com/pydantic/logfire/pull/1497)

## [v4.14.0] (2025-10-21)

* Support OpenTelemetry 1.38, fix `instrument_google_genai` and `instrument_langchain` by @alexmojaki in [#1495](https://github.com/pydantic/logfire/pull/1495)
Expand Down Expand Up @@ -956,3 +960,4 @@ First release from new repo!
[v4.13.1]: https://github.com/pydantic/logfire/compare/v4.13.0...v4.13.1
[v4.13.2]: https://github.com/pydantic/logfire/compare/v4.13.1...v4.13.2
[v4.14.0]: https://github.com/pydantic/logfire/compare/v4.13.2...v4.14.0
[v4.14.1]: https://github.com/pydantic/logfire/compare/v4.14.0...v4.14.1
2 changes: 1 addition & 1 deletion logfire-api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "logfire-api"
version = "4.14.0"
version = "4.14.1"
description = "Shim for the Logfire SDK which does nothing unless Logfire is installed"
authors = [
{ name = "Pydantic Team", email = "engineering@pydantic.dev" },
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "logfire"
version = "4.14.0"
version = "4.14.1"
description = "The best Python observability tool! 🪵🔥"
requires-python = ">=3.9"
authors = [
Expand Down
4 changes: 2 additions & 2 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading