Major changes
Added trace.id attribute to the
AjaxRequest
event that acts as a distinct identifier for individual requests, ensuring their differentiation across inter-process and intra-process boundaries.Removed AmazonQ integration section from New Relic's documentation.
Updated the PREDICT clause with the default behaviours.
Removed video agent and all the corresponding documents from the New Relic documentation.
Marked the NerdGraph tutorial for Alert notification channels as deprecated.
Discontinued the support for end-to-end (E2E) test coverage on operating systems utilizing Control Group v1.
Added new investigate state in the Alert section.
Minor changes
Updated the .Net agent configuration .
Updated the python agent configuration file to include 'environment variable' through settings.
Updated agent downloads section to accomodate New Relic's changed IP configurations.
Updated the PHP agent compatibility and requirements for Amazon DynamoDB.
Added Windows Server 2025 as supported OS for the infra agent.
Updated the Node.js agent compatibility report.
Release notes
Check out our What's New posts to learn about new features and releases:
- What's New post for:
Stay up-to-date on our most recent releases:
- PHP agent v11.8.0.22:
- Added support for AWS DynamoDB instrumentation.
- Ensured event buffers always exist to prevent race conditions between agent life-cycles and data storage.
- Fixed a bad reference to a parent function that was not previously accessible.
- Addressed customer-reported crashes and bugs.
Mobile app for Android v5.29.4:
- Fixed bugs and made performance improvements.
Cambios importantes
Se agregó el atributo traza.id al evento
AjaxRequest
que actúa como un identificador distintivo para requests individuales, lo que garantiza su diferenciación a través de límites entre procesos y dentro de ellos.Se eliminó la sección de integración de AmazonQ de la documentación de New Relic.
Se actualizó la cláusula PREDICT con los comportamientos predeterminados.
Se eliminó el agente de video y todos los documentos correspondientes de la documentación de New Relic.
Marqué el tutorial de NerdGraph para el canal de alerta de notificación como obsoleto.
Se suspendió el soporte para la cobertura de pruebas de extremo a extremo (E2E) en el sistema operativo que emplea Control Group v1.
Se agregó un nuevo estado de investigación en la sección de alerta.
Cambios menores
Se actualizó la configuración del agente .Net.
Se actualizó el archivo de configuración del agente de Python para incluir la 'variable de entorno' a través de la configuración.
Se actualizó la sección de descargas de agentes para adaptar a la configuración de IP modificada de New Relic.
Se actualizó la compatibilidad del agente PHP y los requisitos para Amazon DynamoDB.
Se agregó Windows Server 2025 como sistema operativo compatible para el agente de infraestructura.
Se actualizó el reporte de compatibilidad del agente Node.js.
Notas de la versión
Consulta nuestras publicaciones de Novedades para conocer nuevas características y lanzamientos:
Publicación de novedades para:
Mantener actualizado sobre nuestros lanzamientos más recientes:
- Se agregó soporte para la instrumentación de AWS DynamoDB.
- Se cercioró que siempre existan buffers de eventos para evitar condiciones de carrera entre el agente de ciclo de vida y el almacenamiento de datos.
- Se corrigió una referencia incorrecta a una función principal que anteriormente no era accesible.
- Se solucionaron fallos y errores informados por los clientes.
Aplicación móvil para Android v5.29.4:
- Se corrigieron errores y se realizaron mejoras de rendimiento.
New docs
- NerdGraph tutorial: Managing the Metric Normalization Rules provides guidance on using NerdGraph for managing metric normalization rules.
- Scorecards templates library has customizable templates for engineering and business use cases, grounded in enterprise best practices to tackle common challenges.
- New Relic OTel K8s Metrics Mapping outlines how Kubernetes OpenTelemetry metrics are mapped to New Relic Kubernetes metrics.
Major changes
- Added
sampler.remote_parent_sampled
in Java Agent Configuration: Config File to define how the agent should handle sampling spans when their parent span from an upstream entity was sampled. - Update the SCIM provisioning to specify that it now requires a Paid Edition for automated user management in New Relic.
- Updated the Cloud Rule APIs document for pipeline control to include information on how to drop attributes from dimensional metric rollups.
- Added a query to track login and logout events on the Account Change Tracking page.
Minor changes
- Updated the .Net agent compatibility version.
- Removed the limitation on PingOne in automated user management that was previously unsupported due to group provisioning restrictions.
- Added a limitation in the Anomaly Detection page specifying no support for monthly or yearly seasonality due to computational limits.
- Updated the Node.js agent compatibility report.
- Added batching and compression settings for infinite tracing to the Node.js agent configuration document.
Release notes
Check out our What's New posts to learn about new features and releases:
- What's New post for Login and logout audit events.
Stay up-to-date on our most recent releases:
- Fixed the non-infinite timeout issue that appeared when creating
HttpClient
andSocketsHttpHandler
instances. - Fixed the issue preventing repeated SQL explain plan attempts after initial failure.
- Fixed the non-infinite timeout issue that appeared when creating
- Updated the architecture to Prevent storing session data past session expiry.
- Introduced
isFirstOfSession
attribute on InitialPageLoad events. - Fixed the the
hasReplay
attribute missing issue after session recording is resumed. - Fixed the issue causing errors when the logging feature aborted before the agent set up the event buffer.
- Add OpenTelemetry compatible datastore span attributes.
- Fixed the LangChain instrumentation issue for string response types.
- Disabled Kombu instrumentation.
- Added support for CRaC.
- Added support for JDK24.
- Added sampling options when an inbound traceparent exists.
- Added support for Undertow as a stand-alone module.
- Added support for Couchbase Client.
- Added feature flag to apply Kotlin
ArrayIndexOutOfBoundsException
fix to all methods. - Fixed netty 'Unknown' transactions.
- Refactored AWS docker id fetch to use 5s timeout.
- Prevented cache lock for long DB statement parsing.
- Added config to specify whether java.sql is loaded by platform classloader.
Kubernetes integration v3.38.0
- Updated
lastTerminatedTimestamp
to usetime.Time
instead ofint64
for better time handling. - Updated kubernetes packages to v0.32.3.
- Updated go to v1.24.2.
- Updated golang.org/x/crypto to v0.37.0.
- Updated
Diagnostics CLI (nrdiag) v3.3.0
- Updated to return a warning instead of an error when there is an issue connecting to github to verify the version.
- Added the following tasks for Kubernetes and Agent Control:
- K8s/AgentControl/helm-controller - Collects Agent Control helm-controller pod logs
- K8s/AgentControl/source-controller - Collects Agent Control source-controller pod logs
- K8s/AgentControl/agent-control - Collects Agent Control agent-control pod logs
- K8s/Flux/Charts - Collects Flux Helm Charts information
- K8s/Flux/Repositories - Collects Flux Helm Repositories information
- K8s/Flux/Releases - Collects Flux Helm Releases information
- K8s/Resources/Config - Collects K8s configMaps for the given namespace in YAML format
- K8s/Resources/Deploy - Collects K8s deployments information for the given namespace in YAML format
- K8s/Resources/Pods - Collects K8s pods information for the given namespace in YAML format
- K8s/Resources/Daemonset - Collects K8s daemonsets information for the given namespace in YAML format
- K8s/Env/Version - Retrieves the version of the kubectl client and of the cluster
- K8s/Helm/Releases - Collects the list of helm releases
- Fixed the custom interaction conflicts with default interaction.
- Added the capability to export the configuration of a service level as Terraform code.
- Added support for Azure functions background trigger types.
- Added support Azure functions HTTP trigger type.
- Updated span streamer to properly retry failed batches and handle flushing batch queue every 5 seconds.
- Update otel bridge rules synthesizer to properly handle consumer kind rules.
- Updated compatibility report.
- Fixed prisma CI issues.
- Improved logging within utilization detection.
Nuevos documentos
- El tutorial de NerdGraph: Administración de las reglas de normalización métrica proporciona orientación sobre el uso de NerdGraph para gestionar las reglas de normalización métrica.
- La biblioteca de plantillas de cuadros de mando tiene plantillas personalizables para casos de uso comerciales y de ingeniería, basadas en las mejores prácticas empresariales para abordar desafíos comunes.
- New Relic OTel K8s métrica mapeo describe cómo Kubernetes OpenTelemetry métrica se asigna a New Relic Kubernetes métrica.
Cambios importantes
- Se agregó
sampler.remote_parent_sampled
en la configuración del agente Java : Archivo de configuración para definir cómo el agente debe manejar los intervalos de ejemplificación cuando se muestreó su intervalo principal de una entidad ascendente. - Actualice el aprovisionamiento de SCIM para especificar que ahora requiere un Paid Edition para la administración automatizada de usuarios en New Relic.
- Se actualizó el documento de API de reglas de nube para el control de canalización para incluir información sobre cómo eliminar atributos de los conjuntos de métricas dimensionales.
- Se agregó una consulta para rastrear eventos de inicio y cierre de sesión en la página Seguimiento de cambios de cuenta .
Cambios menores
- Se actualizó la versión de compatibilidad del agente .Net.
- Se eliminó la limitación de PingOne en la gestión automatizada de usuarios que anteriormente no era compatible debido a restricciones de aprovisionamiento de grupos.
- Se agregó una limitación en la página de Detección de anomalías que especifica que no hay soporte para estacionalidad mensual o anual debido a límites computacionales.
- Se actualizó el reporte de compatibilidad del agente Node.js.
- Se agregaron configuraciones de procesamiento por lotes y compresión para el seguimiento infinito al documento de configuración del agente Node.js.
Notas de la versión
Consulta nuestras publicaciones de Novedades para conocer nuevas características y lanzamientos:
- Novedades sobre la publicación de auditoría de inicio y cierre de sesión en eventos.
Mantener actualizado sobre nuestros lanzamientos más recientes:
- Se solucionó el problema de tiempo de espera no infinito que aparecía al crear instancias
HttpClient
ySocketsHttpHandler
. - Se solucionó el problema que impedía repetidos intentos de explicar el plan SQL luego de una falla inicial.
- Se solucionó el problema de tiempo de espera no infinito que aparecía al crear instancias
- Se actualizó la arquitectura para evitar almacenar datos de sesión luego de la expiración de la sesión.
- Se introdujo el atributo
isFirstOfSession
en el evento InitialPageLoad. - Se solucionó el problema del atributo
hasReplay
faltante luego de reanudar la grabación de la sesión. - Se solucionó el problema que causaba errores cuando la función de logging se cancelaba antes de que el agente configurara el búfer de eventos.
- Agregue un atributo span de almacenamiento de datos compatible con OpenTelemetry .
- Se solucionó el problema de instrumentación de LangChain para los tipos de respuesta de cadena.
- Instrumentación Kombu desactivada.
- Se agregó soporte para CRaC.
- Se agregó soporte para JDK24.
- Se agregaron opciones de ejemplificación cuando existe un traceparent entrante.
- Se agregó soporte para Undertow como módulo independiente.
- Se agregó soporte para el cliente Couchbase.
- Se agregó la bandera característica para aplicar la corrección
ArrayIndexOutOfBoundsException
de Kotlin a todos los métodos. - Transacciones 'Desconocidas' corregidas.
- Se refactorizó la obtención de ID de Docker de AWS para emplear un tiempo de espera de 5 segundos.
- Se evitó el bloqueo de caché durante el análisis de sentencias de base de datos largas.
- Se agregó configuración para especificar si el cargador de clases de la plataforma carga java.sql.
Integración Kubernetes v3.38.0
- Se actualizó
lastTerminatedTimestamp
para empleartime.Time
en lugar deint64
para un mejor manejo del tiempo. - Paquetes de Kubernetes actualizados a v0.32.3.
- Actualizado a v1.24.2.
- Se actualizó golang.org\/x\/crypto a v0.37.0.
- Se actualizó
CLI de diagnóstico (nrdiag) v3.3.0
Actualizado para devolver una advertencia en lugar de un error cuando hay un problema al conectarse a GitHub para verificar la versión.
Se agregaron las siguientes tareas para Kubernetes y agente Control:
- K8s/AgentControl/helm-controller: recopila logs pod del agente Control helm-controller
- K8s/AgentControl/source-controller: recopila logs pod del controlador de origen del agente Control
- K8s/AgentControl/agente-control: recopila logs pod de agente-control de agente Control
- K8s/Flux/Charts: recopila información sobre las cartas de Flux Helm.
- K8s/Flux/respositorio: recopila información del repositorio de Flux Helm
- K8s/Flux/Lanzamientos: recopila información sobre los lanzamientos de Flux Helm.
- K8s/Resources/Config: recopila mapas de configuración de K8s para el namespace especificado en formato YAML
- K8s/Resources/desplegar: recopila información de implementación de K8s para el namespace indicado en formato YAML
- K8s/Resources/pod: recopila información del pod de K8s para el namespace indicado en formato YAML
- K8s/Resources/Daemonset: recopila información de los daemonsets de K8s para el namespace indicado en formato YAML
- K8s/Env/Version: recupera la versión del cliente kubectl y del clúster
- K8s/Helm/Releases: recopila la lista de lanzamientos de helm
- Se corrigieron los conflictos de interacción personalizada con la interacción predeterminada.
- Se agregó la capacidad de exportar la configuración de un nivel de servicio como código Terraform.
- Se agregó compatibilidad con tipos de desencadenadores en segundo plano de Azure Functions.
- Se agregó compatibilidad con el tipo de desencadenador HTTP Azure Functions.
- Se actualizó el transmisor de intervalo para volver a intentar correctamente los lotes fallidos y gestionar la limpieza de la cola de lotes cada 5 segundos.
- Actualice el sintetizador de reglas del puente del hotel para manejar adecuadamente las reglas de tipo consumidor.
- Reporte de compatibilidad actualizado.
- Se corrigieron problemas de prisma CI.
- Logging mejorado dentro de la detección de utilización.
New doc
- AWS SQS message queue instrumentation supports distributed trace headers for SQS messages starting from version 2.1.0, with guidance on custom instrumentation for message receiver operations.
- Alert Intelligence Tool enhances the ability to assess application health and performance through agentic integration with our partners.
- Confluent Cloud managed streaming for Apache Kafka provides guidance on monitoring Kafka clusters and topics, and setting up alerts for Confluent Cloud.
- New Relic AI summary for Session Replay summarizes and maps session replay event trail data, enabling a better understanding of errors and successes in users' browser journeys.
- Response intelligence with New Relic AI reduces the time to resolve issues and incidents by leveraging New Relic AI with response intelligence.
- Browser logs capture real-time browser console logs to enhance observability, simplify debugging, and improve user experience.
- Introduction to Transaction 360 offers a revolutionary approach to application monitoring and troubleshooting by automatically capturing and correlating all entities and data related to specific problems or questions.
- AWS logs in Context provides a comprehensive, integrated log management solution that enhances troubleshooting efficiency and system observability within AWS environments.
- Manage and reinstall your current instrumentation with Agent Control.
- Agentic Control is a lightweight agent supervisor that manages other New Relic and New Relic distributions of OpenTelemetry agents by communicating with Fleet Control to remotely configure, update, and monitor the health of infrastructure-level instrumentation.
- Pipeline control allows you to manage the flow of data from your monitored entities to New Relic.
- Docker container integration monitors and reports metrics from Docker containers to New Relic.
- Lambda response monitoring functions in Node.js applications to gain real-time insights into the performance and behavior of each invocation.
Major changes
- Added Amazon CloudWatch Metric Streams, ElastiCache (Memcached), and Amazon MQ (ActiveMQ) as Supported entity relationships for OpenTelemetry.
- Added Amazon CloudWatch Metric Streams with Amazon Managed Kafka (MSK) to generate MSK entities in New Relic. These entities are tagged with
aws.clusterName
oraws.kafka.ClusterName
,aws.awsRegion
oraws.region
, andaws.topic
oraws.kafka.Topic
. - Added additional Solr troubleshooting instructions for the metric changes in version 8.10.
- New Relic has discontinued the use of the following IP ranges:
3.145.244.128/25
3.77.79.0/25
3.27.118.128/25
20.51.136.0/25
4.197.217.128/25
18.246.82.0/25
158.177.65.64/29
159.122.103.184/29
161.156.125.32/28
As of May 1, 2025, these ranges may be reallocated by the cloud provider to other customers for purposes beyond our control. Please update your network configurations accordingly.
- Added a troubleshooting document to retrieve the New Relic license key for issues using AWS Secrets Manager with New Relic.
- Added a troubleshooting document for Lambda functions not showing as instrumented.
- Added a troubleshooting document for issues adding multiple AWS accounts with respective regions.
- Added a troubleshooting document for issues using AWS Secrets Manager with New Relic.
- Added New Relic Agentic integrations to FedRAMP.
- Added a new document on New Relic's EC2 Image Builder integration.
- Added Dashboards to CodeStream.
- Added OpenTelemetry Collector for Kubernetes monitoring and New Relic Distributions of the OpenTelemetry Collector.
- Extended the deadline to May 14, 2025, for updating the Synthetic IP ranges of your Synthetic monitors.
- Added new IP ranges for Synthetic monitoring in Synthetic monitoring.
- Updated the Query account document to include queries for logged users.
- Updated the feature flags for Android monitoring.
- Updated the Anomaly detection document to include information on a new field for anomaly NRQL alert conditions, allowing users to configure seasonality.
Minor change
- Distributed Tracing for sending messages is supported from version 2.1.0 to the latest in the frameworks and libraries for Java monitoring.
- AWS Glue Spark ETL jobs have limitations for Python Shell jobs in the AWS Glue monitoring integration.
- Added Canada (British Columbia and Saskatchewan), Chicago, District of Columbia, Illinois, and Vermont to the territories currently subject to sales tax.
- Updated the Windows option for instrumenting Azure Functions with the New Relic .NET Agent.
- New Relic Java's layered and SDK instrumentation are now compatible with
com.amazonaws:aws-lambda-java-events
versions 3.0.0 and later. - Added exceptional cases where both legacy externals and uninstrumented GUIDs might appear.
- Added instructions for onboarding to the new map experience directly from the Service Maps page.
- Updated the supported hours section.
- dSYM files are now limited to 1 GB each.
- Added
NODE_OPTIONS
as an additional environment variable for AWS Lambda. - Added log labels to agent configuration and agent forwarded log label information.
- Updated the New Relic API keys section with details on managing and obtaining full keys when needed.
- Users of Java Agent 8.18.0 need to manually enable SQS instrumentation in the
newrelic.yml
file. - The
NEW_RELIC_USE_ESM
environment variable will be removed in future versions of the Node.js Lambda layers. - Updated the conditions per policy limit from 500 to 1000.
- Effective Monday, March 3, 2025, our Kubernetes integration will no longer support Kubernetes v1.27 and earlier. Kubernetes integration v3.40.1 and later will be compatible only with Kubernetes versions 1.28 and later.
- Restored the Mermaid diagram support information.
- Added associated pricing details for Advanced and Core Compute pricing plans.
- Updated the email account settings document to include information on special character support.
- Updated the Agent Control document to clarify that multiple installations of Agent Control on the same cluster are not supported.
- Updated the Node.js agent configuration document to include batching and compression settings for infinite tracing.
- Updated the use TCP endpoint document to include information on finding logs by searching for the attribute
plugin.type:"syslog-newrelic"
. - Added a new access and data management section in the Agentic AI document.
- Added limitations of log APIs in the use TCP endpoint document.
- Updated the Kubernetes document to highlight the importance of restarting pods after deployment.
- Updated the environmental variables for Azure functions.
- Updated the New Relic OTLP attribute processing document for added clarity.
Release note
Check out our What's New posts to learn about new features and releases:
What's New posts for:
- Enhanced control for Session Replay settings
- Update to New Relic Synthetics IP ranges
- 1-Click Log Forwarding for Java Applications
- Updates to New Relic access control
- Upcoming change to count(*) in Dimensional Metrics Queries
- Timeslice Metrics and Lookup Tables Now Available in Data Explorer
- Changes to data exploration products
- New Relic Control
- New filter bar and data table support for error inbox
- Login and logout audit events
- PromQL translator now in the query console
EOL post for:
Stay up-to-date on our most recent releases:
- Added .NET 8+ support for System.Data.Odbc.
- Added support for instrumenting OpenSearchClient requests.
- Fixed Azure Function app name prefix to
faas.name
attribute in Azure Function transactions. - Fixed the custom attribute values of type float and decimal not being serialized correctly.
- Improved error handling in AWS account ID parsing logic.
- Updated the architecture to enable future micro front-end support.
- Enhanced the
UserAction
fields to capture "nearest" field values when theUserAction
target does not include the desired fields.
- Enhanced the
- Removed the agentIdentifier argument from agent constructors.
- Rolled back to the previous FirstInteraction implementation.
- Updated the runtime polling frequency from 60 minutes to 30 minutes to reduce the impact of faults in runtime releases.
Mobile app for Android v5.28.4
- Upgraded the agent dependency to version 7.6.2.
- Improved the page loading experience.
- Enhanced user analytics.
- Integrated the force update.
- Fixed the Prometheus bug.
- Fixed the Insights API events bug.
- Implemented time measurement for Top Flows pages, focusing on requesting and loading API responses, and page rendering.
- Fixed the page session time instrumentation for Explorer and Logs.
- Implemented a fix to stop the page session when the app transitions to the background and resume it when the app returns to the foreground.
- Added page session tracking events.
- Added click events.
- Fixed a bug related to incorrect page session creation via bottom tabs.
- Added health check support for upcoming features.
- Added OpenTelemetry bridge instrumentation, including a context manager and processor to handle synthesizing segments and time-slice metrics.
- Updated the default config to accept undefined as the default value.
- Updated the compatibility report.
- Fixed broken links by decoding
&
to&
.
- Fixed broken links by decoding
- Updated upstream components to version
0.123.0
.
- Updated upstream components to version
- Added entity linking attributes for AWS Kinesis and AWS Firehose.
New doc
- Auto logging enhances front-end observability for Pro and Pro+SPA browser agents, enabling automatic collection of
WARN
levelconsole
log messages.
Major changes
- Updated the compatibility reports for Node.js agent.
- Added a methord in KTranslate Docker container health monitoring to check the log locally from the Linux package.
- Updated network blocks with new effective IP ranges to improved connectivity and security.
- Updated the OTLP protocol version that New relic uses.
- Updated APM: Report custom events and attributes to include the ability to increase the maximum number of custom events in the PHP agent from 30,000 to 100,000 per minute.
- Added a call-out for the deprecation and end of support for NewRelic Xamarin NuGet Package.
Minor change
- Updated the supported Python versions.
- The attribute values specified in the Okta user profile configuration are now case-sensitive.
- SCIM API user type values are now case sensitive.
- Updated the supported PHP agent versions.
Release note
Stay up-to-date on our most recent release:
- Go agent v3.36.0
- Enhanced the security agent integration to improve trace handling and security analysis.
- Fixed bugs.
- Browser agent v1.279.0
- Deprecated First Input Delay (FID), in favor of Interaction To Next Paint (INP).
- Android agent v7.6.3
- Introduced build-time feature flag for LogInstrumentation.
- Enhanced logging.
- Fixed bugs.
- Python agent v10.5.0
- Introduced agent health reporting.
- Fixed bugs.
- Ruby agent v9.17.0
- Support Ruby 3.4.0.
- Added instrumentation for aws-sdk-firehose.
- Enhanced Kubernetes APM auto-attach - new agent version precedent.
- Added health checks when the agent runs within Agent Control.
- Added Redshift as recognized ActiveRecord adapter.
- Added instrumentation for aws-sdk-kinesis.
- Fixed bugs.
- Node.js agent v12.11.3
- Fixed bugs.
- Java agent v8.18.0
- Added scala3 source detection.
- Vertx: decreased the amount of tokens created.
- Added new instrumentation modules for Struts2 v6.7.0 and Kafka 3.9.
- Added support for distributed tracing in AWS SQS.
- Added relationship metric support for Kafka clients node metrics.
- Fixed bugs.
- Fluent Bit v3.1.9
- Multiline reset fixes high CPU.
- Improved error messaging and Multiline filter.
- Upgraded CTraces.
- Calyptia output updates for Windows and agent registration.
- Fixed bugs.
New docs
- New Relic Digital Operational Resilience Act (DORA) subcontractor provides a list of DORA subcontractors that New Relic uses to provide services to customers.
- Digital Operations Resilience Act (DORA) locations of processing provides information about the locations where New Relic processes and stores personal data in the context of the DORA regulation.
Major changes
- Added information about increasing the lookup table limit per account from 20 to 250 in the Upload CSV-format lookup tables.
- Updated the compatibility reports for Node.js agent and .NET agent.
- Added a step to verify authorization for data retrieval in the procedure to connect Google Cloud Platform services to New Relic.
- Added the
cloud
element configuration, and updated thelog
element configuration information in the .NET agent configuration page. - Added information in the MySQL monitoring integration about dimensional metrics that are not supported with MySQL 8.0 and above.
- Updated the
logType
notation fromtail
tofile
in the pattern configuration section of the Forward your logs using the infrastructure agent page.
Minor change
- Documented the existing capability in the NRQL reference to use the
*
withSELECT
clause to retrieve all available attributes along with specified additional columns.
Release note
Check out our What's New posts to learn about new features and releases:
- What's new posts for:
Stay up-to-date on our most recent release:
- Kubernetes integration v3.33.0:
- Added new chart versions for New Relic infrastructure and bundle.
- Mobile app for Android v5.28.0:
- Fixed crash issues on the host services screen.
- Fluent Bit v3.1.9:
- Fixed vulnerabilities by supporting the latest Fluent Bit.
- Facilitated Fluent Bit
v3.1.9
for the infrastructure agent. - Updated the Fluent Bit Output Plugin Docker image.
- Installed the new plugin image with the New Relic Logging Helm chart.
- .NET agent v10.35.0
- Enabled DynamoDB entity relationships.
- Instrumented Lambda invocations in AWS SDK.
- Facilitated
SocketsHttpHandler
for configuringHttpClient
in .NET 6+. - Fixed the inconsistency of console logging between the Agent and Profiler.
- Fixed incorrect string comparisons in the Profiler.
- Reduced the likelihood of a deadlock in
HttpClient.SendAsync()
.
New docs
- New Relic alert destinations and workflows describes how you can update your New Relic alerts to use Microsoft Teams workflows.
- Active user describes how to track the number of devices, sessions, or users running your app daily, weekly, or monthly, trended over time.
- Cross-account alerts explains how to set-up alert conditions that monitor data from a different account..
- Cross-account alert elections explains how to use the NerdGraph mutation to update account settings by enabling cross-account alert.
Major changes
- Added label support to Windows services.
- Updated the compatibility reports for Node.js agent, .NET agent, and AI monitoring.
- Added information related to cross-account alerts in the following documents:
- Updated the SNOW integration version.
- Added a disclaimer for AI Monitoring for an upcoming AIM feature in the following documents:
Minor changes
- Updated the NRQL query syntax in the Dashboard Template.
- Fixed code formatting in the Java agent API.
Release note
Check out our What's New posts to learn about new features and releases:
- What's new posts for:
Stay up-to-date on our most recent release:
- Added events for enhanced application performance.
- Bug fixed to allow pageView feature to access to an event buffer.
- Fixed an issue where obfuscation rules weren't followed when added after the agent was initialized.
- Updated the bump
nri-flex
version.
- Updated the bump
Kubernetes integration v3.32.4:
- Added new chart versions for New Relic infrastructure and bundle.
- Added instrumentation for
@opensearch-projects/opensearch
v2.1.0+. - Fixed a bug for event matcher to use properties specific to web requests.
- Fixed
mysql2
tests for newmysql2
version. - Updated the
eslint
configuration. - Removed the
t.diagnostic
fromtests
. - Updated the
codecov-action
to latest released versionsha
.
- Added instrumentation for
- Updated the
undici
instrumentation to fix crash with trying to calculate the exclusive duration on a segment that no longer exists. - Updated the compatibility report.
- Fixed the DNS integration tests.
- Updated the
- Fixed the Drupal error and enhanced exception handling
- Addressed the
aws-sdk-php
versioning change
New docs
- Published a new topic for Azure Functions monitoring.
Major changes
- Added Flutter support for test crash reporting in the Mobile SDK.
- Added a callout about moving few Session replay settings to server-side configuration for browser agent version
1.259.0
or higher. - Updated the compatibility report for Node.js agent.
- Added a recommendation under User management to use domain capture for automatically adding users in Pro and Enterprise accounts.
- Added instructions for updating the .NET agent using the New Relic Azure site extension.
- Updated Custom instrumentation via attributes (.NET) to avoid instrumenting top-level methods like
Main()
. - Updated Parsing log data on how to parse mixed-format logs using JSON grok.
Minor change
- Updated the
nri-flex
configuration file in Temporal Cloud integration.
Release notes
Stay up-to-date on our most recent releases:
- Browser agent v1.278.1
- Bug fixed to harvest only on EoL for new harvester.
- Browser agent v1.278.0
- Introduced a singleton harvester.
- Prometheus agent v1.18.5
- Updated Go to v1.23.4.
- Updated golang.org/x/sync to
v0.10.0
. - Updated kubernetes packages to
v0.32.0
.
- Mobile app for iOS v6.8.7
- Implemented new PageView events.
- Logs v250110
- Introduced key-value parsing with Grok.
- Mobile app for Android v5.27.1
- Added events for enhanced app performance enhancement.
- Minor bug fixes.
- Infrastructure agent v1.59.1
- Updated golang.org/x/net to the latest version.
- Updated newrelic/nri-flex to
v1.16.3
. - Updated newrelic/nri-prometheus to
v2.23.0
. - Updated newrelic/nri-docker to
v2.2.0
.
Major changes
- Revamped and added new sections to the AWS Lambda monitoring documentation for better readability and understanding.
- Added a Golden metrics section and a callout for the change in calculation method in the OpenTelemetry APM UI document.
- Added a callout to update the webhook URLs for Microsoft Office 365 webhook-based connectors in Teams in the destination for alerts section.
- Added a new section to configure resource attributes and tags in the Jenkins with OpenTelemetry document.
Minor changes
- Fixed a broken link in the Connect AWS polling integration document.
- Updated the platform support versions for New Relic Nozzle, New Relic Service Broker, and NGINX integration buildpack for VMware Tanzu Application Service.
- Fixed a broken link for Amazon CloudWatch metric stream.
- Fixed the capitalization of the NRQL queries in the FOSSA and Snyk integrations for vulnerability management.
- Fixed a broken link in the Alerts overview page.
Release notes
Stay up-to-date on our most recent release:
Kubernetes integration v3.32.3:
- Added new chart versions for New Relic infrastructure and bundle.