bridge_troll
bridge_troll copied to clipboard
Bump newrelic_rpm from 6.14.0 to 9.0.0
Bumps newrelic_rpm from 6.14.0 to 9.0.0.
Release notes
Sourced from newrelic_rpm's releases.
9.0.0
No release notes provided.
9.0.0-pre
Pre-release for 9.0.0
8.16.0
No release notes provided.
8.16.0-pre2
No release notes provided.
8.16.0-pre
Pre-release for 8.16.0
8.15.0
No release notes provided.
8.15.0-pre2
Updates to set infinite tracing batching to true by default.
Full Changelog: https://github.com/newrelic/newrelic-ruby-agent/compare/8.14.0...8.15.0-pre2
8.15.0-pre
Pre-release for 8.15.0
8.14.0
No release notes provided.
8.14.0-pre
New Relic Ruby agent release 8.14.0-pre
What's Changed:
- Deployment Recipe: Restore desired Capistrano-based changelog lookup behavior #1653
- Speed up GUID generation #1693
- Support for Rails ActiveSupport::Notifications for custom events #1659
- Bugfix: Support older versions of the RedisClient gem, handle unknown Redis database index #1673
- Bugfix: Defer agent startup in Rails until after application-defined initializers have run #1658
Full Changelog: https://github.com/newrelic/newrelic-ruby-agent/compare/8.13.1...8.14.0-pre
8.13.1
No release notes provided.
8.13.1-pre
New Relic Ruby agent release 8.13.1-pre
... (truncated)
Changelog
Sourced from newrelic_rpm's changelog.
v9.0.0
Version 9.0.0 of the agent removes several deprecated configuration options and API methods, enables Thread tracing by default, adds Fiber instrumentation, removes support for Ruby versions 2.2 and 2.3, removes instrumentation for several deprecated gems, changes how the API method
set_transaction_nameworks, and updatesrails_defer_initializationto be an environment variable only configuration option.
Remove deprecated configuration options
The following configuration options have been removed and will no longer work. Please update all configs to use the replacements listed below. PR#1782
Removed Replacement newrelic.ymlexampleanalytics_events.capture_attributestransaction_events.attributes.enabledtransaction_events.attributes.enabled: falsebrowser_monitoring.capture_attributesbrowser_monitoring.attributes.enabledbrowser_monitoring.attributes.enabled: falseerror_collector.capture_attributeserror_collector.attributes.enablederror_collector.attributes.enabled: falseresque.capture_paramsattributes.includeattributes.include: ['job.resque.args.*']sidekiq.capture_paramsattributes.includeattributes.include: ['job.sidekiq.args.*']transaction_tracer.capture_attributestransaction_tracer.attributes.enabledtransaction_tracer.attributes.enabled: falseerror_collector.ignore_errorserror_collector.ignore_classeserror_collector.ignore_classes: ['ActionController::RoutingError', 'CustomError']analytics_events.enabledtransaction_events.enabledtransaction_events.enabled: falseanalytics_events.max_samples_storedtransaction_events.max_samples_storedtransaction_events.max_samples_stored: 1200disable_database_instrumentationdisable_sequel_instrumentationdisable_sequel_instrumentation: truedisable_bunnyinstrumentation.bunnyinstrumentation.bunny: disableddisable_curbinstrumentation.curbinstrumentation.curb: disableddisable_djinstrumentation.delayed_jobinstrumentation.delayed_job: disableddisable_exconinstrumentation.exconinstrumentation.excon: disableddisable_grapeinstrumentation.grapeinstrumentation.grape: disableddisable_grape_instrumentationinstrumentation.grapeinstrumentation.grape: disableddisable_httpclientinstrumentation.httpclientinstrumentation.httpcient: disableddisable_httprbinstrumentation.httprbinstrumentation.httprb: disableddisable_dalliinstrumentation.memcacheinstrumentation.memcache: disableddisable_dalli_cas_clientinstrumentation.memcacheinstrumentation.memcache: disableddisable_memcache_clientinstrumentation.memcache-clientinstrumentation.memcache-client: disableddisable_memcache_instrumentationinstrumentation.memcacheinstrumentation.memcache: disableddisable_memcachedinstrumentation.memcachedinstrumentation.memcached: disableddisable_mongoinstrumentation.mongoinstrumentation.mongo: disableddisable_net_httpinstrumentation.net_httpinstrumentation.net_http: disabledprepend_net_instrumentationinstrumentation.net_httpinstrumentation.net_http: prependdisable_puma_rackinstrumentation.puma_rackinstrumentation.puma_rack: disableddisable_puma_rack_urlmapinstrumentation.puma_rack_urlmapinstrumentation.puma_rack_urlmap: disableddisable_rackinstrumentation.rackinstrumentation.rack: disableddisable_rack_urlmapinstrumentation.rack_urlmapinstrumentation.rack_urlmap: disableddisable_redisinstrumentation.redisinstrumentation.redis: disableddisable_redis_instrumentationinstrumentation.redisinstrumentation.redis: disableddisable_resqueinstrumentation.resqueinstrumentation.resque: disableddisable_sinatrainstrumentation.sinatrainstrumentation.sinatra: disableddisable_rakeinstrumentation.rakeinstrumentation.rake: disableddisable_rake_instrumentationinstrumentation.rakeinstrumentation.rake: disableddisable_typhoeusinstrumentation.typhoeusinstrumentation.typhoeus: disabled
... (truncated)
Commits
a373cdcMerge pull request #1827 from newrelic/update_changelog_9_0_09b6579bMerge pull request #1828 from newrelic/update_grpc_gemlist69c5455Add link to fiber configcf4511aRemove second PR link3588b24Move PR link around70d911aUpdate grpc gemlist56568fdRemove CRuby from listba10534Update CHANGELOG150209dMerge pull request #1809 from newrelic/ruby321_god67af47Merge branch 'dev' into ruby321_go- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
Base: 91.18% // Head: 91.18% // No change to project coverage :thumbsup:
Coverage data is based on head (
c9f4c1d) compared to base (b0358a2). Patch has no changes to coverable lines.
:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more
Additional details and impacted files
@@ Coverage Diff @@
## master #1292 +/- ##
=======================================
Coverage 91.18% 91.18%
=======================================
Files 111 111
Lines 2700 2700
=======================================
Hits 2462 2462
Misses 238 238
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.