Skip to content

Update sentry-raven: 2.12.2 → 2.13.0 (minor)

Depfu Bot requested to merge depfu/update/sentry-raven-2.13.0 into master

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?

️ sentry-raven (2.12.2 → 2.13.0) · Repo · Changelog
Release Notes

2.13.0

  • FIX: Sanitize event data before they are sent to async job. [@edariedl, #895]
  • FIX: Serialization MongoDB ObjectId to JSON problem with gem delayed_job_mongoid conjunction. [@eagleas, #935]
  • FEAT: Skip ActiveJob integration if there is a better one [@fsateler, #909]
  • FIX: Bugs with send_event in asynchronous mode (#940) [@cstyles, #940]

2.12.3

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

Commits

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

️ faraday (indirect, 0.17.0 → 0.17.1) · Repo · Changelog
Release Notes

0.17.1

Final release before Faraday v1.0, with important fixes for Ruby 2.7.

Fixes:

  • RaiseError response middleware raises exception if HTTP client returns a nil
    status. (#1042)

Misc:

  • Fix Ruby 2.7 warnings (#1009)
  • Add Faraday::Deprecate to warn about upcoming v1.0 changes. (#1054, #1059,
    #1076, #1077)
  • Add release notes up to current in CHANGELOG.md (#1066)
  • Port minimal rspec suite from main branch to run backported tests. (#1058)

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

Commits

See the full diff on Github. The new version differs by 38 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 recreate
Recreates this PR, overwriting any edits that you've made to it
@​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)

Merge request reports