From f692d9499676179c6a8dd61f807f5a5f97958114 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 19:25:23 +0000 Subject: [PATCH 1/3] Update agent test version to 5.2.1.0 --- solarwinds_apm/version.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/solarwinds_apm/version.py b/solarwinds_apm/version.py index 0047ca21c..f186a424b 100644 --- a/solarwinds_apm/version.py +++ b/solarwinds_apm/version.py @@ -1,3 +1 @@ -"""SolarWinds APM version information.""" - -__version__ = "5.2.0" +__version__ = "5.2.1.0" From 31fcce790a6846c8daab771926e241dd3859e644 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 19:25:24 +0000 Subject: [PATCH 2/3] Update beta image's agent version to 5.2.1.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 899a75ca7..b5deb9b09 100644 --- a/image/requirements-nodeps-beta.txt +++ b/image/requirements-nodeps-beta.txt @@ -1 +1 @@ -solarwinds_apm==5.2.0.0 +solarwinds_apm==5.2.1.0 From 38195f6212f57cc3fac47a1036b45a0afe5756eb Mon Sep 17 00:00:00 2001 From: tammy-baylis-swi Date: Mon, 15 Dec 2025 11:34:06 -0800 Subject: [PATCH 3/3] Changelog --- CHANGELOG.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f3c008c8..2039b62bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,17 @@ 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.2.0...HEAD) +## [Unreleased](https://github.com/solarwinds/apm-python/compare/rel-5.2.1...HEAD) + +## [5.2.1.0](https://github.com/solarwinds/apm-python/releases/tag/rel-5.2.1) - 2025-12-15 + +### Added +- Added Copilot instructions ([#723](https://github.com/solarwinds/apm-python/pull/723)) + +### Changed +- Fix type hints, docstrings ([#724](https://github.com/solarwinds/apm-python/pull/724), [#725](https://github.com/solarwinds/apm-python/pull/725), [#726](https://github.com/solarwinds/apm-python/pull/726), [#727](https://github.com/solarwinds/apm-python/pull/727), [#728](https://github.com/solarwinds/apm-python/pull/728), [#729](https://github.com/solarwinds/apm-python/pull/729), [#730](https://github.com/solarwinds/apm-python/pull/730), [#731](https://github.com/solarwinds/apm-python/pull/731)) +- Upgraded to OTel Python 1.39.1/0.60b1 ([#732](https://github.com/solarwinds/apm-python/pull/732)) +- Fix tests, remove unused param ([#733](https://github.com/solarwinds/apm-python/pull/733)) ## [5.2.0](https://github.com/solarwinds/apm-python/releases/tag/rel-5.2.0) - 2025-12-09 @@ -12,7 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed thread safety of token bucket ([#712](https://github.com/solarwinds/apm-python/pull/712)) - Updated distro to always opt into `database` new semconv if supported by instrumentation ([#713](https://github.com/solarwinds/apm-python/pull/713)) - Updated workflows for PyPI trusted publishing ([#719](https://github.com/solarwinds/apm-python/pull/719)) -- Upgraded to OTel Python 1.39.0/0.60b ([#720](https://github.com/solarwinds/apm-python/pull/720)) +- Upgraded to OTel Python 1.39.0/0.60b0 ([#720](https://github.com/solarwinds/apm-python/pull/720)) ## [5.1.0](https://github.com/solarwinds/apm-python/releases/tag/rel-5.1.0) - 2025-10-21