TheOdinProject / theodinproject

Main Website for The Odin Project
http://www.theodinproject.com
MIT License
3.59k stars 2.06k forks source link

Upgrade: Bump newrelic_rpm from 9.7.0 to 9.7.1 #4460

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps newrelic_rpm from 9.7.0 to 9.7.1.

Changelog

Sourced from newrelic_rpm's changelog.

v9.7.1

Version 9.7.1 fixes a ViewComponent instrumentation bug and enforces maximum size limits for custom event attributes.

  • Bugfix: Stop suppressing ViewComponent errors

    Previously, the agent suppressed ViewComponent render errors. The agent now reports these errors and allows them to raise. Thank you @​mjacobus for reporting this bug and providing a fix! PR#2410

  • Bugfix: Enforce maximum size limits for custom event attributes

    Previously, the agent would allow custom event attributes to be any size. This would lead to the New Relic backend dropping attributes larger than the maximum size. Now, the agent will truncate custom event attribute values to 4095 characters, attribute names to 255 characters, and the total count of attributes to 64. PR#2401

Commits
  • 069464a Merge pull request #2416 from newrelic/prerelease_updates_9.7.1-pre
  • 3ebfd12 bump version
  • 2d3dfec Merge pull request #2411 from newrelic/view_component_regression_test
  • d44da83 Update CHANGELOG.md
  • 9844992 Add CHANGELOG entry
  • e11371c Merge dev, rubocop
  • ecec58b Merge branch 'dev' into view_component_regression_test
  • 7e117f2 Merge pull request #2410 from mjacobus/fix-view-component-instrumentation
  • becdad9 Remove error suppression in render_in
  • 11d212e Merge pull request #2412 from newrelic/update_thor_scaffold_command
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)