Skip to content

Commit 8bea105

Browse files
authored
Release v3.6.1 (#874)
1 parent beb1696 commit 8bea105

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+
## [v3.6.1] (2025-02-19)
4+
5+
* avoid `BatchLogRecordProcessor` use on pyodide/emscripten by @samuelcolvin in [#873](https://github.com/pydantic/logfire/pull/873)
6+
37
## [v3.6.0] (2025-02-18)
48

59
* Set log level to warning instead of error for 4xx HTTPExceptions from FastAPI/Starlette by @alexmojaki in [#858](https://github.com/pydantic/logfire/pull/858)
@@ -581,3 +585,4 @@ First release from new repo!
581585
[v3.5.2]: https://github.com/pydantic/logfire/compare/v3.5.1...v3.5.2
582586
[v3.5.3]: https://github.com/pydantic/logfire/compare/v3.5.2...v3.5.3
583587
[v3.6.0]: https://github.com/pydantic/logfire/compare/v3.5.3...v3.6.0
588+
[v3.6.1]: https://github.com/pydantic/logfire/compare/v3.6.0...v3.6.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 = "3.6.0"
7+
version = "3.6.1"
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.6.0"
7+
version = "3.6.1"
88
description = "The best Python observability tool! 🪵🔥"
99
requires-python = ">=3.8"
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)