Skip to content

Commit 0ae475d

Browse files
authored
Merge pull request #2458 from newrelic/java-agent-post-release-8230
Java agent post release 8.23.0
2 parents 3361c19 + ff4a9ca commit 0ae475d

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,31 @@ Noteworthy changes to the agent are documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## Version 8.23.0
8+
## New features and improvements
9+
- Update to support v24 of graphql by @jtduffy in [2425](https://github.com/newrelic/newrelic-java-agent/pull/2425)
10+
- Add lettuce 6.5 instrumentation by @kanderson250 in [2430](https://github.com/newrelic/newrelic-java-agent/pull/2430)
11+
- Bump commons-lang version to 3.18.0 by @jtduffy in [2421](https://github.com/newrelic/newrelic-java-agent/pull/2421)
12+
- Add lettuce dbName to datastore params where available by @kanderson250 in [2423](https://github.com/newrelic/newrelic-java-agent/pull/2423)
13+
- Add an environment variable to skip implementing certain applications. The environment variable name is `NEW_RELIC_STARTUP_JAVA_ARTIFACT_SKIPS`. The value of it is a comma separated list of main classes, executable jar files or Java based tools/apps that the agent should NOT instrument (e.g. `NEW_RELIC_STARTUP_JAVA_ARTIFACT_SKIPS=keytool,myapp.jar,IgnoreThisClass`) by @jtduffy in [2433](https://github.com/newrelic/newrelic-java-agent/pull/2433)
14+
15+
## Fixes
16+
17+
- Fix a bug where SQS messages with 8 attributes are not sent to AWS. SQS messages need less then 8 attributes to pass distributed trace headers by @obenkenobi in [2422](https://github.com/newrelic/newrelic-java-agent/pull/2422)
18+
- Trim the "Subscriptions" bit off the end of the topic name in azure service bus client by @jbedell-newrelic in [2440](https://github.com/newrelic/newrelic-java-agent/pull/2440)
19+
- Fix AutoConfiguredOpenTelemetrySdk config by @jasonjkeller in [2451](https://github.com/newrelic/newrelic-java-agent/pull/2451)
20+
21+
## Deprecations
22+
23+
The following instrumentation modules are deprecated and will be removed in the next major release:
24+
25+
- `aws-wrap-0.7.0`
26+
- `java.completable-future-jdk8`
27+
- `play-2.3`
28+
- `netty-3.4`
29+
- `Struts v1`
30+
31+
732
## Version 8.22.0
833
## New features and improvements
934

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# The agent version.
2-
agentVersion=8.23.0
2+
agentVersion=8.24.0
33
securityAgentVersion=1.7.0
44

55
newrelicDebug=false

0 commit comments

Comments
 (0)