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 CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased](https://github.com/solarwinds/apm-python/compare/rel-6.1.0...HEAD)

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

### Changed
- Add more exception handling ([#756](https://github.com/solarwinds/apm-python/pull/756), [#757](https://github.com/solarwinds/apm-python/pull/757))
- Upgrade to OTel Python 1.41.0/0.62b0 ([#758](https://github.com/solarwinds/apm-python/pull/758))
- Remove `boto` instrumentation from k8s image ([#759](https://github.com/solarwinds/apm-python/pull/759))
- Upgrade to OTel Python 1.41.1/0.62b1 ([#762](https://github.com/solarwinds/apm-python/pull/762))
- Always use GenAI new semconv if instrumentors support it ([#764](https://github.com/solarwinds/apm-python/pull/764))

## [6.0.0](https://github.com/solarwinds/apm-python/releases/tag/rel-6.0.0) - 2026-03-25

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