Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update airbrake: 9.2.2 → 9.4.1 (minor) #513

Closed
wants to merge 1 commit into from

Conversation

depfu[bot]
Copy link
Contributor

@depfu depfu bot commented Aug 6, 2019

Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ airbrake (9.2.2 → 9.4.1) · Repo · Changelog

Release Notes

9.4.1 (from changelog)

  • Started depending on airbrake-ruby v4.6.0 and higher (#995)
  • Disabled SQL query collection by default because it's in alpha (#995)

9.4.0 (from changelog)

  • Added the new max_retries optional parameter to Airbrake::Sidekiq::RetryableJobsFilter:

    Airbrake::Sidekiq::RetryableJobsFilter.new(max_retries: 10)

    It configures the amount of allowed job retries that won't trigger an Airbrake notification. After it's exhausted, Airbrake will start sending errors again (#979)

  • Rails: started logging to airbrake.log by default. This affects only new Rails apps. Apps that already use Airbrake have to update the logger manually (not mandatory). Please consult README for instructions (#986)

  • Added support for RAILS_LOG_TO_STDOUT. This variable redirects all Airbrake logging to STDOUT, despite the configured logger (#986)

9.3.0 (from changelog)

  • Fixed notice.stash[:rack_request] not being attached for exceptions that are reported through Rack environment (such as rack.exception) (#977)
  • Fixed Sidekiq RetryableJobsFilter when job['retry_count'] is nil (which happens the first time a job fails) (#980)
  • Started depending on airbrake-ruby v4.5.0 and higher (#982)

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 27 commits:

✳️ airbrake-ruby (4.4.0 → 4.6.0) · Repo · Changelog

Release Notes

4.6.0 (from changelog)

  • Added the query_stats option that configures SQL performance monitoring. If performance_stats is false, setting this to true won't have effect because performance_stats has higher precedence. It's also disabled by default, and it's currently in alpha (works only for some accounts). Enabling is not recommended for now. (#495)

4.5.1 (from changelog)

  • Improved performance of PerformanceNotifier (sic!) (#490)
  • Improved performance of Airbrake::Stat when logging (or inspecting) (#491)

4.5.0 (from changelog)

  • Fixed AsyncSender returning nil instead of a rejected promise when it reaches its capacity (#484)
  • IMPORTANT: Enabled performance_stats by default. If you wish to disable it, set config.performance_stats = false (#485)

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 21 commits:


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu bot added the depfu label Aug 6, 2019
@depfu
Copy link
Contributor Author

depfu bot commented Aug 8, 2019

Closed in favor of #514.

@depfu depfu bot closed this Aug 8, 2019
@depfu depfu bot deleted the depfu/update/airbrake-9.4.1 branch August 8, 2019 11:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants