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

Daily release/8 23 24 noon #18473

Merged
merged 7 commits into from
Aug 23, 2024
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,56 @@
---
subject: "Docs"
releaseDate: '2024-08-23'
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.
* 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

* 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).
* 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)
* 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 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
* 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.
Loading