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,9 +2,12 @@
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
+
-**Breaking Change: Rename bin/newrelic command**
9
+
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)
10
+
8
11
## v9.23.0
9
12
10
13
-**Feature: Deprecation notice for recording deployments using Capistrano**
0 commit comments