From 0a880bbf002f5b5a47e6415a26842d26e8fd0a05 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 22:40:40 +0000 Subject: [PATCH 1/3] Update agent test version to 5.1.0.0 --- solarwinds_apm/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solarwinds_apm/version.py b/solarwinds_apm/version.py index ba7be38e4..739ad0a7d 100644 --- a/solarwinds_apm/version.py +++ b/solarwinds_apm/version.py @@ -1 +1 @@ -__version__ = "5.0.0" +__version__ = "5.1.0.0" From 7a8338b8a9834e9b76bbc0255ba69a5e77e755e7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 22:40:41 +0000 Subject: [PATCH 2/3] Update beta image's agent version to 5.1.0.0 --- image/requirements-nodeps-beta.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/requirements-nodeps-beta.txt b/image/requirements-nodeps-beta.txt index 1a8580f78..0115098da 100644 --- a/image/requirements-nodeps-beta.txt +++ b/image/requirements-nodeps-beta.txt @@ -1 +1 @@ -solarwinds_apm==5.0.0.0 +solarwinds_apm==5.1.0.0 From 5feaf637fbc14a8d680ce5375eb5db8bccfb6df2 Mon Sep 17 00:00:00 2001 From: tammy-baylis-swi Date: Mon, 20 Oct 2025 15:42:57 -0700 Subject: [PATCH 3/3] Changelog --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 347d4288e..ff366da7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased](https://github.com/solarwinds/apm-python/compare/rel-5.0.0...HEAD) +## [Unreleased](https://github.com/solarwinds/apm-python/compare/rel-5.1.0...HEAD) + +## [5.1.0.0](https://github.com/solarwinds/apm-python/releases/tag/rel-5.1.0) - 2025-10-20 + +### Changed +- Upgraded to OTel Python 1.37.0/0.58b0 ([#699](https://github.com/solarwinds/apm-python/pull/699)) +- Updated style for pylint 4.0 ([#703](https://github.com/solarwinds/apm-python/pull/703)) +- Fixed APM metrics attributes calculation ([#704](https://github.com/solarwinds/apm-python/pull/704)) +- Upgraded to OTel Python 1.38.0/0.59b0 ([#705](https://github.com/solarwinds/apm-python/pull/705)) ## [5.0.0](https://github.com/solarwinds/apm-python/releases/tag/rel-5.0.0) - 2025-09-10