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

docs release notes #19799

Merged
merged 3 commits into from
Jan 24, 2025
Merged
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
---
subject: "Docs"
releaseDate: '2025-01-24'
version: 'version: January 17-23, 2025'
---

### New docs

* [New Relic Digital Operational Resilience Act (DORA) subcontractor](/docs/security/security-privacy/compliance/certificates-standards-regulations/dora/dora-subcontractors) provides a list of DORA subcontractors that New Relic uses to provide services to customers.
* [Digital Operations Resilience Act (DORA) locations of processing](/docs/security/security-privacy/compliance/certificates-standards-regulations/dora/dora-data-locations) 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](/docs/logs/ui-data/lookup-tables-ui/#requirements).
* Updated the compatibility reports for [Node.js agent](/docs/apm/agents/nodejs-agent/getting-started/compatibility-requirements-nodejs-agent) and [.NET agent](/docs/apm/agents/net-agent/getting-started/net-agent-compatibility-requirements).
* Added a step to verify authorization for data retrieval in the procedure to [connect Google Cloud Platform services to New Relic](/docs/infrastructure/google-cloud-platform-integrations/get-started/connect-google-cloud-platform-services-new-relic).
* Added the `cloud` element configuration, and updated the `log` element configuration information in the [.NET agent configuration](/docs/apm/agents/net-agent/configuration/net-agent-configuration) page.
* Added information in the [MySQL monitoring integration](/install/mysql/#metrics) about dimensional metrics that are not supported with **MySQL 8.0** and above.
* Updated the `logType` notation from `tail` to `file` in the pattern configuration section of the [Forward your logs using the infrastructure agent](/docs/logs/forward-logs/forward-your-logs-using-infrastructure-agent/#pattern) page.


### Minor change

* Documented the existing capability in the [NRQL reference](/docs/nrql/nrql-syntax-clauses-functions/#select-star-with-columns-query) to use the `*` with `SELECT` 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:
* [Office 365 connectors for Microsoft Teams End-of-life](/whats-new/2025/01/whats-new-01-23-msconnector-eol).
* [REST API Keys End-of-life](/whats-new/2025/01/whats-new-03-01-rest-api-keys-eol).
* [Configuring cross account alerts for improved organization and manageability](/whats-new/2025/01/whats-new-01-17-cross-account-alerts).
* [React 18](/whats-new/2025/01/whats-new-01-22-React18-upgrade).

Stay up-to-date on our most recent release:

* [Kubernetes integration v3.33.0:](/docs/release-notes/infrastructure-release-notes/kubernetes-integration-release-notes/kubernetes-integration-3-33-0)
* Added new chart versions for New Relic infrastructure and bundle.
* [Mobile app for Android v5.28.0:](/docs/release-notes/mobile-apps-release-notes/new-relic-android-release-notes/new-relic-android-5280)
* Fixed crash issues on the host services screen.
* [Fluent Bit v3.1.9:](/docs/release-notes/fluentbit-release-notes/fluentbit-24-10-31)
* 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](/docs/release-notes/agent-release-notes/net-release-notes/net-agent-10-35-0)
* Enabled DynamoDB entity relationships.
* Instrumented Lambda invocations in AWS SDK.
* Facilitated `SocketsHttpHandler` for configuring `HttpClient` 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()`.
Loading