Skip to content

Commit

Permalink
Merge pull request #2658 from newrelic/add_dynamodb_changelog
Browse files Browse the repository at this point in the history
add changelog entry for dynamodb
  • Loading branch information
tannalynn authored May 28, 2024
2 parents a2bc4ee + 86512de commit 4ccd40d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

## dev

Version <dev> 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 <dev> 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**

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**

Expand Down

0 comments on commit 4ccd40d

Please sign in to comment.