Skip to content

Commit

Permalink
Merge pull request #426 from solarwinds/NH-89887-testrelease-3_0_0_x
Browse files Browse the repository at this point in the history
NH-89887 Testrelease 3.0.0.0
  • Loading branch information
tammy-baylis-swi authored Sep 4, 2024
2 parents 375d5dd + 0753a3f commit aa10bc5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,20 @@ 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-2.2.0...HEAD)
## [Unreleased](https://github.com/solarwinds/apm-python/compare/rel-3.0.0...HEAD)

## [3.0.0.0](https://github.com/solarwinds/apm-python/releases/tag/rel-3.0.0) - 2024-09-04

### Added
- Added Python 3.12 support ([#422](https://github.com/solarwinds/apm-python/pull/422))
- Added ReversingLabs scan before publishes ([#420](https://github.com/solarwinds/apm-python/pull/420))

### Changed
- Upgraded OpenTelemetry API/SDK and instrumentation 1.27.0/0.48b0 ([#422](https://github.com/solarwinds/apm-python/pull/422))
- Skip logs_headers setdefault in lambda ([#425](https://github.com/solarwinds/apm-python/pull/425))

### Reverted
- Reverted distro doing setdefault to disable AwsLambdaInstrumentor if outside Lambda, because of update in Otel 1.27.0/0.48b0 ([#422](https://github.com/solarwinds/apm-python/pull/422))

## [2.2.0](https://github.com/solarwinds/apm-python/releases/tag/rel-2.2.0) - 2024-08-12

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__ = "2.2.1.7"
__version__ = "3.0.0.0"

0 comments on commit aa10bc5

Please sign in to comment.