From d64dafc1e8c52efb3cd308eeaf5fd7d2a973009e Mon Sep 17 00:00:00 2001 From: Shawn Kilburn Date: Thu, 23 May 2024 16:35:39 -0700 Subject: [PATCH 1/4] feat(Docs): Started release notes 5-24-24 --- .../docs-release-notes/docs-5-24-2024.mdx | 70 +++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 src/content/docs/release-notes/docs-release-notes/docs-5-24-2024.mdx diff --git a/src/content/docs/release-notes/docs-release-notes/docs-5-24-2024.mdx b/src/content/docs/release-notes/docs-release-notes/docs-5-24-2024.mdx new file mode 100644 index 00000000000..652f4670036 --- /dev/null +++ b/src/content/docs/release-notes/docs-release-notes/docs-5-24-2024.mdx @@ -0,0 +1,70 @@ +--- +subject: "Docs" +releaseDate: '2024-05-24' +version: 'ersion: May 17-23, 2024' +--- + +### New docs + +* Our new [Apache Mesos integration](/docs/infrastructure/host-integrations/host-integrations-list/apache-mesos-integration) helps you monitor your distributed system kernel performance. +* Do you have a [.NET app on AWS Elastic Beanstalk](/docs/apm/agents/net-agent/install-guides/install-net-agent-on-aws-elastic-beanstalk)? This new install doc shows a clear path to ingesting that data to our platform. + +### Major changes + +* Added and updated synthetic and browser scripted monitor code examples to [synthetic monitoring best practices](/docs/new-relic-solutions/best-practices-guides/full-stack-observability/synthetic-monitoring-best-practices-guide) and [synthetic scripted browser reference](/docs/synthetics/synthetic-monitoring/scripting-monitors/synthetic-scripted-browser-reference-monitor-versions-chrome-100). Code examples are one of the things that are readers ask for the most, so we're always happy to see more of these. +* In our network performance monitoring docs, a lot of little updates led to a major change: updated supported environments for Podman across 17 docs. +* Clarified how [logs live archives](/docs/logs/get-started/live-archives) works and when that [log data is available](/docs/logs/get-started/live-archives-billing). +* Added a diagram and environment variables to Lambda monitoring [instrument your containerized image layer](/docs/serverless-function-monitoring/aws-lambda-monitoring/enable-lambda-monitoring/containerized-images/). +* New Relic's REST API v1 has been fully EOLed and we deleted several docs related to it. + +### Minor changes + +* Updated cloud data storage [security controls for privacy](/docs/security/security-privacy/data-privacy/security-controls-privacy/#cloud-data-storage) with a link compliance report. +* We simplified our [.NET yum installation](/install/dotnet/installation/linuxInstall2/#yum) steps. +* Updated [Python compatibility](/docs/apm/agents/python-agent/getting-started/compatibility-requirements-python-agent/#basic) doc to show that we now support Python 3.12. +* Updated .NET compatibility [core](/docs/apm/agents/net-agent/getting-started/net-agent-compatibility-requirements-net-core/#database) and [framework](/docs/apm/agents/net-agent/getting-started/net-agent-compatibility-requirements-net-framework/#database) to add that we support the `Elastic.Clients.Elasticsearch` version 8.13.12 datastore. +* Updated [Node.js APM agent compatibilty](/docs/apm/agents/nodejs-agent/getting-started/compatibility-requirements-nodejs-agent) instrumented modules table. +* Updated [AWS Privatelink](/docs/data-apis/custom-data/aws-privatelink) supported regions and zones endpoints. +* Infrastructure agent now supports Ubuntu 24.04 (Noble Numbat). + + +### Release notes and What's New posts + +* [Browser agent v1.260.1](/docs/release-notes/new-relic-browser-release-notes/browser-agent-release-notes/browser-agent-v1.260.1). +* [Infrastructure agent v1.52.3](/docs/release-notes/infrastructure-release-notes/infrastructure-agent-release-notes/new-relic-infrastructure-agent-1523) +* [Job manager v370](/docs/release-notes/synthetics-release-notes/job-manager-release-notes/job-manager-release-370). +* [Mobile app for Android v5.18.0](/docs/release-notes/mobile-apps-release-notes/new-relic-android-release-notes/new-relic-android-5180). +* [Node API runtime v1.2.1](/docs/release-notes/synthetics-release-notes/node-api-runtime-release-notes/node-api-runtime-1.2.1). +* [Node API runtime v1.2.58](/docs/release-notes/synthetics-release-notes/node-api-runtime-release-notes/node-api-runtime-1.2.58). +* [Node API runtime v1.2.67](/docs/release-notes/synthetics-release-notes/node-api-runtime-release-notes/node-api-runtime-1.2.67). +* [Node API runtime v1.2.72](/docs/release-notes/synthetics-release-notes/node-api-runtime-release-notes/node-api-runtime-1.2.72). +* [Node API runtime v1.2.75](/docs/release-notes/synthetics-release-notes/node-api-runtime-release-notes/node-api-runtime-1.2.75). +* [Node API runtime v1.2.8](/docs/release-notes/synthetics-release-notes/node-api-runtime-release-notes/node-api-runtime-1.2.8). +* [Node.js agent v11.17.0](/docs/release-notes/agent-release-notes/nodejs-release-notes/node-agent-11-17-0). +* [PHP agent v10.21.0.11](/docs/release-notes/agent-release-notes/php-release-notes/php-agent-10-21-0-11). +* [](). +* [](). +* [](). +* [](). + + + + +* What's New post for [Tabs for query builder](/whats-new/2024/05/whats-new-05-16-query-tabs). +* [Browser agent v1.260.0](/docs/release-notes/new-relic-browser-release-notes/browser-agent-release-notes/browser-agent-v1.260.0). + + + + + + + + + + + + + + + + From 43ee1df97b9ed1bfc3a0ef8a49172f5f5a5ba657 Mon Sep 17 00:00:00 2001 From: Shawn Kilburn Date: Fri, 24 May 2024 09:58:07 -0700 Subject: [PATCH 2/4] feat(Docs): Finalized release notes --- .../docs-release-notes/docs-5-24-2024.mdx | 25 ++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/src/content/docs/release-notes/docs-release-notes/docs-5-24-2024.mdx b/src/content/docs/release-notes/docs-release-notes/docs-5-24-2024.mdx index 652f4670036..9c6d37c0110 100644 --- a/src/content/docs/release-notes/docs-release-notes/docs-5-24-2024.mdx +++ b/src/content/docs/release-notes/docs-release-notes/docs-5-24-2024.mdx @@ -7,6 +7,7 @@ version: 'ersion: May 17-23, 2024' ### New docs * Our new [Apache Mesos integration](/docs/infrastructure/host-integrations/host-integrations-list/apache-mesos-integration) helps you monitor your distributed system kernel performance. +* Our new [Temporal cloud integration](/docs/infrastructure/host-integrations/host-integrations-list/temporal-cloud-integration) helps you monitor and diagnose workflow, namespace, and scalable application issues in your Temporal Cloud. * Do you have a [.NET app on AWS Elastic Beanstalk](/docs/apm/agents/net-agent/install-guides/install-net-agent-on-aws-elastic-beanstalk)? This new install doc shows a clear path to ingesting that data to our platform. ### Major changes @@ -15,7 +16,14 @@ version: 'ersion: May 17-23, 2024' * In our network performance monitoring docs, a lot of little updates led to a major change: updated supported environments for Podman across 17 docs. * Clarified how [logs live archives](/docs/logs/get-started/live-archives) works and when that [log data is available](/docs/logs/get-started/live-archives-billing). * Added a diagram and environment variables to Lambda monitoring [instrument your containerized image layer](/docs/serverless-function-monitoring/aws-lambda-monitoring/enable-lambda-monitoring/containerized-images/). -* New Relic's REST API v1 has been fully EOLed and we deleted several docs related to it. +* New Relic's REST API v1 has been fully EOLed and we deleted several docs related to it. +* A massive sweep of our infrastructure monitoring docs to: + * align it our style guide. + * remove unnecessary content. + * make the installation doc more visible in the left nav. + * improve the flow of the installation doc. +* Our Developer-to-Docs site migration continues, with another 30+ docs migrated this week. +* As of May 23, 2024, AI monitoring supports Java. We've updated several AI monitoring docs to reflect this important update. ### Minor changes @@ -25,15 +33,26 @@ version: 'ersion: May 17-23, 2024' * Updated .NET compatibility [core](/docs/apm/agents/net-agent/getting-started/net-agent-compatibility-requirements-net-core/#database) and [framework](/docs/apm/agents/net-agent/getting-started/net-agent-compatibility-requirements-net-framework/#database) to add that we support the `Elastic.Clients.Elasticsearch` version 8.13.12 datastore. * Updated [Node.js APM agent compatibilty](/docs/apm/agents/nodejs-agent/getting-started/compatibility-requirements-nodejs-agent) instrumented modules table. * Updated [AWS Privatelink](/docs/data-apis/custom-data/aws-privatelink) supported regions and zones endpoints. -* Infrastructure agent now supports Ubuntu 24.04 (Noble Numbat). +* Infrastructure agent now supports Ubuntu 24.04 (Noble Numbat), but we don't yet support infrastructure plus logs on this version of Ubuntu. +* If you're using [CyberARK and Microsoft SQL Server](/docs/infrastructure/host-integrations/installation/secrets-management/#cyberark-api) with Windows Authentication, we've clarified that you need to preface your username with your domain. +* In our [.NET APM agent configuration](/docs/apm/agents/net-agent/configuration/net-agent-configuration/#error-ignoreErrors), we've added environment variables for ignored and expected status codes. +* In [use your charts](/docs/query-your-data/explore-query-data/use-charts/use-your-charts), clarified what we mean by KB, MB, GB, and TB. (We use the International System of Units, which uses powers of 10 for calculations.) +* In [email settings](/docs/accounts/accounts/account-maintenance/account-email-settings), we've clarified allowed characters and limits on New Relic user email addresses. +* Added the IAST validator service URL endpoint to our [networks](/docs/new-relic-solutions/get-started/networks/#new-relic-endpoints) New Relic telemetry endpoints table. +* Added a tip on how to monitor multiple SNMP trap version on one host in [SNMP performance monitoring](/docs/network-performance-monitoring/setup-performance-monitoring/snmp-performance-monitoring). +* If you want to extend your [Node.js instrumentation to include Apollo Server](/docs/apm/agents/nodejs-agent/getting-started/introduction-new-relic-nodejs/#extend-instrumentation), we've added links to useful GitHub READMEs. +* Added .NET compatibility info to [AI monitoring compatibility and requirements](/docs/ai-monitoring/compatibility-requirements-ai-monitoring/#compatibility). ### Release notes and What's New posts * [Browser agent v1.260.1](/docs/release-notes/new-relic-browser-release-notes/browser-agent-release-notes/browser-agent-v1.260.1). * [Infrastructure agent v1.52.3](/docs/release-notes/infrastructure-release-notes/infrastructure-agent-release-notes/new-relic-infrastructure-agent-1523) +* [Java agent v8.12.0](/docs/release-notes/agent-release-notes/java-release-notes/java-agent-8120) * [Job manager v370](/docs/release-notes/synthetics-release-notes/job-manager-release-notes/job-manager-release-370). +* [Kubernetes integration v3.28.7](/docs/release-notes/infrastructure-release-notes/kubernetes-integration-release-notes/kubernetes-integration-3-28-7). * [Mobile app for Android v5.18.0](/docs/release-notes/mobile-apps-release-notes/new-relic-android-release-notes/new-relic-android-5180). +* [.NET agent v10.25.0](/docs/release-notes/agent-release-notes/net-release-notes/net-agent-10-25-0). * [Node API runtime v1.2.1](/docs/release-notes/synthetics-release-notes/node-api-runtime-release-notes/node-api-runtime-1.2.1). * [Node API runtime v1.2.58](/docs/release-notes/synthetics-release-notes/node-api-runtime-release-notes/node-api-runtime-1.2.58). * [Node API runtime v1.2.67](/docs/release-notes/synthetics-release-notes/node-api-runtime-release-notes/node-api-runtime-1.2.67). @@ -42,7 +61,7 @@ version: 'ersion: May 17-23, 2024' * [Node API runtime v1.2.8](/docs/release-notes/synthetics-release-notes/node-api-runtime-release-notes/node-api-runtime-1.2.8). * [Node.js agent v11.17.0](/docs/release-notes/agent-release-notes/nodejs-release-notes/node-agent-11-17-0). * [PHP agent v10.21.0.11](/docs/release-notes/agent-release-notes/php-release-notes/php-agent-10-21-0-11). -* [](). + * [](). * [](). * [](). From a79d3990cbd4a8439db89a68b19c736b03474579 Mon Sep 17 00:00:00 2001 From: Shawn Kilburn Date: Fri, 24 May 2024 10:02:09 -0700 Subject: [PATCH 3/4] fix(Docs): Deleted some extra placeholder stuff --- .../docs-release-notes/docs-5-24-2024.mdx | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/content/docs/release-notes/docs-release-notes/docs-5-24-2024.mdx b/src/content/docs/release-notes/docs-release-notes/docs-5-24-2024.mdx index 9c6d37c0110..5668255d44c 100644 --- a/src/content/docs/release-notes/docs-release-notes/docs-5-24-2024.mdx +++ b/src/content/docs/release-notes/docs-release-notes/docs-5-24-2024.mdx @@ -62,16 +62,6 @@ version: 'ersion: May 17-23, 2024' * [Node.js agent v11.17.0](/docs/release-notes/agent-release-notes/nodejs-release-notes/node-agent-11-17-0). * [PHP agent v10.21.0.11](/docs/release-notes/agent-release-notes/php-release-notes/php-agent-10-21-0-11). -* [](). -* [](). -* [](). - - - - -* What's New post for [Tabs for query builder](/whats-new/2024/05/whats-new-05-16-query-tabs). -* [Browser agent v1.260.0](/docs/release-notes/new-relic-browser-release-notes/browser-agent-release-notes/browser-agent-v1.260.0). - From 8633d4a0b6562a01220a1a7d026c0dc93b52c6d7 Mon Sep 17 00:00:00 2001 From: Shawn Kilburn Date: Fri, 24 May 2024 10:50:03 -0700 Subject: [PATCH 4/4] fix(Docs): Cleaned up some style guide stuff --- .../docs-release-notes/docs-5-24-2024.mdx | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/content/docs/release-notes/docs-release-notes/docs-5-24-2024.mdx b/src/content/docs/release-notes/docs-release-notes/docs-5-24-2024.mdx index 5668255d44c..ae00c3549e7 100644 --- a/src/content/docs/release-notes/docs-release-notes/docs-5-24-2024.mdx +++ b/src/content/docs/release-notes/docs-release-notes/docs-5-24-2024.mdx @@ -13,15 +13,15 @@ version: 'ersion: May 17-23, 2024' ### Major changes * Added and updated synthetic and browser scripted monitor code examples to [synthetic monitoring best practices](/docs/new-relic-solutions/best-practices-guides/full-stack-observability/synthetic-monitoring-best-practices-guide) and [synthetic scripted browser reference](/docs/synthetics/synthetic-monitoring/scripting-monitors/synthetic-scripted-browser-reference-monitor-versions-chrome-100). Code examples are one of the things that are readers ask for the most, so we're always happy to see more of these. -* In our network performance monitoring docs, a lot of little updates led to a major change: updated supported environments for Podman across 17 docs. +* In our network performance monitoring docs, a lot of little updates led to a major change: Updated supported environments for Podman across 17 docs. * Clarified how [logs live archives](/docs/logs/get-started/live-archives) works and when that [log data is available](/docs/logs/get-started/live-archives-billing). * Added a diagram and environment variables to Lambda monitoring [instrument your containerized image layer](/docs/serverless-function-monitoring/aws-lambda-monitoring/enable-lambda-monitoring/containerized-images/). * New Relic's REST API v1 has been fully EOLed and we deleted several docs related to it. * A massive sweep of our infrastructure monitoring docs to: - * align it our style guide. - * remove unnecessary content. - * make the installation doc more visible in the left nav. - * improve the flow of the installation doc. + * Align it our style guide. + * Remove unnecessary content. + * Make the installation doc more visible in the left nav. + * Improve the flow of the installation doc. * Our Developer-to-Docs site migration continues, with another 30+ docs migrated this week. * As of May 23, 2024, AI monitoring supports Java. We've updated several AI monitoring docs to reflect this important update. @@ -46,21 +46,21 @@ version: 'ersion: May 17-23, 2024' ### Release notes and What's New posts -* [Browser agent v1.260.1](/docs/release-notes/new-relic-browser-release-notes/browser-agent-release-notes/browser-agent-v1.260.1). +* [Browser agent v1.260.1](/docs/release-notes/new-relic-browser-release-notes/browser-agent-release-notes/browser-agent-v1.260.1) * [Infrastructure agent v1.52.3](/docs/release-notes/infrastructure-release-notes/infrastructure-agent-release-notes/new-relic-infrastructure-agent-1523) * [Java agent v8.12.0](/docs/release-notes/agent-release-notes/java-release-notes/java-agent-8120) -* [Job manager v370](/docs/release-notes/synthetics-release-notes/job-manager-release-notes/job-manager-release-370). -* [Kubernetes integration v3.28.7](/docs/release-notes/infrastructure-release-notes/kubernetes-integration-release-notes/kubernetes-integration-3-28-7). -* [Mobile app for Android v5.18.0](/docs/release-notes/mobile-apps-release-notes/new-relic-android-release-notes/new-relic-android-5180). -* [.NET agent v10.25.0](/docs/release-notes/agent-release-notes/net-release-notes/net-agent-10-25-0). -* [Node API runtime v1.2.1](/docs/release-notes/synthetics-release-notes/node-api-runtime-release-notes/node-api-runtime-1.2.1). -* [Node API runtime v1.2.58](/docs/release-notes/synthetics-release-notes/node-api-runtime-release-notes/node-api-runtime-1.2.58). -* [Node API runtime v1.2.67](/docs/release-notes/synthetics-release-notes/node-api-runtime-release-notes/node-api-runtime-1.2.67). -* [Node API runtime v1.2.72](/docs/release-notes/synthetics-release-notes/node-api-runtime-release-notes/node-api-runtime-1.2.72). -* [Node API runtime v1.2.75](/docs/release-notes/synthetics-release-notes/node-api-runtime-release-notes/node-api-runtime-1.2.75). -* [Node API runtime v1.2.8](/docs/release-notes/synthetics-release-notes/node-api-runtime-release-notes/node-api-runtime-1.2.8). -* [Node.js agent v11.17.0](/docs/release-notes/agent-release-notes/nodejs-release-notes/node-agent-11-17-0). -* [PHP agent v10.21.0.11](/docs/release-notes/agent-release-notes/php-release-notes/php-agent-10-21-0-11). +* [Job manager v370](/docs/release-notes/synthetics-release-notes/job-manager-release-notes/job-manager-release-370) +* [Kubernetes integration v3.28.7](/docs/release-notes/infrastructure-release-notes/kubernetes-integration-release-notes/kubernetes-integration-3-28-7) +* [Mobile app for Android v5.18.0](/docs/release-notes/mobile-apps-release-notes/new-relic-android-release-notes/new-relic-android-5180) +* [.NET agent v10.25.0](/docs/release-notes/agent-release-notes/net-release-notes/net-agent-10-25-0) +* [Node API runtime v1.2.1](/docs/release-notes/synthetics-release-notes/node-api-runtime-release-notes/node-api-runtime-1.2.1) +* [Node API runtime v1.2.58](/docs/release-notes/synthetics-release-notes/node-api-runtime-release-notes/node-api-runtime-1.2.58) +* [Node API runtime v1.2.67](/docs/release-notes/synthetics-release-notes/node-api-runtime-release-notes/node-api-runtime-1.2.67) +* [Node API runtime v1.2.72](/docs/release-notes/synthetics-release-notes/node-api-runtime-release-notes/node-api-runtime-1.2.72) +* [Node API runtime v1.2.75](/docs/release-notes/synthetics-release-notes/node-api-runtime-release-notes/node-api-runtime-1.2.75) +* [Node API runtime v1.2.8](/docs/release-notes/synthetics-release-notes/node-api-runtime-release-notes/node-api-runtime-1.2.8) +* [Node.js agent v11.17.0](/docs/release-notes/agent-release-notes/nodejs-release-notes/node-agent-11-17-0) +* [PHP agent v10.21.0.11](/docs/release-notes/agent-release-notes/php-release-notes/php-agent-10-21-0-11)