Skip to content

Commit ae8b151

Browse files
authored
Release v0.55.0 (#459)
1 parent f8d4c39 commit ae8b151

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

3+
## [v0.55.0] (2024-09-27)
4+
5+
* Replace `pydantic_plugin` in `logfire.configure()` with `logfire.instrument_pydantic()` by @alexmojaki in https://github.com/pydantic/logfire/pull/453
6+
* Keep `METRICS_PREFERRED_TEMPORALITY` private by @alexmojaki in https://github.com/pydantic/logfire/pull/456
7+
* Use `SeededRandomIdGenerator` by default to prevent interference from `random.seed` by @alexmojaki in https://github.com/pydantic/logfire/pull/457
8+
39
## [v0.54.0] (2024-09-26)
410

511
* **Changes in `logfire.configure()`:**
@@ -290,6 +296,7 @@ First release from new repo!
290296
* Ensure `logfire.testing` doesn't depend on pydantic and eval_type_backport by @alexmojaki in https://github.com/pydantic/logfire/pull/40
291297
* Allow using pydantic plugin with models defined before calling logfire.configure by @alexmojaki in https://github.com/pydantic/logfire/pull/36
292298

299+
[v0.55.0]: https://github.com/pydantic/logfire/compare/v0.54.0...v0.55.0
293300
[v0.54.0]: https://github.com/pydantic/logfire/compare/v0.53.0...v0.54.0
294301
[v0.53.0]: https://github.com/pydantic/logfire/compare/v0.52.0...v0.53.0
295302
[v0.52.0]: https://github.com/pydantic/logfire/compare/v0.51.0...v0.52.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 = "0.54.0"
7+
version = "0.55.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 = "0.54.0"
7+
version = "0.55.0"
88
description = "The best Python observability tool! 🪵🔥"
99
authors = [
1010
{ name = "Pydantic Team", email = "[email protected]" },

0 commit comments

Comments
 (0)