From e1533a34cebc0bc9d3440d4ff31feab3f68c5676 Mon Sep 17 00:00:00 2001 From: WriteMayur Date: Thu, 19 Dec 2024 00:54:42 +0530 Subject: [PATCH 1/7] doc-release-notes-till-18-doc --- .../docs-release-notes/docs-12-20-2024.mdx | 106 ++++++++++++++++++ 1 file changed, 106 insertions(+) create mode 100644 src/content/docs/release-notes/docs-release-notes/docs-12-20-2024.mdx diff --git a/src/content/docs/release-notes/docs-release-notes/docs-12-20-2024.mdx b/src/content/docs/release-notes/docs-release-notes/docs-12-20-2024.mdx new file mode 100644 index 00000000000..bf673ed7986 --- /dev/null +++ b/src/content/docs/release-notes/docs-release-notes/docs-12-20-2024.mdx @@ -0,0 +1,106 @@ +--- +subject: "Docs" +releaseDate: '2024-12-20' +version: 'version: November 13-December 20, 2024' +--- + +### New docs + +* Created a new API document for [recordCustomEvents.](/docs/browser/new-relic-browser/browser-apis/recordCustomEvent/) + + +### Major changes + + +* Updated the [OpenShift compatibility requirements](/docs/kubernetes-pixie/kubernetes-integration/get-started/kubernetes-integration-compatibility-requirements) and added new troubleshooting steps for Kubernetes integration with Openshift for [KSM Metrics](/docs/kubernetes-pixie/kubernetes-integration/troubleshooting/openshift/ksm), [FluentBit](/docs/kubernetes-pixie/kubernetes-integration/troubleshooting/openshift/fluent-bit), and [security or permission issues](/docs/kubernetes-pixie/kubernetes-integration/troubleshooting/openshift/security-context-constraints). +* Updated supported libraries version for [.net agent](/docs/apm/agents/net-agent/getting-started/net-agent-compatibility-requirements) +* Added a new section of resource requirements for [Kubernetes integration](/docs/kubernetes-pixie/kubernetes-integration/get-started/kubernetes-integration-compatibility-requirements) +* Updated the [security control privacy for agent attributes.](/docs/security/security-privacy/data-privacy/security-controls-privacy) +* Added new configuration setting for [Python agent configuration](/docs/apm/agents/python-agent/configuration/python-agent-configuration) +* Added a new mutation for cancel an async query in [NerdGraph NRQL tutorial document.](/docs/apis/nerdgraph/examples/async-queries-nrql-tutorial) +* Updated the Drupal supported information for [PHP agent](/docs/apm/agents/php-agent/getting-started/php-agent-compatibility-requirements) +* Updated the [PHP package support information for vulnerability management](/docs/vulnerability-management/integrations/intro). +* Added a new section for how to opt in to use [experimental features of Browser agent.](/docs/browser/new-relic-browser/configuration/experimental-features) + + + +### Minor changes + + +* Fixed the broken link in [Synthetic monitoring private locations document.](/docs/synthetics/synthetic-monitoring/private-locations/monitor-private-locations) +* Clarified the use of `timestamp` attribute for logs in [timestamp-support.](/docs/logs/ui-data/timestamp-support) +* Enhanced the linguistic accuracy of [security-policy document.](/docs/licenses/license-information/referenced-policies/security-policy) +* Improved the linguistic accuracy for [get-started with log management document.](docs/logs/get-started/get-started-log-management) +* Added the default `networkingmode` for [Synthetic monitoring job manager](/docs/synthetics/synthetic-monitoring/private-locations/install-job-manager) +* Updated the support case for data retention in [Global technical support offering document](/docs/licenses/license-information/general-usage-licenses/global-technical-support-offerings) +* Added new optional parameters for [Microsoft-SQL integration](/install/microsoft-sql/whatsNext) +* Updated the examples for [Nodejs agent configuration](/docs/apm/agents/nodejs-agent/installation-configuration/nodejs-agent-configuration). + + + + +### Release note + + +Stay up-to-date on our most recent release: + +* [Logs v241218](/docs/release-notes/logs-release-notes/logs-24-12-18/): + + * Simplified logs onboarding with cloudFormation template. + * Added capability of storing the New Relic's API keys in AWS Secrets Management to enhance security posture. + +* [Logs v241211](/docs/release-notes/logs-release-notes/logs-24-12-11/): + + * Enhanced the handling of Syslog License Key + +* [Mobile app for Android v5.27.0](/docs/release-notes/mobile-apps-release-notes/new-relic-android-release-notes/new-relic-android-5270/): + + * Improved user experience by adding Pull to Refresh in Entity details screen. + * Added the received notification, installed app, and first login events. + +* [Mobile app for iOS v6.8.5](/docs/release-notes/mobile-apps-release-notes/new-relic-ios-release-notes/new-relic-ios-6085/): + + * Removed `code verifier` from the query parameters. + + +* [iOS Release Notes 6.8.6](/docs/release-notes/mobile-apps-release-notes/new-relic-ios-release-notes/new-relic-ios-6086): + + * Added focus mode integration for alerts and time sensitive notifications. + * Fixed a bug of filters using table in Dashboard. + * Added analytics events for notification, app install, and first login tracking. + +* [Python agent v10.4.0](/docs/release-notes/agent-release-notes/python-release-notes/python-agent-100400): + + * Added instrumentation support for asynchronous PyMongo. + * Added instrumentation support for motor. + * Added support for aiomysql. + * Added new AWS account ID for configuration setting + * Linked the AWS entity in the service map for DynamoDB. + * Linked the AWS entity in the service map for Lambda. + * Fix a path typing issue in newrelic.initialize() + + +* [Infrastructure agent v1.58.1:](/docs/release-notes/infrastructure-release-notes/infrastructure-agent-release-notes/new-relic-infrastructure-agent-1581) + + * Updated the alpine Docker tag to v3.21 + + +* [Lambda-Extension v2.3.15](docs/release-notes/lambda-extension-release-notes/lambda-extension-2.3.15): + + * Added the support to sends Extension log events to New Relic. + * Added new examples for containerized Lambda using `SAM1` + * Updated the examples to use IAM policy for least privileged policy. + * Updated the Golang and its dependency versions for Extension. + +* [Fluent Bit v3.1.9](docs/release-notes/fluentbit-release-notes/fluentbit-24-10-31): + + * Updated the Fluent Bit output plug-in Docker image. + * Updated the New Relic Helm chart to install new plug-in image + +* [Browser agent v1.276.0](/docs/release-notes/new-relic-browser-release-notes/browser-agent-release-notes/browser-agent-v1.276.0): + + * Added feature flags support to control experimental features. + * Added detection for page resource assets to capture data as a `BrowserPerformance` event. + * Updated the agent to ignore reserved attribute names. + * Resolved the syntax error that caused xhr readystate fallback checks to always capture. + From 42b2e3376620e8f3cadf0bfb8b5c7157b5564f2c Mon Sep 17 00:00:00 2001 From: WriteMayur Date: Thu, 19 Dec 2024 01:05:14 +0530 Subject: [PATCH 2/7] broken-link-fix --- .../docs-release-notes/docs-12-20-2024.mdx | 48 +++++++++---------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/src/content/docs/release-notes/docs-release-notes/docs-12-20-2024.mdx b/src/content/docs/release-notes/docs-release-notes/docs-12-20-2024.mdx index bf673ed7986..3284a4c3de1 100644 --- a/src/content/docs/release-notes/docs-release-notes/docs-12-20-2024.mdx +++ b/src/content/docs/release-notes/docs-release-notes/docs-12-20-2024.mdx @@ -12,14 +12,14 @@ version: 'version: November 13-December 20, 2024' ### Major changes -* Updated the [OpenShift compatibility requirements](/docs/kubernetes-pixie/kubernetes-integration/get-started/kubernetes-integration-compatibility-requirements) and added new troubleshooting steps for Kubernetes integration with Openshift for [KSM Metrics](/docs/kubernetes-pixie/kubernetes-integration/troubleshooting/openshift/ksm), [FluentBit](/docs/kubernetes-pixie/kubernetes-integration/troubleshooting/openshift/fluent-bit), and [security or permission issues](/docs/kubernetes-pixie/kubernetes-integration/troubleshooting/openshift/security-context-constraints). -* Updated supported libraries version for [.net agent](/docs/apm/agents/net-agent/getting-started/net-agent-compatibility-requirements) -* Added a new section of resource requirements for [Kubernetes integration](/docs/kubernetes-pixie/kubernetes-integration/get-started/kubernetes-integration-compatibility-requirements) +* Updated the [OpenShift compatibility requirements](/docs/kubernetes-pixie/kubernetes-integration/get-started/kubernetes-integration-compatibility-requirements) and added new troubleshooting steps for Kubernetes integration with Openshift for [KSM Metrics](/docs/kubernetes-pixie/kubernetes-integration/troubleshooting/openshift/ksm), [FluentBit](/docs/kubernetes-pixie/kubernetes-integration/troubleshooting/openshift/fluent-bit), and [security or permission issues.](/docs/kubernetes-pixie/kubernetes-integration/troubleshooting/openshift/security-context-constraints) +* Updated the supported libraries version for [.net agent.](/docs/apm/agents/net-agent/getting-started/net-agent-compatibility-requirements) +* Added a new section of resource requirements for [Kubernetes integration.](/docs/kubernetes-pixie/kubernetes-integration/get-started/kubernetes-integration-compatibility-requirements) * Updated the [security control privacy for agent attributes.](/docs/security/security-privacy/data-privacy/security-controls-privacy) -* Added new configuration setting for [Python agent configuration](/docs/apm/agents/python-agent/configuration/python-agent-configuration) +* Added the new configuration settings for [Python agent configuration.](/docs/apm/agents/python-agent/configuration/python-agent-configuration) * Added a new mutation for cancel an async query in [NerdGraph NRQL tutorial document.](/docs/apis/nerdgraph/examples/async-queries-nrql-tutorial) -* Updated the Drupal supported information for [PHP agent](/docs/apm/agents/php-agent/getting-started/php-agent-compatibility-requirements) -* Updated the [PHP package support information for vulnerability management](/docs/vulnerability-management/integrations/intro). +* Updated the Drupal supported information for [PHP agent.](/docs/apm/agents/php-agent/getting-started/php-agent-compatibility-requirements) +* Updated the [PHP package support information for vulnerability management.](/docs/vulnerability-management/integrations/intro) * Added a new section for how to opt in to use [experimental features of Browser agent.](/docs/browser/new-relic-browser/configuration/experimental-features) @@ -32,8 +32,8 @@ version: 'version: November 13-December 20, 2024' * Enhanced the linguistic accuracy of [security-policy document.](/docs/licenses/license-information/referenced-policies/security-policy) * Improved the linguistic accuracy for [get-started with log management document.](docs/logs/get-started/get-started-log-management) * Added the default `networkingmode` for [Synthetic monitoring job manager](/docs/synthetics/synthetic-monitoring/private-locations/install-job-manager) -* Updated the support case for data retention in [Global technical support offering document](/docs/licenses/license-information/general-usage-licenses/global-technical-support-offerings) -* Added new optional parameters for [Microsoft-SQL integration](/install/microsoft-sql/whatsNext) +* Updated the support case for data retention in [Global technical support offering document](/docs/licenses/license-information/general-usage-licenses/global-technical-support-offerings). +* Added the new optional parameters for [Microsoft-SQL integration](/install/microsoft-sql/whatsNext). * Updated the examples for [Nodejs agent configuration](/docs/apm/agents/nodejs-agent/installation-configuration/nodejs-agent-configuration). @@ -46,38 +46,38 @@ Stay up-to-date on our most recent release: * [Logs v241218](/docs/release-notes/logs-release-notes/logs-24-12-18/): - * Simplified logs onboarding with cloudFormation template. - * Added capability of storing the New Relic's API keys in AWS Secrets Management to enhance security posture. + * Simplified the logs onboarding with cloudFormation template. + * Added the capability of storing the New Relic's API keys in AWS Secrets Management to enhance security posture. * [Logs v241211](/docs/release-notes/logs-release-notes/logs-24-12-11/): - * Enhanced the handling of Syslog License Key + * Enhanced the handling of Syslog License Key. * [Mobile app for Android v5.27.0](/docs/release-notes/mobile-apps-release-notes/new-relic-android-release-notes/new-relic-android-5270/): - * Improved user experience by adding Pull to Refresh in Entity details screen. + * Improved the user experience by adding Pull to Refresh in Entity details screen. * Added the received notification, installed app, and first login events. * [Mobile app for iOS v6.8.5](/docs/release-notes/mobile-apps-release-notes/new-relic-ios-release-notes/new-relic-ios-6085/): - * Removed `code verifier` from the query parameters. + * Removed the `code verifier` from the query parameters. * [iOS Release Notes 6.8.6](/docs/release-notes/mobile-apps-release-notes/new-relic-ios-release-notes/new-relic-ios-6086): - * Added focus mode integration for alerts and time sensitive notifications. + * Added a focus mode integration for alerts and time sensitive notifications. * Fixed a bug of filters using table in Dashboard. - * Added analytics events for notification, app install, and first login tracking. + * Added the analytics events for notification, app install, and first login tracking. * [Python agent v10.4.0](/docs/release-notes/agent-release-notes/python-release-notes/python-agent-100400): - * Added instrumentation support for asynchronous PyMongo. - * Added instrumentation support for motor. - * Added support for aiomysql. - * Added new AWS account ID for configuration setting + * Added the instrumentation support for asynchronous PyMongo. + * Added the instrumentation support for motor. + * Added the support for aiomysql. + * Added the new AWS account ID for configuration setting. * Linked the AWS entity in the service map for DynamoDB. * Linked the AWS entity in the service map for Lambda. - * Fix a path typing issue in newrelic.initialize() + * Fix a path typing issue in `newrelic.initialize()`. * [Infrastructure agent v1.58.1:](/docs/release-notes/infrastructure-release-notes/infrastructure-agent-release-notes/new-relic-infrastructure-agent-1581) @@ -88,19 +88,19 @@ Stay up-to-date on our most recent release: * [Lambda-Extension v2.3.15](docs/release-notes/lambda-extension-release-notes/lambda-extension-2.3.15): * Added the support to sends Extension log events to New Relic. - * Added new examples for containerized Lambda using `SAM1` + * Added the new examples for containerized Lambda using `SAM1`. * Updated the examples to use IAM policy for least privileged policy. * Updated the Golang and its dependency versions for Extension. * [Fluent Bit v3.1.9](docs/release-notes/fluentbit-release-notes/fluentbit-24-10-31): * Updated the Fluent Bit output plug-in Docker image. - * Updated the New Relic Helm chart to install new plug-in image + * Updated the New Relic Helm chart to install new plug-in image. * [Browser agent v1.276.0](/docs/release-notes/new-relic-browser-release-notes/browser-agent-release-notes/browser-agent-v1.276.0): - * Added feature flags support to control experimental features. - * Added detection for page resource assets to capture data as a `BrowserPerformance` event. + * Added the feature flags support to control experimental features. + * Added the detection for page resource assets to capture data as a `BrowserPerformance` event. * Updated the agent to ignore reserved attribute names. * Resolved the syntax error that caused xhr readystate fallback checks to always capture. From d9ccdfe05aaab9efe112b469b5389b7820ffb654 Mon Sep 17 00:00:00 2001 From: WriteMayur Date: Thu, 19 Dec 2024 01:25:13 +0530 Subject: [PATCH 3/7] fix the broken links --- .../docs-release-notes/docs-12-20-2024.mdx | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/content/docs/release-notes/docs-release-notes/docs-12-20-2024.mdx b/src/content/docs/release-notes/docs-release-notes/docs-12-20-2024.mdx index 3284a4c3de1..d718c74a129 100644 --- a/src/content/docs/release-notes/docs-release-notes/docs-12-20-2024.mdx +++ b/src/content/docs/release-notes/docs-release-notes/docs-12-20-2024.mdx @@ -17,7 +17,7 @@ version: 'version: November 13-December 20, 2024' * Added a new section of resource requirements for [Kubernetes integration.](/docs/kubernetes-pixie/kubernetes-integration/get-started/kubernetes-integration-compatibility-requirements) * Updated the [security control privacy for agent attributes.](/docs/security/security-privacy/data-privacy/security-controls-privacy) * Added the new configuration settings for [Python agent configuration.](/docs/apm/agents/python-agent/configuration/python-agent-configuration) -* Added a new mutation for cancel an async query in [NerdGraph NRQL tutorial document.](/docs/apis/nerdgraph/examples/async-queries-nrql-tutorial) +* Added a new mutation for cancel an async query in [NerdGraph NRQL tutorial.](/docs/apis/nerdgraph/examples/async-queries-nrql-tutorial) * Updated the Drupal supported information for [PHP agent.](/docs/apm/agents/php-agent/getting-started/php-agent-compatibility-requirements) * Updated the [PHP package support information for vulnerability management.](/docs/vulnerability-management/integrations/intro) * Added a new section for how to opt in to use [experimental features of Browser agent.](/docs/browser/new-relic-browser/configuration/experimental-features) @@ -27,19 +27,19 @@ version: 'version: November 13-December 20, 2024' ### Minor changes -* Fixed the broken link in [Synthetic monitoring private locations document.](/docs/synthetics/synthetic-monitoring/private-locations/monitor-private-locations) +* Fixed the broken link in [Synthetic monitoring private locations.](/docs/synthetics/synthetic-monitoring/private-locations/monitor-private-locations) * Clarified the use of `timestamp` attribute for logs in [timestamp-support.](/docs/logs/ui-data/timestamp-support) -* Enhanced the linguistic accuracy of [security-policy document.](/docs/licenses/license-information/referenced-policies/security-policy) -* Improved the linguistic accuracy for [get-started with log management document.](docs/logs/get-started/get-started-log-management) -* Added the default `networkingmode` for [Synthetic monitoring job manager](/docs/synthetics/synthetic-monitoring/private-locations/install-job-manager) -* Updated the support case for data retention in [Global technical support offering document](/docs/licenses/license-information/general-usage-licenses/global-technical-support-offerings). -* Added the new optional parameters for [Microsoft-SQL integration](/install/microsoft-sql/whatsNext). -* Updated the examples for [Nodejs agent configuration](/docs/apm/agents/nodejs-agent/installation-configuration/nodejs-agent-configuration). +* Enhanced the linguistic accuracy of [security-policy.](/docs/licenses/license-information/referenced-policies/security-policy) +* Improved the linguistic accuracy for [get-started with log management.](/docs/logs/get-started/get-started-log-management) +* Added the default `networkingmode` for [Synthetic monitoring job manager.](/docs/synthetics/synthetic-monitoring/private-locations/install-job-manager) +* Updated the support case for data retention in [Global technical support offering.](/docs/licenses/license-information/general-usage-licenses/global-technical-support-offerings) +* Added the new optional parameters for [Microsoft-SQL integration.](/install/microsoft-sql/whatsNext) +* Updated the examples for [Nodejs agent configuration.](/docs/apm/agents/nodejs-agent/installation-configuration/nodejs-agent-configuration) -### Release note +### Release notes Stay up-to-date on our most recent release: @@ -51,7 +51,7 @@ Stay up-to-date on our most recent release: * [Logs v241211](/docs/release-notes/logs-release-notes/logs-24-12-11/): - * Enhanced the handling of Syslog License Key. + * Enhanced the handling of Syslog license key. * [Mobile app for Android v5.27.0](/docs/release-notes/mobile-apps-release-notes/new-relic-android-release-notes/new-relic-android-5270/): @@ -63,7 +63,7 @@ Stay up-to-date on our most recent release: * Removed the `code verifier` from the query parameters. -* [iOS Release Notes 6.8.6](/docs/release-notes/mobile-apps-release-notes/new-relic-ios-release-notes/new-relic-ios-6086): +* [Mobile app for iOS v6.8.6](/docs/release-notes/mobile-apps-release-notes/new-relic-ios-release-notes/new-relic-ios-6086): * Added a focus mode integration for alerts and time sensitive notifications. * Fixed a bug of filters using table in Dashboard. @@ -85,14 +85,14 @@ Stay up-to-date on our most recent release: * Updated the alpine Docker tag to v3.21 -* [Lambda-Extension v2.3.15](docs/release-notes/lambda-extension-release-notes/lambda-extension-2.3.15): +* [Lambda-Extension v2.3.15](/docs/release-notes/lambda-extension-release-notes/lambda-extension-2.3.15): * Added the support to sends Extension log events to New Relic. * Added the new examples for containerized Lambda using `SAM1`. * Updated the examples to use IAM policy for least privileged policy. * Updated the Golang and its dependency versions for Extension. -* [Fluent Bit v3.1.9](docs/release-notes/fluentbit-release-notes/fluentbit-24-10-31): +* [Fluent Bit v3.1.9](/docs/release-notes/fluentbit-release-notes/fluentbit-24-10-31): * Updated the Fluent Bit output plug-in Docker image. * Updated the New Relic Helm chart to install new plug-in image. From 4c7edc186350e2d4582c72d010ba986cf582923c Mon Sep 17 00:00:00 2001 From: WriteMayur Date: Thu, 19 Dec 2024 23:20:33 +0530 Subject: [PATCH 4/7] added thrusday release information --- .../docs-release-notes/docs-12-20-2024.mdx | 88 +++++++++++++------ 1 file changed, 59 insertions(+), 29 deletions(-) diff --git a/src/content/docs/release-notes/docs-release-notes/docs-12-20-2024.mdx b/src/content/docs/release-notes/docs-release-notes/docs-12-20-2024.mdx index d718c74a129..7f821d5b611 100644 --- a/src/content/docs/release-notes/docs-release-notes/docs-12-20-2024.mdx +++ b/src/content/docs/release-notes/docs-release-notes/docs-12-20-2024.mdx @@ -21,13 +21,15 @@ version: 'version: November 13-December 20, 2024' * Updated the Drupal supported information for [PHP agent.](/docs/apm/agents/php-agent/getting-started/php-agent-compatibility-requirements) * Updated the [PHP package support information for vulnerability management.](/docs/vulnerability-management/integrations/intro) * Added a new section for how to opt in to use [experimental features of Browser agent.](/docs/browser/new-relic-browser/configuration/experimental-features) +* Added the `gin` and `gRPC` as supported libraries for [Go agent.](/docs/apm/agents/go-agent/installation/install-automation-new-relic-go) +* Updated the compatibility report for [Node.js agent.](/docs/apm/agents/nodejs-agent/getting-started/compatibility-requirements-nodejs-agent) ### Minor changes -* Fixed the broken link in [Synthetic monitoring private locations.](/docs/synthetics/synthetic-monitoring/private-locations/monitor-private-locations) +* Fixed the broken link in [Synthetic monitoring private locations.](/docs/synthetics/synthetic-monitoring/private-locations/monitor-private-locations) and [NerdGraph distributed tracing tutorial.](/docs/apis/nerdgraph/examples/nerdgraph-distributed-trace-data-tutorial) * Clarified the use of `timestamp` attribute for logs in [timestamp-support.](/docs/logs/ui-data/timestamp-support) * Enhanced the linguistic accuracy of [security-policy.](/docs/licenses/license-information/referenced-policies/security-policy) * Improved the linguistic accuracy for [get-started with log management.](/docs/logs/get-started/get-started-log-management) @@ -35,7 +37,8 @@ version: 'version: November 13-December 20, 2024' * Updated the support case for data retention in [Global technical support offering.](/docs/licenses/license-information/general-usage-licenses/global-technical-support-offerings) * Added the new optional parameters for [Microsoft-SQL integration.](/install/microsoft-sql/whatsNext) * Updated the examples for [Nodejs agent configuration.](/docs/apm/agents/nodejs-agent/installation-configuration/nodejs-agent-configuration) - +* Updated the image for correlation policy on [alert page.](/docs/alerts/organize-alerts/change-applied-intelligence-correlation-logic-decisions) +* Updated the metric delay information on [S3 CloudWatch integration.](/docs/infrastructure/amazon-integrations/aws-integrations-list/aws-s3-monitoring-integration) @@ -44,6 +47,43 @@ version: 'version: November 13-December 20, 2024' Stay up-to-date on our most recent release: +* [Browser agent v1.276.0](/docs/release-notes/new-relic-browser-release-notes/browser-agent-release-notes/browser-agent-v1.276.0): + + * Added the feature flags support to control experimental features. + * Added the detection for page resource assets to capture data as a `BrowserPerformance` event. + * Updated the agent to ignore reserved attribute names. + * Resolved the syntax error that caused xhr readystate fallback checks to always capture. + +* [Fluent Bit v3.1.9](/docs/release-notes/fluentbit-release-notes/fluentbit-24-10-31): + + * Updated the Fluent Bit output plug-in Docker image. + * Updated the New Relic Helm chart to install new plug-in image. + +* [Infrastructure agent v1.59.0:](/docs/release-notes/infrastructure-release-notes/infrastructure-agent-release-notes/new-relic-infrastructure-agent-1590) + + * Updated the `newrelic-infra-template.yml.example` file. + * Added the fips compliant agents to prerelease on demand. + * Updated the `nri-docker`, `nri-flex`, and `nri-prometheus` to their latest versions. + +* [Infrastructure agent v1.58.1:](/docs/release-notes/infrastructure-release-notes/infrastructure-agent-release-notes/new-relic-infrastructure-agent-1581) + + * Updated the alpine Docker tag to v3.21 + + +* [Lambda-Extension v2.3.15](/docs/release-notes/lambda-extension-release-notes/lambda-extension-2.3.15): + + * Added the support to sends Extension log events to New Relic. + * Added the new examples for containerized Lambda using `SAM1`. + * Updated the examples to use IAM policy for least privileged policy. + * Updated the Golang and its dependency versions for Extension. + + +* [Logs v241219](/docs/release-notes/logs-release-notes/logs-24-12-19/): + + * Introduced the new attributes `instrumentation.provider: "aws"` and `instrumentation.name: "firehose"` to ingest logs for the Firehose shipping log integration. + * Excluded the `aws.region`, `aws.realm`, and `aws.accountId` attributes to get ingested via AWS Lambda and Firehose log shipping integrations, as they are intended for internal use. + + * [Logs v241218](/docs/release-notes/logs-release-notes/logs-24-12-18/): * Simplified the logs onboarding with cloudFormation template. @@ -69,38 +109,28 @@ Stay up-to-date on our most recent release: * Fixed a bug of filters using table in Dashboard. * Added the analytics events for notification, app install, and first login tracking. +* [Nodejs agent v12.9.0](/docs/release-notes/agent-release-notes/nodejs-release-notes/node-agent-12-9-0): + + * Added the entity linking attributes to AWS-SDK v3 Lambda segments. + * Added an ability to define `newrelic config` as `newrelic.mjs`. + * Updated the compatibility report. + * Updated the `@newrelic/security-agent` to `v2.2.0` + * Updated the `borp configs` to target tests correctly. + * Removed the `tap` and cleaned up the left over tap helpers. + * Updated the `match` to fail when incorrect keys are added in an object. + +* [Node browser runtime v3.0.15](/docs/release-notes/synthetics-release-notes/node-browser-runtime-release-notes/node-browser-runtime-3.0.15/): + + * Removed the `SSH keys` from the runtime image to improve security. + * [Python agent v10.4.0](/docs/release-notes/agent-release-notes/python-release-notes/python-agent-100400): - * Added the instrumentation support for asynchronous PyMongo. - * Added the instrumentation support for motor. - * Added the support for aiomysql. + * Added the instrumentation support for asynchronous `PyMongo`. + * Added the instrumentation support for `motor`. + * Added the support for `aiomysql`. * Added the new AWS account ID for configuration setting. * Linked the AWS entity in the service map for DynamoDB. * Linked the AWS entity in the service map for Lambda. * Fix a path typing issue in `newrelic.initialize()`. -* [Infrastructure agent v1.58.1:](/docs/release-notes/infrastructure-release-notes/infrastructure-agent-release-notes/new-relic-infrastructure-agent-1581) - - * Updated the alpine Docker tag to v3.21 - - -* [Lambda-Extension v2.3.15](/docs/release-notes/lambda-extension-release-notes/lambda-extension-2.3.15): - - * Added the support to sends Extension log events to New Relic. - * Added the new examples for containerized Lambda using `SAM1`. - * Updated the examples to use IAM policy for least privileged policy. - * Updated the Golang and its dependency versions for Extension. - -* [Fluent Bit v3.1.9](/docs/release-notes/fluentbit-release-notes/fluentbit-24-10-31): - - * Updated the Fluent Bit output plug-in Docker image. - * Updated the New Relic Helm chart to install new plug-in image. - -* [Browser agent v1.276.0](/docs/release-notes/new-relic-browser-release-notes/browser-agent-release-notes/browser-agent-v1.276.0): - - * Added the feature flags support to control experimental features. - * Added the detection for page resource assets to capture data as a `BrowserPerformance` event. - * Updated the agent to ignore reserved attribute names. - * Resolved the syntax error that caused xhr readystate fallback checks to always capture. - From 20d474df5eb96029caeec5c3e426295e60981495 Mon Sep 17 00:00:00 2001 From: WriteMayur Date: Thu, 19 Dec 2024 23:21:52 +0530 Subject: [PATCH 5/7] updated the RN date --- .../docs/release-notes/docs-release-notes/docs-12-20-2024.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/release-notes/docs-release-notes/docs-12-20-2024.mdx b/src/content/docs/release-notes/docs-release-notes/docs-12-20-2024.mdx index 7f821d5b611..98bf6689c99 100644 --- a/src/content/docs/release-notes/docs-release-notes/docs-12-20-2024.mdx +++ b/src/content/docs/release-notes/docs-release-notes/docs-12-20-2024.mdx @@ -1,6 +1,6 @@ --- subject: "Docs" -releaseDate: '2024-12-20' +releaseDate: '2024-12-19' version: 'version: November 13-December 20, 2024' --- From 353e16e0e639c62b5ff2b73c89409b4ea5bc68ea Mon Sep 17 00:00:00 2001 From: WriteMayur Date: Thu, 19 Dec 2024 23:32:43 +0530 Subject: [PATCH 6/7] fixed the broken links --- .../docs/release-notes/docs-release-notes/docs-12-20-2024.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/release-notes/docs-release-notes/docs-12-20-2024.mdx b/src/content/docs/release-notes/docs-release-notes/docs-12-20-2024.mdx index 98bf6689c99..d5d74aa6e07 100644 --- a/src/content/docs/release-notes/docs-release-notes/docs-12-20-2024.mdx +++ b/src/content/docs/release-notes/docs-release-notes/docs-12-20-2024.mdx @@ -81,7 +81,7 @@ Stay up-to-date on our most recent release: * [Logs v241219](/docs/release-notes/logs-release-notes/logs-24-12-19/): * Introduced the new attributes `instrumentation.provider: "aws"` and `instrumentation.name: "firehose"` to ingest logs for the Firehose shipping log integration. - * Excluded the `aws.region`, `aws.realm`, and `aws.accountId` attributes to get ingested via AWS Lambda and Firehose log shipping integrations, as they are intended for internal use. + * Removed the `aws.region`, `aws.realm`, and `aws.accountId` attributes from AWS Lambda and Firehose log shipping integrations to prevent ingestion, aligning with their internal use designation. * [Logs v241218](/docs/release-notes/logs-release-notes/logs-24-12-18/): @@ -117,7 +117,7 @@ Stay up-to-date on our most recent release: * Updated the `@newrelic/security-agent` to `v2.2.0` * Updated the `borp configs` to target tests correctly. * Removed the `tap` and cleaned up the left over tap helpers. - * Updated the `match` to fail when incorrect keys are added in an object. + * Enhanced the match functionality to fail when an object contains incorrect keys. * [Node browser runtime v3.0.15](/docs/release-notes/synthetics-release-notes/node-browser-runtime-release-notes/node-browser-runtime-3.0.15/): From b60fa70421ee975c7a9bf5789c129970aa517765 Mon Sep 17 00:00:00 2001 From: cbehera-newrelic Date: Fri, 20 Dec 2024 19:37:19 +0530 Subject: [PATCH 7/7] minor enhancement are made --- .../docs-release-notes/docs-12-20-2024.mdx | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/content/docs/release-notes/docs-release-notes/docs-12-20-2024.mdx b/src/content/docs/release-notes/docs-release-notes/docs-12-20-2024.mdx index d5d74aa6e07..afc6375963f 100644 --- a/src/content/docs/release-notes/docs-release-notes/docs-12-20-2024.mdx +++ b/src/content/docs/release-notes/docs-release-notes/docs-12-20-2024.mdx @@ -1,7 +1,7 @@ --- subject: "Docs" releaseDate: '2024-12-19' -version: 'version: November 13-December 20, 2024' +version: 'version: December 13-20, 2024' --- ### New docs @@ -31,10 +31,7 @@ version: 'version: November 13-December 20, 2024' * Fixed the broken link in [Synthetic monitoring private locations.](/docs/synthetics/synthetic-monitoring/private-locations/monitor-private-locations) and [NerdGraph distributed tracing tutorial.](/docs/apis/nerdgraph/examples/nerdgraph-distributed-trace-data-tutorial) * Clarified the use of `timestamp` attribute for logs in [timestamp-support.](/docs/logs/ui-data/timestamp-support) -* Enhanced the linguistic accuracy of [security-policy.](/docs/licenses/license-information/referenced-policies/security-policy) -* Improved the linguistic accuracy for [get-started with log management.](/docs/logs/get-started/get-started-log-management) * Added the default `networkingmode` for [Synthetic monitoring job manager.](/docs/synthetics/synthetic-monitoring/private-locations/install-job-manager) -* Updated the support case for data retention in [Global technical support offering.](/docs/licenses/license-information/general-usage-licenses/global-technical-support-offerings) * Added the new optional parameters for [Microsoft-SQL integration.](/install/microsoft-sql/whatsNext) * Updated the examples for [Nodejs agent configuration.](/docs/apm/agents/nodejs-agent/installation-configuration/nodejs-agent-configuration) * Updated the image for correlation policy on [alert page.](/docs/alerts/organize-alerts/change-applied-intelligence-correlation-logic-decisions) @@ -72,10 +69,10 @@ Stay up-to-date on our most recent release: * [Lambda-Extension v2.3.15](/docs/release-notes/lambda-extension-release-notes/lambda-extension-2.3.15): - * Added the support to sends Extension log events to New Relic. + * Added the support to sends extension log events to New Relic. * Added the new examples for containerized Lambda using `SAM1`. * Updated the examples to use IAM policy for least privileged policy. - * Updated the Golang and its dependency versions for Extension. + * Updated the Golang and its dependency versions for extension. * [Logs v241219](/docs/release-notes/logs-release-notes/logs-24-12-19/): @@ -131,6 +128,6 @@ Stay up-to-date on our most recent release: * Added the new AWS account ID for configuration setting. * Linked the AWS entity in the service map for DynamoDB. * Linked the AWS entity in the service map for Lambda. - * Fix a path typing issue in `newrelic.initialize()`. + * Fixed a path typing issue in `newrelic.initialize()`.