-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into NR-322277-media-streaming
- Loading branch information
Showing
3 changed files
with
94 additions
and
1 deletion.
There are no files selected for viewing
38 changes: 38 additions & 0 deletions
38
...s/release-notes/agent-release-notes/nodejs-release-notes/node-agent-12-11-2.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
--- | ||
subject: Node.js agent | ||
releaseDate: '2025-01-23' | ||
version: 12.11.2 | ||
downloadLink: 'https://www.npmjs.com/package/newrelic' | ||
security: [] | ||
bugs: ["Added defensive code in shim to prevent crashing when checking parent segment"] | ||
features: ["Added support for Claude 3+ Chat API in Bedrock"] | ||
--- | ||
|
||
## Notes | ||
|
||
#### Features | ||
|
||
* Added support for Claude 3+ Chat API in Bedrock ([#2870](https://github.com/newrelic/node-newrelic/pull/2870)) ([6a83abf](https://github.com/newrelic/node-newrelic/commit/6a83abf8b1a0cb0f993e9d9285566a09677d7d2e)) | ||
|
||
#### Bug fixes | ||
|
||
* Added defensive code in shim to prevent crashing when checking parent segment ([#2898](https://github.com/newrelic/node-newrelic/pull/2898)) ([751eb96](https://github.com/newrelic/node-newrelic/commit/751eb9608d7401d1123a0e810eac9dc554127e4e)) | ||
|
||
#### Documentation | ||
|
||
* Updated compatibility report ([#2888](https://github.com/newrelic/node-newrelic/pull/2888)) ([dce9deb](https://github.com/newrelic/node-newrelic/commit/dce9debeda6c5ed30c0ed6dbc00f73cf11c8f40f)) | ||
|
||
#### Miscellaneous chores | ||
|
||
* Replaced backtracking regex with new algorithm ([#2887](https://github.com/newrelic/node-newrelic/pull/2887)) ([46462d0](https://github.com/newrelic/node-newrelic/commit/46462d00b68c4a4cedd60d46d531b2f31800df98)) | ||
|
||
#### Tests | ||
|
||
* Improved test coverage of normalizing claude 3 messages ([#2893](https://github.com/newrelic/node-newrelic/pull/2893)) ([cc65763](https://github.com/newrelic/node-newrelic/commit/cc657633b81daf4b372e5715e696ed3c23ecb678)) | ||
|
||
|
||
### Support statement: | ||
|
||
We recommend updating to the latest agent version as soon as it's available. If you can't upgrade to the latest version, update your agents to a version no more than 90 days old. Read more about keeping agents up to date. (https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/) | ||
|
||
See the New Relic Node.js agent EOL policy for information about agent releases and support dates. (https://docs.newrelic.com/docs/apm/agents/nodejs-agent/getting-started/nodejs-agent-eol-policy/) |
55 changes: 55 additions & 0 deletions
55
src/content/docs/release-notes/docs-release-notes/docs-1-24-2025.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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()`. |
2 changes: 1 addition & 1 deletion
2
src/content/whats-new/2025/01/whats-new-01-22-React18-upgrade.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters