From 82f4a4a08aa24dcaadcceeae6460b9f13670a6c4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 17:39:59 +0000 Subject: [PATCH 1/4] Update agent test version to 5.0.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 111dc9172..6a487b942 100644 --- a/solarwinds_apm/version.py +++ b/solarwinds_apm/version.py @@ -1 +1 @@ -__version__ = "4.3.0" +__version__ = "5.0.0.0" From 3950c465ae457e20e172bfac01a7cf67c1ebac33 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 17:40:00 +0000 Subject: [PATCH 2/4] Update beta image's agent version to 5.0.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 155d8665a..1a8580f78 100644 --- a/image/requirements-nodeps-beta.txt +++ b/image/requirements-nodeps-beta.txt @@ -1 +1 @@ -solarwinds_apm==4.3.0.0 +solarwinds_apm==5.0.0.0 From d448b0f552a53b88d0e5058a0c54efb6a8d361b6 Mon Sep 17 00:00:00 2001 From: tammy-baylis-swi Date: Tue, 9 Sep 2025 11:21:33 -0700 Subject: [PATCH 3/4] Changelog --- CHANGELOG.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53e0d6b19..42136504a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,24 @@ 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-4.3.0...HEAD) +## [Unreleased](https://github.com/solarwinds/apm-python/compare/rel-5.0.0...HEAD) + +## [5.0.0.0](https://github.com/solarwinds/apm-python/releases/tag/rel-5.0.0) - 2025-09-09 + +### Added +- Added ruff CI/CD ([#682](https://github.com/solarwinds/apm-python/pull/682), [#685](https://github.com/solarwinds/apm-python/pull/685)) +- Added `resource-detector-containerid` to default detectors ([#691](https://github.com/solarwinds/apm-python/pull/691)) + +### Changed +- Fixed PyPI publishing naming ([#676](https://github.com/solarwinds/apm-python/pull/676)) +- Upgraded CI/CD actions with condition for older Alpine OS ([#679](https://github.com/solarwinds/apm-python/pull/679)) +- Breaking: `solarwinds_propagator` cannot be used with `tracecontext`; `OTEL_PROPAGATOR` configuration requirements changed ([#687](https://github.com/solarwinds/apm-python/pull/687)) +- Breaking: dropped support of `SW_APM_EXPORT_LOGS_ENABLED`, please instead use `OTEL_PYTHON_LOGGING_AUTO_INSTRUMENTATION_ENABLED` ([#688](https://github.com/solarwinds/apm-python/pull/688), [#692](https://github.com/solarwinds/apm-python/pull/692)) + +### Removed +- Breaking: removed warning of already-dropped `integer_response` argument for SDK `solarwinds_ready` ([#689](https://github.com/solarwinds/apm-python/pull/689)) +- Breaking: removed already-no-op legacy span exporter ([#690](https://github.com/solarwinds/apm-python/pull/690)) + ## [4.3.0](https://github.com/solarwinds/apm-python/releases/tag/rel-4.3.0) - 2025-08-07 From c6f5f3e1877e672aa88bf3c753ea5078cabb04b7 Mon Sep 17 00:00:00 2001 From: tammy-baylis-swi Date: Tue, 9 Sep 2025 12:15:18 -0700 Subject: [PATCH 4/4] Fix detector entrypoint --- solarwinds_apm/apm_constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solarwinds_apm/apm_constants.py b/solarwinds_apm/apm_constants.py index ce5ad0166..4883ffb75 100644 --- a/solarwinds_apm/apm_constants.py +++ b/solarwinds_apm/apm_constants.py @@ -29,7 +29,7 @@ "process", "os", "host", - "container", + "containerid", "aws_ec2", "aws_ecs", "aws_eks",