From dfcce68e4b681572561a1247d92ca87c916c551d Mon Sep 17 00:00:00 2001 From: Shawn Kilburn Date: Wed, 21 Aug 2024 10:36:00 -0700 Subject: [PATCH 1/5] feat(Docs): Initial release notes --- .../docs-release-notes/docs-8-23-2024.mdx | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/content/docs/release-notes/docs-release-notes/docs-8-23-2024.mdx diff --git a/src/content/docs/release-notes/docs-release-notes/docs-8-23-2024.mdx b/src/content/docs/release-notes/docs-release-notes/docs-8-23-2024.mdx new file mode 100644 index 00000000000..786201f33ad --- /dev/null +++ b/src/content/docs/release-notes/docs-release-notes/docs-8-23-2024.mdx @@ -0,0 +1,18 @@ +--- +subject: "Docs" +releaseDate: '2024-08-23' +version: 'version: August 16-22, 2024' +--- + +### New docs + + + +### Major changes + + +### Minor changes + +* In [introduction to AWS Lambda monitoring](/docs/serverless-function-monitoring/aws-lambda-monitoring/instrument-lambda-function/introduction-lambda/#configure), added new sections on distributed tracing, extensions, Node.js, and Python environment variable configuration options. + +### Release notes and What's New posts From b722780a684f59b155aa953087ae784b80906977 Mon Sep 17 00:00:00 2001 From: Shawn Kilburn Date: Wed, 21 Aug 2024 14:40:52 -0700 Subject: [PATCH 2/5] feat(Docs): Latest release notes, Aug 21 midday --- .../docs-release-notes/docs-8-23-2024.mdx | 36 +++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) diff --git a/src/content/docs/release-notes/docs-release-notes/docs-8-23-2024.mdx b/src/content/docs/release-notes/docs-release-notes/docs-8-23-2024.mdx index 786201f33ad..9c7271d56f5 100644 --- a/src/content/docs/release-notes/docs-release-notes/docs-8-23-2024.mdx +++ b/src/content/docs/release-notes/docs-release-notes/docs-8-23-2024.mdx @@ -6,13 +6,45 @@ version: 'version: August 16-22, 2024' ### New docs - +* [Forward your Lambda function logs with New Relic and OpenTelemetry](/docs/serverless-function-monitoring/aws-lambda-monitoring/opentelemetry/otel-adot-log-ingestion-serverless) describes how to monitor AWS serverless applications with OpenTelemetry log events from AWS CloudWatch via the New Relic UI. ### Major changes +* Quality improvements to the **Explore your Kubernetes data** category, starting with [explore your Kubernetes cluster](/docs/kubernetes-pixie/kubernetes-integration/understand-use-data/kubernetes-cluster-explorer/). The improvements include content reorganization, rewritten content, and updated screenshots to improve clarity and readability. +* The .NET agent now supports auto-instrumentation of certain Lambda function types. We've updated [approaches to .NET serverless AWS Lambda performance monitoring](/docs/apm/agents/net-agent/getting-started/net-agent-approaches-lambda/#feature-comparison) to reflect that. + ### Minor changes -* In [introduction to AWS Lambda monitoring](/docs/serverless-function-monitoring/aws-lambda-monitoring/instrument-lambda-function/introduction-lambda/#configure), added new sections on distributed tracing, extensions, Node.js, and Python environment variable configuration options. +* In [introduction to AWS Lambda monitoring](/docs/serverless-function-monitoring/aws-lambda-monitoring/instrument-lambda-function/introduction-lambda/#configure), added new sections on distributed tracing, extensions, Node.js, and Python environment variable configuration options. +* Added a link to our [collector GitHub repo](https://github.com/newrelic/helm-charts/blob/master/charts/nr-k8s-otel-collector/collector.md) that describes how to set up [OpenTelemetry for Kubernetes](/docs/kubernetes-pixie/kubernetes-integration/installation/k8s-otel/#requirements) without our Helm chart. +* The [browser API `PageAction` event](/docs/browser/new-relic-browser/browser-apis/addpageaction) limit has been increased from 120 to 1,000. +* Improved the clarity and readability of the [PHP agent compatibility table](/docs/apm/agents/php-agent/getting-started/php-agent-compatibility-requirements/#frameworks). ### Release notes and What's New posts + +* What's New post for [configure titles templates for improved alert processing](/whats-new/2024/08/Configure_incident_titles) +* [Infrastructure agent v1.56.1](/docs/release-notes/infrastructure-release-notes/infrastructure-agent-release-notes/new-relic-infrastructure-agent-1561) + * Update dependency `newrelic/nri-docker` to v2.0.7 +* [iOS agent v7.5.1](/docs/release-notes/mobile-release-notes/ios-release-notes/ios-agent-751) + * Monitor watchOS apps via the iOS agent +* [Java agent v8.14.0](/docs/release-notes/agent-release-notes/java-release-notes/java-agent-8140) + * Disable AI monitoring at the account/organization level + * HikariCP instrumentation captures additional metrics + * New instrumentation modules for: `kafka-clients-metrics-3.7.0`, `jedis-5.0.0`, `vertx-sqlclient-4.4.2`, and `newrelic-scala-api`. + * New AWS MQ attributes added to spans + * Bug fixes related to Netty and `netty-reactor` +* [Logs v240812](/docs/release-notes/logs-release-notes/logs-24-08-12) + * Add support for Ubuntu 24.04 and SUSE 15.5(x86_64) +* [.NET agent v10.29.0](/docs/release-notes/agent-release-notes/net-release-notes/net-agent-10-29-0) + * New metrics and attributes for some supported libraries + * Auto-instrument AASP.NET Core Lambda functions + * If there's no application name, defaults to Lambda function name (when monitoring Lambda functions) +* [Node.js agent v12.1.1](/docs/release-notes/agent-release-notes/nodejs-release-notes/node-agent-12-1-1) + * Bug fixes related to `amqplib` instrumentation and `redis` host/port parsing + * Update `kafkajs` node metrics to remove `/Named` from the name +* [Node.js agent v12.2.0](/docs/release-notes/agent-release-notes/nodejs-release-notes/node-agent-12-2-0) + * Add instrumentation support for Express 5 beta + * Bug fix for `koa` instrumentation and route names +* End-of-life announcement for [change to user and license keys](/eol/2024/08/eol-08-14-24) + * On September 25, 2024, we're removing the ability to copy API keys from the UI. \ No newline at end of file From da6331ea025f3a8445723f29bbb9ea5ba936dfb7 Mon Sep 17 00:00:00 2001 From: Shawn Kilburn Date: Fri, 23 Aug 2024 10:12:23 -0700 Subject: [PATCH 3/5] feat(Docs): Final docs release notes content --- .../release-notes/docs-release-notes/docs-8-23-2024.mdx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/content/docs/release-notes/docs-release-notes/docs-8-23-2024.mdx b/src/content/docs/release-notes/docs-release-notes/docs-8-23-2024.mdx index 9c7271d56f5..4f0fc9bbb55 100644 --- a/src/content/docs/release-notes/docs-release-notes/docs-8-23-2024.mdx +++ b/src/content/docs/release-notes/docs-release-notes/docs-8-23-2024.mdx @@ -12,6 +12,7 @@ version: 'version: August 16-22, 2024' * Quality improvements to the **Explore your Kubernetes data** category, starting with [explore your Kubernetes cluster](/docs/kubernetes-pixie/kubernetes-integration/understand-use-data/kubernetes-cluster-explorer/). The improvements include content reorganization, rewritten content, and updated screenshots to improve clarity and readability. * The .NET agent now supports auto-instrumentation of certain Lambda function types. We've updated [approaches to .NET serverless AWS Lambda performance monitoring](/docs/apm/agents/net-agent/getting-started/net-agent-approaches-lambda/#feature-comparison) to reflect that. +* Added a new category called `Other infrastructure integrations` to split out documentation that doesn't belong in alongisde our infrastructure on-host integration docs. [Atlassian Jira integration](/docs/infrastructure/other-infrastructure-integrations/atlassian-integration/) is the first doc in this new category. ### Minor changes @@ -19,11 +20,16 @@ version: 'version: August 16-22, 2024' * In [introduction to AWS Lambda monitoring](/docs/serverless-function-monitoring/aws-lambda-monitoring/instrument-lambda-function/introduction-lambda/#configure), added new sections on distributed tracing, extensions, Node.js, and Python environment variable configuration options. * Added a link to our [collector GitHub repo](https://github.com/newrelic/helm-charts/blob/master/charts/nr-k8s-otel-collector/collector.md) that describes how to set up [OpenTelemetry for Kubernetes](/docs/kubernetes-pixie/kubernetes-integration/installation/k8s-otel/#requirements) without our Helm chart. * The [browser API `PageAction` event](/docs/browser/new-relic-browser/browser-apis/addpageaction) limit has been increased from 120 to 1,000. -* Improved the clarity and readability of the [PHP agent compatibility table](/docs/apm/agents/php-agent/getting-started/php-agent-compatibility-requirements/#frameworks). +* Improved the clarity and readability of the [PHP agent compatibility table](/docs/apm/agents/php-agent/getting-started/php-agent-compatibility-requirements/#frameworks). +* In the logs API, log event data has a new reserved attribute name prefix of `instrumentation.*` and any attribute with this prefix is dropped during ingest. We've updated [log event data](/docs/logs/log-api/log-event-data/#attributes) to reflect this. +* We're using BugCrowd for our [coordinated disclosure program to report security vulnerabilities](/docs/security/security-privacy/information-security/report-security-vulnerabilities) and added some info about how to sign up. +* In [Fluentd plugin for log forwarding](/docs/logs/forward-logs/fluentd-plugin-log-forwarding), to describe how we encode Japanese language log files. ### Release notes and What's New posts * What's New post for [configure titles templates for improved alert processing](/whats-new/2024/08/Configure_incident_titles) +* [Android agent v1.1.2](/docs/release-notes/mobile-release-notes/android-release-notes/android-ndk-112) + * Fix a crash when an application goes to the background * [Infrastructure agent v1.56.1](/docs/release-notes/infrastructure-release-notes/infrastructure-agent-release-notes/new-relic-infrastructure-agent-1561) * Update dependency `newrelic/nri-docker` to v2.0.7 * [iOS agent v7.5.1](/docs/release-notes/mobile-release-notes/ios-release-notes/ios-agent-751) From 25b8e2ac2fbd519fa571a2f38b128975817d29b1 Mon Sep 17 00:00:00 2001 From: ally sassman <42753584+ally-sassman@users.noreply.github.com> Date: Fri, 23 Aug 2024 10:35:11 -0700 Subject: [PATCH 4/5] fix(releaseNotes): fix typo --- .../docs/release-notes/docs-release-notes/docs-8-23-2024.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/release-notes/docs-release-notes/docs-8-23-2024.mdx b/src/content/docs/release-notes/docs-release-notes/docs-8-23-2024.mdx index 4f0fc9bbb55..f00c6562231 100644 --- a/src/content/docs/release-notes/docs-release-notes/docs-8-23-2024.mdx +++ b/src/content/docs/release-notes/docs-release-notes/docs-8-23-2024.mdx @@ -12,7 +12,7 @@ version: 'version: August 16-22, 2024' * Quality improvements to the **Explore your Kubernetes data** category, starting with [explore your Kubernetes cluster](/docs/kubernetes-pixie/kubernetes-integration/understand-use-data/kubernetes-cluster-explorer/). The improvements include content reorganization, rewritten content, and updated screenshots to improve clarity and readability. * The .NET agent now supports auto-instrumentation of certain Lambda function types. We've updated [approaches to .NET serverless AWS Lambda performance monitoring](/docs/apm/agents/net-agent/getting-started/net-agent-approaches-lambda/#feature-comparison) to reflect that. -* Added a new category called `Other infrastructure integrations` to split out documentation that doesn't belong in alongisde our infrastructure on-host integration docs. [Atlassian Jira integration](/docs/infrastructure/other-infrastructure-integrations/atlassian-integration/) is the first doc in this new category. +* Added a new category called `Other infrastructure integrations` to split out documentation that doesn't belong in alongside our infrastructure on-host integration docs. [Atlassian Jira integration](/docs/infrastructure/other-infrastructure-integrations/atlassian-integration/) is the first doc in this new category. ### Minor changes From d5fbde4c32f9793eeec3d4af4074ddf85edf6501 Mon Sep 17 00:00:00 2001 From: ally sassman <42753584+ally-sassman@users.noreply.github.com> Date: Fri, 23 Aug 2024 10:35:59 -0700 Subject: [PATCH 5/5] fix(releaseNotes): another typo --- .../docs/release-notes/docs-release-notes/docs-8-23-2024.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/release-notes/docs-release-notes/docs-8-23-2024.mdx b/src/content/docs/release-notes/docs-release-notes/docs-8-23-2024.mdx index f00c6562231..4078607ef08 100644 --- a/src/content/docs/release-notes/docs-release-notes/docs-8-23-2024.mdx +++ b/src/content/docs/release-notes/docs-release-notes/docs-8-23-2024.mdx @@ -44,7 +44,7 @@ version: 'version: August 16-22, 2024' * Add support for Ubuntu 24.04 and SUSE 15.5(x86_64) * [.NET agent v10.29.0](/docs/release-notes/agent-release-notes/net-release-notes/net-agent-10-29-0) * New metrics and attributes for some supported libraries - * Auto-instrument AASP.NET Core Lambda functions + * Auto-instrument ASP.NET Core Lambda functions * If there's no application name, defaults to Lambda function name (when monitoring Lambda functions) * [Node.js agent v12.1.1](/docs/release-notes/agent-release-notes/nodejs-release-notes/node-agent-12-1-1) * Bug fixes related to `amqplib` instrumentation and `redis` host/port parsing