From a5928b0ab5bd378737e4074e47b52f5163db5cd6 Mon Sep 17 00:00:00 2001 From: Tanna McClure Date: Tue, 28 May 2024 13:21:29 -0500 Subject: [PATCH 1/3] add changelog entry for dynamodb --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1424c8dbb..b48e6d6b0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,11 @@ ## dev -Version introduces a new feature to automatically apply nonces from the Rails content security policy, fixes a bug that would cause an expected error to negatively impact a transaction's Apdex, and fixes the agent's autostart logic so that by default `rails runner` and `rails db` commands will not cause the agent to start. +Version introduces instrumentation for DynamoDB, a new feature to automatically apply nonces from the Rails content security policy, fixes a bug that would cause an expected error to negatively impact a transaction's Apdex, and fixes the agent's autostart logic so that by default `rails runner` and `rails db` commands will not cause the agent to start. + +- **Feature: Add instrumentation for Dynamodb** + + The agent has added instrumentation for the aws-sdk-dynamodb gem. The agent will now record datastore spans for DynamoDB client calls made with the aws-sdk-dynamodb gem. [PR#2642](https://github.com/newrelic/newrelic-ruby-agent/pull/2642) - **Feature: Automatically apply nonces from the Rails content security policy** From 50511355245586deee3e4c97c2acf4e6b100b934 Mon Sep 17 00:00:00 2001 From: Tanna McClure Date: Tue, 28 May 2024 13:26:48 -0500 Subject: [PATCH 2/3] Update CHANGELOG.md Co-authored-by: Kayla Reopelle <35193685+kreopelle@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b48e6d6b0d..513927d3eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## dev -Version introduces instrumentation for DynamoDB, a new feature to automatically apply nonces from the Rails content security policy, fixes a bug that would cause an expected error to negatively impact a transaction's Apdex, and fixes the agent's autostart logic so that by default `rails runner` and `rails db` commands will not cause the agent to start. +Version introduces instrumentation for DynamoDB, adds a new feature to automatically apply nonces from the Rails content security policy, fixes a bug that would cause an expected error to negatively impact a transaction's Apdex, and fixes the agent's autostart logic so that by default `rails runner` and `rails db` commands will not cause the agent to start. - **Feature: Add instrumentation for Dynamodb** From 86512de69b59f7d28f05fa805ea9b2df7944a986 Mon Sep 17 00:00:00 2001 From: Tanna McClure Date: Tue, 28 May 2024 13:26:56 -0500 Subject: [PATCH 3/3] Update CHANGELOG.md Co-authored-by: Kayla Reopelle <35193685+kreopelle@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 513927d3eb..e145157af0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ Version introduces instrumentation for DynamoDB, adds a new feature to automatically apply nonces from the Rails content security policy, fixes a bug that would cause an expected error to negatively impact a transaction's Apdex, and fixes the agent's autostart logic so that by default `rails runner` and `rails db` commands will not cause the agent to start. -- **Feature: Add instrumentation for Dynamodb** +- **Feature: Add instrumentation for DynamoDB** The agent has added instrumentation for the aws-sdk-dynamodb gem. The agent will now record datastore spans for DynamoDB client calls made with the aws-sdk-dynamodb gem. [PR#2642](https://github.com/newrelic/newrelic-ruby-agent/pull/2642)