Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,22 @@ 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-7.1.0...HEAD)
## [Unreleased](https://github.com/solarwinds/apm-python/compare/rel-7.2.0...HEAD)

## [7.2.0.0](https://github.com/solarwinds/apm-python/releases/tag/rel-7.2.0) - 2026-08-31
Comment thread
tammy-baylis-swi marked this conversation as resolved.

### Added
- Added `set_transaction_name` integration tests ([#832](https://github.com/solarwinds/apm-python/pull/832))

### Changed
- Upgraded to OTel 1.44.0/0.65b0 ([#825](https://github.com/solarwinds/apm-python/pull/825))
- Updated transaction name pool management with added ServiceEntrySpanProcessor `_on_ending` ([#833](https://github.com/solarwinds/apm-python/pull/833))
- Removed dead code former helper `calculate_otlp_transaction_name` ([#847](https://github.com/solarwinds/apm-python/pull/847))
- Fixed Python version test support and documentation ([#848](https://github.com/solarwinds/apm-python/pull/848))
- Linted all tests and scripts ([#849](https://github.com/solarwinds/apm-python/pull/849))

### Breaking changes
- Removed deprecated Events API/SDK and community `opentelemetry-instrumentation-elasticsearch` (use native instrumentation instead) with OTel 1.44.0/0.65b0 ([#825](https://github.com/solarwinds/apm-python/pull/825))

## [7.1.0](https://github.com/solarwinds/apm-python/releases/tag/rel-7.1.0) - 2026-07-21

Expand Down
2 changes: 1 addition & 1 deletion image/requirements-nodeps-beta.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
solarwinds_apm==7.1.0.0
solarwinds_apm==7.2.0.0
2 changes: 1 addition & 1 deletion solarwinds_apm/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "7.1.0"
__version__ = "7.2.0.0"
Loading