diff --git a/CHANGELOG.md b/CHANGELOG.md index be7bac7d2..1c4578ab3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Release Notes +## [v2.7.0] (2024-12-11) + +* Add `logfire.instrument_aws_lambda` by @Kludex in [#657](https://github.com/pydantic/logfire/pull/657) + ## [v2.6.2] (2024-12-05) * Update the `process.pid` resource attribute after `os.fork()` by @alexmojaki in [#647](https://github.com/pydantic/logfire/pull/647) @@ -462,3 +466,4 @@ First release from new repo! [v2.6.0]: https://github.com/pydantic/logfire/compare/v2.5.0...v2.6.0 [v2.6.1]: https://github.com/pydantic/logfire/compare/v2.6.0...v2.6.1 [v2.6.2]: https://github.com/pydantic/logfire/compare/v2.6.1...v2.6.2 +[v2.7.0]: https://github.com/pydantic/logfire/compare/v2.6.2...v2.7.0 diff --git a/logfire-api/pyproject.toml b/logfire-api/pyproject.toml index 21c67f429..404d39b7e 100644 --- a/logfire-api/pyproject.toml +++ b/logfire-api/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "logfire-api" -version = "2.6.2" +version = "2.7.0" description = "Shim for the Logfire SDK which does nothing unless Logfire is installed" authors = [ { name = "Pydantic Team", email = "engineering@pydantic.dev" }, diff --git a/pyproject.toml b/pyproject.toml index 57b75f9b8..d6c5bff21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "logfire" -version = "2.6.2" +version = "2.7.0" description = "The best Python observability tool! 🪵🔥" requires-python = ">=3.8" authors = [ diff --git a/uv.lock b/uv.lock index 426a872a3..777ae01ce 100644 --- a/uv.lock +++ b/uv.lock @@ -436,7 +436,7 @@ name = "cffi" version = "1.17.1" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "pycparser" }, + { name = "pycparser", marker = "platform_python_implementation != 'PyPy'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/fc/97/c783634659c2920c3fc70419e3af40972dbaf758daa229a7d6ea6135c90d/cffi-1.17.1.tar.gz", hash = "sha256:1c39c6016c32bc48dd54561950ebd6836e1670f2ae46128f67cf49e789c52824", size = 516621 } wheels = [ @@ -1388,7 +1388,7 @@ wheels = [ [[package]] name = "logfire" -version = "2.6.2" +version = "2.7.0" source = { editable = "." } dependencies = [ { name = "executing" }, @@ -1663,7 +1663,7 @@ docs = [ [[package]] name = "logfire-api" -version = "2.6.2" +version = "2.7.0" source = { editable = "logfire-api" } [package.metadata]