Skip to content
Merged
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
3 changes: 2 additions & 1 deletion .github/workflows/build_sdist_and_wheel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ on:
description: 'Name of zip archive of sdist and wheels'
value: ${{ jobs.build_sdist_and_wheel.outputs.artifact-name }}

permissions: read-all
permissions:
contents: read

jobs:
build_sdist_and_wheel:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/get_apm_python_version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ on:
description: 'APM Python version, e.g. 2.1.0'
value: ${{ jobs.get_apm_python_version.outputs.SW_APM_VERSION }}

permissions: read-all
permissions:
contents: read

jobs:
get_apm_python_version:
Expand Down
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,21 @@ 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.0.0...HEAD)
## [Unreleased](https://github.com/solarwinds/apm-python/compare/rel-7.1.0...HEAD)

## [7.1.0.0](https://github.com/solarwinds/apm-python/releases/tag/rel-7.1.0) - 2026-07-17
Comment thread
tammy-baylis-swi marked this conversation as resolved.

### Added
- Add security agent ([#793](https://github.com/solarwinds/apm-python/pull/793))
- Add service_instance resource detector default ([#816](https://github.com/solarwinds/apm-python/pull/816))

### Changed
- Pin action workflow SHAs ([#795](https://github.com/solarwinds/apm-python/pull/795), [#799](https://github.com/solarwinds/apm-python/pull/799))
- Upgraded to OTel 1.43.0/0.64b0 ([#798](https://github.com/solarwinds/apm-python/pull/798))
- Fix duplicate Resource creation ([#807](https://github.com/solarwinds/apm-python/pull/807))
- Update debug logging ([#817](https://github.com/solarwinds/apm-python/pull/817))
- Fix response time metrics status code attribute ([#818](https://github.com/solarwinds/apm-python/pull/818))
- Fix dependabot updater ([#791](https://github.com/solarwinds/apm-python/pull/791))

## [7.0.0](https://github.com/solarwinds/apm-python/releases/tag/rel-7.0.0) - 2026-06-11

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.0.0.0
solarwinds_apm==7.1.0.0
Loading