Skip to content

Commit

Permalink
Merge pull request #2225 from newrelic/8.18.0-post-release-tasks
Browse files Browse the repository at this point in the history
Update to gradle props and changelog
  • Loading branch information
jbedell-newrelic authored Jan 30, 2025
2 parents d492642 + 3622131 commit 853cb03
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ Noteworthy changes to the agent are 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).

## Version 8.18.0
## New features and improvements

- Add scala3 source detection by @kanderson250
- Vertx: decrease amount of tokens created by @meiao
- Instrumentation module for Struts2 v6.7.0 by @jtduffy
- Kafka 3.9 support by @meiao
- Sqs distributed trace by @obenkenobi
- Kafka clients node metrics by @meiao
## Fixes

- Fix edge case in JsonTemplateLayout with certain escaped sequences by @jtduffy
- Correct Apdex on transaction event if an error is present by @jtduffy
- Don't add null port to hostname attribute on JFR events by @jasonjkeller
- Fix memory issue with httpclient-5.0 instrumentation by @jasonjkeller

## Version 8.17.0
## New features and improvements

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# The agent version.
agentVersion=8.18.0
agentVersion=8.19.0
securityAgentVersion=1.6.0

newrelicDebug=false
Expand Down

0 comments on commit 853cb03

Please sign in to comment.