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

Release v6.27.0 #825

Merged
merged 7 commits into from
May 23, 2024
Merged

Release v6.27.0 #825

merged 7 commits into from
May 23, 2024

Commits on May 17, 2024

  1. Include warden scope in user info

    javierjulio authored and imjoehaines committed May 17, 2024
    Configuration menu
    Copy the full SHA
    501d206 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2a6093 View commit details
    Browse the repository at this point in the history
  3. Only set the warden scope if there's a user object

    This prevents having a user object that only contains the scope with no
    other information
    imjoehaines committed May 17, 2024
    Configuration menu
    Copy the full SHA
    912acac View commit details
    Browse the repository at this point in the history
  4. Update changelog

    imjoehaines committed May 17, 2024
    Configuration menu
    Copy the full SHA
    e66f7e9 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Pin Rails 6 integrations tests to Ruby 3.3.0

    3.3.1 has a bug causing the fixture to fail to start:
    ruby/ruby#10619
    imjoehaines committed May 22, 2024
    Configuration menu
    Copy the full SHA
    0bd883c View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Add block variant of add_on_error

    Usage:
    
      Bugsnag.on_error do |event|
        event.add_metadata(:info, { a: 1 })
      end
    imjoehaines committed May 23, 2024
    Configuration menu
    Copy the full SHA
    4d59450 View commit details
    Browse the repository at this point in the history
  2. Bump version to v6.27.0

    imjoehaines committed May 23, 2024
    Configuration menu
    Copy the full SHA
    39401d3 View commit details
    Browse the repository at this point in the history