Skip to content

Commit

Permalink
chore(main): release 10.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnet-agent-team-bot committed May 17, 2024
1 parent eeb574f commit b763068
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion release-please/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "10.24.0"
".": "10.25.0"
}
13 changes: 13 additions & 0 deletions src/Agent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ 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).

## [10.25.0](https://github.com/newrelic/newrelic-dotnet-agent/compare/v10.24.0...v10.25.0) (2024-05-17)


### New features

* Add support for AWS Lambda `APIGatewayHttpApiV2ProxyRequest` ([#2472](https://github.com/newrelic/newrelic-dotnet-agent/issues/2472)) ([3f06bf6](https://github.com/newrelic/newrelic-dotnet-agent/commit/3f06bf6a95465c37ee141c566b501d290e62d1fc))
* Enable configuration of ignored and expected HTTP status code errors with environment variables ([#2487](https://github.com/newrelic/newrelic-dotnet-agent/issues/2487)) ([eeb574f](https://github.com/newrelic/newrelic-dotnet-agent/commit/eeb574f3adfa1d90fcf39cd68b11e936d28292b4))


### Fixes

* Upgrade Wix to v5 to fix an issue with non-elevated installs. ([#2471](https://github.com/newrelic/newrelic-dotnet-agent/issues/2471)) ([acd12fa](https://github.com/newrelic/newrelic-dotnet-agent/commit/acd12fae2b2bd4af6a1b29cb5574ea7e4513b870))

## [10.24.0](https://github.com/newrelic/newrelic-dotnet-agent/compare/v10.23.1...v10.24.0) (2024-05-07)


Expand Down

0 comments on commit b763068

Please sign in to comment.