Skip to content

Commit

Permalink
Merge pull request #856 from newrelic/bump_version_820
Browse files Browse the repository at this point in the history
Bump version for 8.2.0
  • Loading branch information
tannalynn authored Nov 17, 2021
2 parents dca8020 + a167ff4 commit a1a5fe1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,25 @@

Template rendering using [Tilt](https://github.com/rtomayko/tilt) is now instrumented. See [PR #847](https://github.com/newrelic/newrelic-ruby-agent/pull/847) for details.

* **Configuration `error_collector.ignore_errors` is marked as deprecated**

This setting has been marked as deprecated in the documentation since version 7.2.0 and is now flagged as deprecated within the code.

* **Remove Rails-2 specific instrumentation**

Though any version of Rails 2 has not been supported by the Ruby Agent since v3.18.1.330, instrumentation for ActionController and ActionWebService specific to that version were still part of the agent. This instrumentation has been removed.

* **Bugfix: Span Events recorded when using newrelic_ignore**

Previously, the agent was incorrectly recording span events only on transactions that should be ignored. This fix will prevent any span events from being created for transactions using newrelic_ignore, or ignored through the `rules.ignore_url_regexes` configuration option.

* **Bugfix: Print deprecation warning for Cross-Application Tracing if enabled**

Prior to this change, the deprecation warning would log whenever the agent started up, regardless of configuration. Thank you @alpha-san for bringing this to our attention!

* **Bugfix: Scrub non-unicode characters from DecoratingLogger**

To prevent `JSON::GeneratorErrors`, the DecoratingLogger replaces non-unicode characters with the replacement character: �. Thank you Jonathan del Strother (@jdelStrother) for bringing this to our attention!
To prevent `JSON::GeneratorErrors`, the DecoratingLogger replaces non-unicode characters with the replacement character: �. Thank you @jdelStrother for bringing this to our attention!

## v8.1.0

Expand Down
2 changes: 1 addition & 1 deletion lib/new_relic/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def self.build_version_string(*parts)
end

MAJOR = 8
MINOR = 1
MINOR = 2
TINY = 0

begin
Expand Down

0 comments on commit a1a5fe1

Please sign in to comment.