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

Update to gradle props and changelog #2225

Merged
merged 1 commit into from
Jan 30, 2025
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
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
Loading