You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Adds new `application_logging.forwarding.log_level_denylist` config [2764](https://github.com/newrelic/newrelic-java-agent/pull/2734)
12
+
- Implements region aware event/metric ingest URIs [2749](https://github.com/newrelic/newrelic-java-agent/pull/2734)[2790](https://github.com/newrelic/newrelic-java-agent/pull/2734)[2790](https://github.com/newrelic/newrelic-java-agent/pull/2734)
13
+
- Adds support for associating logs to corresponding entity when `enable_auto_app_naming` is `true`[2627](https://github.com/newrelic/newrelic-java-agent/pull/2734)
14
+
- Add `opentelemetry-sdk-extension-autoconfigure-1.59.0` instrumentation for OpenTelemetry 1.59.0+ [2786](https://github.com/newrelic/newrelic-java-agent/pull/2734)
15
+
- Adds support for associating adaptive sampler to corresponding entity when `enable_auto_app_naming` is `true`[2805](https://github.com/newrelic/newrelic-java-agent/pull/2734)
16
+
- Adds supportability metrics for each entity created when `enable_auto_app_naming` is `true`[2808](https://github.com/newrelic/newrelic-java-agent/pull/2734)
- Adds support for multiple versions of Caffeine in the agent [2807](https://github.com/newrelic/newrelic-java-agent/pull/2734)
19
+
- Adds support for explain plans that utilize SQL arrays [2815](https://github.com/newrelic/newrelic-java-agent/pull/2734)
20
+
- Adds generic 'Queue' as a transport type [2820](https://github.com/newrelic/newrelic-java-agent/pull/2734)
21
+
- Adds support for Reactor Netty Http client calls [2817](https://github.com/newrelic/newrelic-java-agent/pull/2734)
22
+
23
+
## Fixes
24
+
- Fixes an edge case where ill-formed payloads caused an NPE when accessing the `sampled` field on the NR payload [2762](https://github.com/newrelic/newrelic-java-agent/pull/2734)
25
+
- Expires Tokens when a Reactive Subscription is canceled [2798](https://github.com/newrelic/newrelic-java-agent/pull/2734)
26
+
- Adds logic to manually evict any dead threads from the `TheadTracker` cache to prevent a memory leak [2811](https://github.com/newrelic/newrelic-java-agent/pull/2734)
27
+
- Resolves a deadlock between harvest thread and JVM shutdown thread [2539](https://github.com/newrelic/newrelic-java-agent/pull/2734)
28
+
7
29
## Version 9.1.0
8
30
## New features and improvements
9
31
-**_The Java Hybrid Agent_**: offering a "best-of-both-worlds" experience by combining New Relic’s deep visibility with [OpenTelemetry API compatibility](https://docs.newrelic.com/docs/apm/agents/manage-apm-agents/opentelemetry-api-support/). This release includes comprehensive support for the OpenTelemetry Tracing, Metrics, and Logs APIs, as well as standalone library and native framework instrumentation. Key enhancements like Span Links and Events on Spans are now available, ensuring seamless interoperability in mixed-mode environments.
0 commit comments