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
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,17 @@
2
2
3
3
## dev
4
4
5
-
-**Breaking Change: Removed support for Ruby 2.4 and 2.5**
5
+
-**Breaking Change: Remove support for Ruby 2.4 and 2.5**
6
6
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
7
8
8
-**Breaking Change: Rename ActiveJob metrics**
9
9
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
10
- Old format: `Ruby/ActiveJob/<QueueName>/<Method>`
11
11
- New format: `Ruby/ActiveJob/<ClassName>/<QueueName>/<Method>`
12
12
13
+
-**Breaking Change: Rename `bin/newrelic` command to `bin/newrelic_rpm`**
14
+
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)
0 commit comments