diff --git a/.github/workflows/build_sdist_and_wheel.yaml b/.github/workflows/build_sdist_and_wheel.yaml index 4c3cf7039..6b8bd6b5f 100644 --- a/.github/workflows/build_sdist_and_wheel.yaml +++ b/.github/workflows/build_sdist_and_wheel.yaml @@ -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: diff --git a/.github/workflows/get_apm_python_version.yaml b/.github/workflows/get_apm_python_version.yaml index 68b173e80..4a2375974 100644 --- a/.github/workflows/get_apm_python_version.yaml +++ b/.github/workflows/get_apm_python_version.yaml @@ -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: diff --git a/CHANGELOG.md b/CHANGELOG.md index f7c352885..80f7f5358 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 + +### 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 diff --git a/image/requirements-nodeps-beta.txt b/image/requirements-nodeps-beta.txt index 7a54cd7e5..3a3cb41e6 100644 --- a/image/requirements-nodeps-beta.txt +++ b/image/requirements-nodeps-beta.txt @@ -1 +1 @@ -solarwinds_apm==7.0.0.0 +solarwinds_apm==7.1.0.0