Skip to content

Commit 74c24d0

Browse files
authored
Release v3.15.0 (#1061)
1 parent f0ce29f commit 74c24d0

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

CHANGELOG.md

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

3+
## [v3.15.0] (2025-05-08)
4+
5+
* Remove attributes from `http.server.active_requests` metric to prevent emitting too many by @alexmojaki in [#1060](https://github.com/pydantic/logfire/pull/1060)
6+
* This is technically a breaking change as it means less data is sent to Logfire, but most users don't use it and some will save a significant amount of money.
7+
38
## [v3.14.1] (2025-04-24)
49

510
* Handle changes in `openai` and `anthropic` by @alexmojaki in [#1030](https://github.com/pydantic/logfire/pull/1030)
@@ -680,3 +685,4 @@ First release from new repo!
680685
[v3.13.1]: https://github.com/pydantic/logfire/compare/v3.13.0...v3.13.1
681686
[v3.14.0]: https://github.com/pydantic/logfire/compare/v3.13.1...v3.14.0
682687
[v3.14.1]: https://github.com/pydantic/logfire/compare/v3.14.0...v3.14.1
688+
[v3.15.0]: https://github.com/pydantic/logfire/compare/v3.14.1...v3.15.0

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

uv.lock

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

0 commit comments

Comments
 (0)