Skip to content

Commit

Permalink
Merge pull request #208 from solarwindscloud/NH-65932-testrelease-0_1…
Browse files Browse the repository at this point in the history
…8_0_x

NH-65932 Testrelease 0.18.0.X
  • Loading branch information
tammy-baylis-swi authored Oct 30, 2023
2 parents aafcd20 + 12a6b2f commit 69ad14c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +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/solarwindscloud/solarwinds-apm-python/compare/rel-0.17.0...HEAD)
## [Unreleased](https://github.com/solarwindscloud/solarwinds-apm-python/compare/rel-0.18.0...HEAD)

## [0.18.0.16](https://github.com/solarwindscloud/solarwinds-apm-python/releases/tag/rel-0.18.0) - 2023-10-30

### Added
- Add experimental configuration of OpenTelemetry metrics ([#200](https://github.com/solarwindscloud/solarwinds-apm-python/pull/200))
- Add generation and OTLP export of `trace.service.response_time` metrics ([#201](https://github.com/solarwindscloud/solarwinds-apm-python/pull/201))
- Add support for `SW_APM_TRANSACTION_NAME` ([#206](https://github.com/solarwindscloud/solarwinds-apm-python/pull/206))

### Changed
- Fixed test dependency for support of Flask < 3 ([#202](https://github.com/solarwindscloud/solarwinds-apm-python/pull/202))
- Fixed EC2 runner publish actions ([#203](https://github.com/solarwindscloud/solarwinds-apm-python/pull/203))
- Updated install test coverage for Debian 11 ([#204](https://github.com/solarwindscloud/solarwinds-apm-python/pull/204))
- Updated Codeowners ([#205](https://github.com/solarwindscloud/solarwinds-apm-python/pull/205))

## [0.17.0](https://github.com/solarwindscloud/solarwinds-apm-python/releases/tag/rel-0.17.0) - 2023-09-20

### Changed
Expand Down
2 changes: 1 addition & 1 deletion solarwinds_apm/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

"""Version of SolarWinds Custom-Distro for OpenTelemetry agents"""
__version__ = "0.18.0.6"
__version__ = "0.18.0.16"

0 comments on commit 69ad14c

Please sign in to comment.