Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lambda-release #161

Merged
merged 1 commit into from
Sep 18, 2024
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
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,31 @@ For the latest release info, see here:

Dates in this file are in the format MM/DD/YYYY.

## solarwinds_apm 6.1.0 (09/18/2024)

This release includes the following features:

* NH-85975: update lambda layer log
* Lambda response mag
* NH-86570: add swomarginalia support to rails 7~7.1 regard to format
* Lambda build with checkout
* Loosen token validation
* NH-88760: add markdown lint and link
* NH-65373: add SW_APM_TRANSACTION_NAME to configuration.md
* Reference upstream docs on instrumentation env vars
* NH-85973 NH-89212 instrument function handler dependencies
* NH-89340: add ci/cd for reverse lab scan
* NH-89715 update trace attribute otel.status to otel.status_code
* NH-89340 remove json dependency
* NH-89212 use upstream exporter
* NH-89983: remove doc/ from lambda build; fix logging
* NH-90728: update workflow for both stg and prod lambda
* NH-90728 show whether publishing to staging or production
* NH-89340: add scan as part of build and publish lambda layer
* NH-89406: improve control for building debug version of the extension and added documentation
* Bump DavidAnson/markdownlint-cli2-action from 16 to 17
* NH-91517 only set response time HTTP attrs for HTTP server entry spans

## solarwinds_apm 6.0.2 (06/27/2024)

This release includes the following features:
Expand Down
2 changes: 1 addition & 1 deletion lambda/otel/layer/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ source 'https://rubygems.org'

gem 'opentelemetry-exporter-otlp', '0.29.0'
gem 'opentelemetry-exporter-otlp-metrics', '0.1.0'
gem 'solarwinds_apm', '6.0.2'
gem 'solarwinds_apm', '6.1.0'
Loading