Skip to content

Commit cba4840

Browse files
Merge pull request #695 from solarwinds/testrelease/rel-5.0.0.0
solarwinds-apm 5.0.0.0
2 parents dbe2e5f + c6f5f3e commit cba4840

4 files changed

Lines changed: 21 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,24 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased](https://github.com/solarwinds/apm-python/compare/rel-4.3.0...HEAD)
7+
## [Unreleased](https://github.com/solarwinds/apm-python/compare/rel-5.0.0...HEAD)
8+
9+
## [5.0.0.0](https://github.com/solarwinds/apm-python/releases/tag/rel-5.0.0) - 2025-09-09
10+
11+
### Added
12+
- Added ruff CI/CD ([#682](https://github.com/solarwinds/apm-python/pull/682), [#685](https://github.com/solarwinds/apm-python/pull/685))
13+
- Added `resource-detector-containerid` to default detectors ([#691](https://github.com/solarwinds/apm-python/pull/691))
14+
15+
### Changed
16+
- Fixed PyPI publishing naming ([#676](https://github.com/solarwinds/apm-python/pull/676))
17+
- Upgraded CI/CD actions with condition for older Alpine OS ([#679](https://github.com/solarwinds/apm-python/pull/679))
18+
- Breaking: `solarwinds_propagator` cannot be used with `tracecontext`; `OTEL_PROPAGATOR` configuration requirements changed ([#687](https://github.com/solarwinds/apm-python/pull/687))
19+
- 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))
20+
21+
### Removed
22+
- Breaking: removed warning of already-dropped `integer_response` argument for SDK `solarwinds_ready` ([#689](https://github.com/solarwinds/apm-python/pull/689))
23+
- Breaking: removed already-no-op legacy span exporter ([#690](https://github.com/solarwinds/apm-python/pull/690))
24+
825

926
## [4.3.0](https://github.com/solarwinds/apm-python/releases/tag/rel-4.3.0) - 2025-08-07
1027

image/requirements-nodeps-beta.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
solarwinds_apm==4.3.0.0
1+
solarwinds_apm==5.0.0.0

solarwinds_apm/apm_constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"process",
3030
"os",
3131
"host",
32-
"container",
32+
"containerid",
3333
"aws_ec2",
3434
"aws_ecs",
3535
"aws_eks",

solarwinds_apm/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.3.0"
1+
__version__ = "5.0.0.0"

0 commit comments

Comments
 (0)