Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2022

Bumps bugsnag from 6.22.1 to 6.24.2.

Release notes

Sourced from bugsnag's releases.

v6.24.2

Fixes

  • Avoid rescuing from errors in Active Record transaction callbacks in versions of Rails where they will be re-raised | #709 | apalmblad

v6.24.1

Fixes

  • Fix metadata not being recorded when using Resque outside of Active Job | #710 | isnotajoke

v6.24.0

Enhancements

  • Allow overriding an event's unhandled flag | #698
  • Add the ability to store metadata globally | #699
  • Add cookies, body and httpVersion to the automatically captured request data for Rack apps | #700
  • Add Configuration#endpoints for reading the notify and sessions endpoints and Configuration#endpoints= for setting them | #701
  • Add Configuration#redacted_keys. This is like meta_data_filters but matches strings with case-insensitive equality, rather than matching based on inclusion | #703
  • Allow pausing and resuming sessions, giving more control over the stability score | #704
  • Add Configuration#vendor_paths to replace Configuration#vendor_path | #705

Deprecated

  • In the next major release, params will only contain query string parameters. Currently it also contains the request body for form data requests, but this is deprecated in favour of the new body property
  • The Configuration#set_endpoints method is now deprecated in favour of Configuration#endpoints=
  • The Configuration#meta_data_filters option is now deprecated in favour of Configuration#redacted_keys
  • The Configuration#vendor_path option is now deprecated in favour of Configuration#vendor_paths

v6.23.0

Enhancements

  • Sessions will now be delivered every 10 seconds, instead of every 30 seconds | #680
  • Log errors that prevent delivery at ERROR level | #681
  • Add on_breadcrumb callbacks to replace before_breadcrumb_callbacks | #686
  • Add context attribute to configuration, which will be used as the default context for events. Using this option will disable automatic context setting | #687

... (truncated)

Changelog

Sourced from bugsnag's changelog.

v6.24.2 (21 January 2022)

Fixes

  • Avoid rescuing from errors in Active Record transaction callbacks in versions of Rails where they will be re-raised | #709 | apalmblad

v6.24.1 (30 November 2021)

Fixes

  • Fix metadata not being recorded when using Resque outside of Active Job | #710 | isnotajoke

v6.24.0 (6 October 2021)

Enhancements

  • Allow overriding an event's unhandled flag | #698
  • Add the ability to store metadata globally | #699
  • Add cookies, body and httpVersion to the automatically captured request data for Rack apps | #700
  • Add Configuration#endpoints for reading the notify and sessions endpoints and Configuration#endpoints= for setting them | #701
  • Add Configuration#redacted_keys. This is like meta_data_filters but matches strings with case-insensitive equality, rather than matching based on inclusion | #703
  • Allow pausing and resuming sessions, giving more control over the stability score | #704
  • Add Configuration#vendor_paths to replace Configuration#vendor_path | #705

Deprecated

  • In the next major release, params will only contain query string parameters. Currently it also contains the request body for form data requests, but this is deprecated in favour of the new body property
  • The Configuration#set_endpoints method is now deprecated in favour of Configuration#endpoints=
  • The Configuration#meta_data_filters option is now deprecated in favour of Configuration#redacted_keys
  • The Configuration#vendor_path option is now deprecated in favour of Configuration#vendor_paths

v6.23.0 (21 September 2021)

Enhancements

  • Sessions will now be delivered every 10 seconds, instead of every 30 seconds | #680
  • Log errors that prevent delivery at ERROR level | #681

... (truncated)

Commits
  • 3883779 Release v6.24.2
  • 23447b5 Add version & date to changelog
  • 8b5e7c1 Bump version
  • efe48cc Merge pull request #717 from bugsnag/active-record-integration
  • d461f4d Update changelog
  • 79b1e8d Add tests for errors in an 'after_commit' callback
  • de63147 Refactor logic for including ActiveRecordRescue
  • 708772e ADd require
  • 8298b6a Tweak when we include the AR transaction callback rescuing
  • fe7633d Release v6.24.1
  • 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)

Bumps [bugsnag](https://github.com/bugsnag/bugsnag-ruby) from 6.22.1 to 6.24.2.
- [Release notes](https://github.com/bugsnag/bugsnag-ruby/releases)
- [Changelog](https://github.com/bugsnag/bugsnag-ruby/blob/master/CHANGELOG.md)
- [Commits](bugsnag/bugsnag-ruby@v6.22.1...v6.24.2)

---
updated-dependencies:
- dependency-name: bugsnag
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Feb 1, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 1, 2023

Superseded by #304.

@dependabot dependabot bot closed this Jan 1, 2023
@dependabot dependabot bot deleted the dependabot/bundler/bugsnag-6.24.2 branch January 1, 2023 00:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants