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
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@ 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-6.1.0...HEAD)
## [Unreleased](https://github.com/solarwinds/apm-python/compare/rel-6.1.1...HEAD)

## [6.1.1.0](https://github.com/solarwinds/apm-python/releases/tag/rel-6.1.1) - 2026-05-28
Comment thread
tammy-baylis-swi marked this conversation as resolved.

### Changed
- Updated test coverage for traceflags 02,03 ([#766](https://github.com/solarwinds/apm-python/pull/766), [#767](https://github.com/solarwinds/apm-python/pull/767))
- Added requests version constraint for image builds ([#768](https://github.com/solarwinds/apm-python/pull/768))
- Updated AWS Lambda wrapper to accept existing `_HANDLER` ([#770](https://github.com/solarwinds/apm-python/pull/770))
Comment thread
tammy-baylis-swi marked this conversation as resolved.

## [6.1.0](https://github.com/solarwinds/apm-python/releases/tag/rel-6.1.0) - 2026-05-01

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==6.1.0.0
solarwinds_apm==6.1.1.0
1 change: 0 additions & 1 deletion image/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ opentelemetry-sdk==1.41.1
opentelemetry-instrumentation==0.62b1

urllib3 < 2.7.0
requests >= 2.33.0, < 3.0
# We don't use the otlp_proto_grpc option since gRPC is not appropriate for
# injected auto-instrumentation, where it has a strict dependency on the OS / Python version the artifact is built for.
opentelemetry-exporter-otlp-proto-http==1.41.1
Expand Down
2 changes: 1 addition & 1 deletion solarwinds_apm/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "6.2.0.0"
__version__ = "6.1.1.0"
Comment thread
tammy-baylis-swi marked this conversation as resolved.
Loading