You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,17 +3,25 @@
3
3
## dev
4
4
5
5
-**Breaking Change: Remove support for Ruby 2.4 and 2.5**
6
+
6
7
Support for Ruby versions 2.4 and 2.5 has been removed. The new minimum required Ruby version is now 2.6. [PR#3314](https://github.com/newrelic/newrelic-ruby-agent/pull/3314)
7
8
8
9
-**Breaking Change: Rename ActiveJob metrics**
10
+
9
11
ActiveJob metrics have been updated to include the job's class name for more specific reporting. This is a breaking change and may require updating custom dashboards or alerts. [PR#3320](https://github.com/newrelic/newrelic-ruby-agent/pull/3320)
10
12
- Old format: `Ruby/ActiveJob/<QueueName>/<Method>`
11
13
- New format: `Ruby/ActiveJob/<ClassName>/<QueueName>/<Method>`
12
14
13
15
-**Breaking Change: Rename `bin/newrelic` command to `bin/newrelic_rpm`**
16
+
14
17
The executable file for the agent's CLI has been renamed from `bin/newrelic` to `bin/newrelic_rpm`. This change resolves a name collision with the standalone New Relic CLI tool. [PR#3323](https://github.com/newrelic/newrelic-ruby-agent/pull/3323)
15
18
19
+
-**Feature: Add argument validation for the `NewRelic::Agent#record_custom_event` API**
20
+
21
+
The `NewRelic::Agent#record_custom_event` API now raises an `ArgumentError` when an invalid `event_type` is provided. A valid event type must consist only of alphanumeric characters, underscores (`_`), colons (`:`), or spaces (``). [PR#3319](https://github.com/newrelic/newrelic-ruby-agent/pull/3319)
The experimental feature, Configurable Security Policies (CSP), is no longer supported and has been removed. [PR#3292](https://github.com/newrelic/newrelic-ruby-agent/pull/3292)
0 commit comments