From a72d5c7df1e8bda449b049e5a2bf2fa6df0f87c3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 14:09:19 +0000 Subject: [PATCH 1/3] Update agent version to 6.1.1 --- 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 647f98430..7f8a859da 100644 --- a/solarwinds_apm/version.py +++ b/solarwinds_apm/version.py @@ -1 +1 @@ -__version__ = "6.1.1.0" +__version__ = "6.1.1" From 6fe065a99ec4780b43e45746025637cd047a6281 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 14:09:20 +0000 Subject: [PATCH 2/3] Update image's agent version to 6.1.1 --- image/requirements-nodeps.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/requirements-nodeps.txt b/image/requirements-nodeps.txt index 089c69743..27242b039 100644 --- a/image/requirements-nodeps.txt +++ b/image/requirements-nodeps.txt @@ -1 +1 @@ -solarwinds_apm==6.1.0 +solarwinds_apm==6.1.1 From da55b09bafecdaf4855debba7283481ac3179ebd Mon Sep 17 00:00:00 2001 From: tammy-baylis-swi Date: Thu, 28 May 2026 07:10:36 -0700 Subject: [PATCH 3/3] Changelog fix --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05ca3c982..e908208c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased](https://github.com/solarwinds/apm-python/compare/rel-6.1.1...HEAD) -## [6.1.1.0](https://github.com/solarwinds/apm-python/releases/tag/rel-6.1.1) - 2026-05-28 +## [6.1.1](https://github.com/solarwinds/apm-python/releases/tag/rel-6.1.1) - 2026-05-28 ### Changed - Updated test coverage for traceflags 02,03 ([#766](https://github.com/solarwinds/apm-python/pull/766), [#767](https://github.com/solarwinds/apm-python/pull/767)) -- Added requests version constraint for image builds ([#768](https://github.com/solarwinds/apm-python/pull/768)) - Updated AWS Lambda wrapper to accept existing `_HANDLER` ([#770](https://github.com/solarwinds/apm-python/pull/770)) ## [6.1.0](https://github.com/solarwinds/apm-python/releases/tag/rel-6.1.0) - 2026-05-01