bridge_troll
bridge_troll copied to clipboard
Bump newrelic_rpm from 6.14.0 to 8.11.0
Bumps newrelic_rpm from 6.14.0 to 8.11.0.
Release notes
Sourced from newrelic_rpm's releases.
8.11.0
No release notes provided.
8.11.0-pre
Pre-release of version 8.11.0 of the New Relic Ruby agent
8.10.1
8.10.1-pre
No release notes provided.
8.10.0
No release notes provided.
8.10.0-pre
No release notes provided.
8.9.0
No release notes provided.
8.9.0-pre
No release notes provided.
8.8.0
No release notes provided.
8.8.0-pre
No release notes provided.
8.7.0
No release notes provided.
8.7.0-pre2
No release notes provided.
8.7.0-pre
Prerelease for 8.7.0
8.6.0
No release notes provided.
8.6.0-pre2
No release notes provided.
8.6.0-pre
No release notes provided.
8.5.0
No release notes provided.
... (truncated)
Changelog
Sourced from newrelic_rpm's changelog.
New Relic Ruby Agent Release Notes
v8.11.0
Version 8.11.0 of the agent updates the
newrelic deployments
command to work with API keys issued to newer accounts, fixes a memory leak in the instrumentation of Curb error handling, further preps for Ruby 3.2.0 support, and includes several community member driven cleanup and improvement efforts. Thank you to everyone involved!
Added support for New Relic REST API v2 when using
newrelic deployments
commandPreviously, the
newrelic deployments
command only supported the older version of the deployments api, which does not currently support newer license keys. Now you can use the New Relic REST API v2 to record deployments by providing your user API key to the agent configuration usingapi_key
. When this configuration option is present, thenewrelic deployments
command will automatically use the New Relic REST API v2 deployment endpoint. PR#1461Thank you to
@Arkham
for bringing this to our attention!Cleanup: Performance tests, constants, rubocop-minitest assertions and refutations
Community member
@esquith
contributed a whole slew of cleanup successes for our performance test configuration, orphaned constants in our code base, and RuboCop related improvements. PR#1406 PR#1408 PR#1409 PR#1411Thank you
@esquith
for these great contributions!CI: Notify on a change from failure to success
A super handy, much beloved feature of certain CI and build systems is to not only notify when builds start to fail, but also to notify again when the builds once again start to go green. Community member
@luigieai
was able to figure out how to configure our existing complex, multiple-3rd-party-action based GitHub Actions pipeline to notify on a switch back to success from failure. PR#1519This is much appreciated! Thank you,
@luigieai
.Spelling corrections
Community member
@jsoref
, author of the Check Spelling GitHub Action, contributed a significant number of spelling corrections throughout the code base. The intelligent issues that were flagged made for a more comprehensive review than a simple dictionary based check would have been able to provide, and the changes are much appreciated. PR#1508Thank you very much,
@jsoref
!Ruby 3.2.0-preview2 compatibility
Ruby 3.2.0-preview1 introduced a change to the way that Ruby reports VM stats and the approach was changed yet again to a 3rd approach with the preview2 release. New Relic reports on Ruby VM stats and is keeping track of the Ruby 3.2 development process to help ensure our customers with a smooth and worthwhile upgrade process once Ruby 3.2.0 (non-preview) is released. PR#1436
Bugfix: Fix memory leak in the Curb instrumentation
Community member
@charkost
was able to rework theon_failure
callback logic prepped via the agent's Curb instrumentation in order to avoid some nesting that was causing memory leaks. PR#1518Many thanks for both the heads up on the issue and the fix,
@charkost
!v8.10.1
... (truncated)
Commits
9a58e24
Merge pull request #1535 from newrelic/dr_perf_md93d2386
perf tests: use markdown4a2a3d7
Merge pull request #1532 from newrelic/v8110_release_notes_docs_site_backport48a5ea4
CHANGELOG updates for v8.11.0a5a1e40
Merge pull request #1531 from newrelic/8110_version_bump2f8da55
bump version to 8.11.0e8d11f7
Merge pull request #1530 from newrelic/811_changelog_updates24855d4
CHANGELOG typo fixesa5775bb
CHANGELOG: PR 1530 feedback based changes4d5b812
Update CHANGELOG.md- Additional commits viewable in compare view
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 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)