Skip to content

Commit c753af5

Browse files
authored
Release 0.49.0 (#356)
1 parent bae6db6 commit c753af5

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

3+
## [v0.49.0] (2024-08-05)
4+
5+
* Add `logfire.instrument_mysql()` by @aditkumar72 in https://github.com/pydantic/logfire/pull/341
6+
* Set OTEL status description when logging exceptions by @alexmojaki in https://github.com/pydantic/logfire/pull/348
7+
* Switch UpDownCounters to cumulative aggregation temporality by @alexmojaki in https://github.com/pydantic/logfire/pull/347
8+
* Log more info about internal errors by @alexmojaki in https://github.com/pydantic/logfire/pull/346
9+
310
## [v0.48.1] (2024-07-29)
411

512
* Handle newer opentelemetry versions by @alexmojaki in https://github.com/pydantic/logfire/pull/337
@@ -228,6 +235,7 @@ First release from new repo!
228235
* Ensure `logfire.testing` doesn't depend on pydantic and eval_type_backport by @alexmojaki in https://github.com/pydantic/logfire/pull/40
229236
* Allow using pydantic plugin with models defined before calling logfire.configure by @alexmojaki in https://github.com/pydantic/logfire/pull/36
230237

238+
[v0.49.0]: https://github.com/pydantic/logfire/compare/v0.48.1...v0.49.0
231239
[v0.48.1]: https://github.com/pydantic/logfire/compare/v0.48.0...v0.48.1
232240
[v0.48.0]: https://github.com/pydantic/logfire/compare/v0.47.0...v0.48.0
233241
[v0.47.0]: https://github.com/pydantic/logfire/compare/v0.46.1...v0.47.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.48.1"
7+
version = "0.49.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.48.1"
7+
version = "0.49.0"
88
description = "The best Python observability tool! 🪵🔥"
99
authors = [
1010
{ name = "Pydantic Team", email = "[email protected]" },

0 commit comments

Comments
 (0)