Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Bump airbrake from 9.3.0 to 9.4.4 #1831

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps airbrake from 9.3.0 to 9.4.4.

Changelog

Sourced from airbrake's changelog.

[v9.4.4][v9.4.4] (September 18, 2019)

  • Fixed broken bundle exec rake airbrake:deploy
    (#1003)

  • Introduced Airbrake::Rails.logger, which replaces the old way of configuring
    Rails apps. The logging setup becomes as simple as
    (#1003):

    c.logger = Airbrake::Rails.logger
  • Exceptions occurring in current_user no longer crash the library
    (#1007)

  • Rails controller helpers started supporting the block argument for notifying
    (#1010)

[v9.4.3][v9.4.3] (August 8, 2019)

  • Rails: report unauthorized requests properly. Instead of 0 HTTP code the
    library sends 401 now (#997)

[v9.4.2][v9.4.2] (August 7, 2019)

  • Rails: engine routes are now being marked with the engine name prefix
    (#997)

[v9.4.1][v9.4.1] (August 5, 2019)

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

[v9.4.0][v9.4.0] (July 29, 2019)

  • 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)

... (truncated)
Commits
  • 57f44a4 Merge pull request #1011 from airbrake/release-9-4-4
  • 1bff9bd Release v9.4.4
  • e8df476 Merge pull request #1010 from airbrake/1008-notify-block
  • b371505 rails/action_controller: pass block along with standard arguments
  • 0f2c73d CHANGELOG: mention #1007
  • 763634f Fix for #try_current_user when the Rails controller method throws an … (#1007)
  • 89cb002 Merge pull request #1006 from airbrake/rails-4-1-testing
  • 5649068 circle: test Rails v4.1
  • cefc284 Merge pull request #1005 from airbrake/rails-5-0-testing
  • 39ddb44 circle: actually test against Rails 5.0
  • 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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant