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.21.0 #667

Merged
merged 27 commits into from
Jun 23, 2021
Merged

Release v6.21.0 #667

merged 27 commits into from
Jun 23, 2021

Commits on Apr 14, 2021

  1. Configuration menu
    Copy the full SHA
    1ea8265 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. Configuration menu
    Copy the full SHA
    52c2126 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dec5803 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #658 from bugsnag/tms/license-audit

    Add license checker to CI
    twometresteve authored Apr 15, 2021
    Configuration menu
    Copy the full SHA
    03f0f2d View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. Configuration menu
    Copy the full SHA
    21ddd99 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. Configuration menu
    Copy the full SHA
    62fbe95 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG

    odlp committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    a0f912c View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. Log an error message instead of adding metadata

    This is consistent with how we report errors in other places, e.g.
    middleware and on_error callbacks
    imjoehaines committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    1454b0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    caab4cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d0f921 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. Replace therubyracer with mini_racer

    ExecJS doesn't support therubyracer anymore so the delayed_job app
    doesn't run
    imjoehaines committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    b2b3fcf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #663 from bugsnag/fix-delayed-job-tests2

    Fix Delayed Job tests
    imjoehaines authored Jun 16, 2021
    Configuration menu
    Copy the full SHA
    46358ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f65675 View commit details
    Browse the repository at this point in the history
  4. Add changelog entry

    imjoehaines committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    f3f3631 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9260d80 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e5d5e80 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e010f0b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    48dccc6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b5ee27e View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. Merge pull request #664 from bugsnag/fix-notify

    Deliver even when an error raised in the block argument
    imjoehaines authored Jun 17, 2021
    Configuration menu
    Copy the full SHA
    46aa29a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f95537b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #665 from bugsnag/allow-method-callbacks

    Allow Methods to be used as callbacks/middleware
    imjoehaines authored Jun 17, 2021
    Configuration menu
    Copy the full SHA
    2ddfeca View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. Fix possible NoMethodError in railtie

    This can happen if Bugsnag is added to the Gemfile with 'require: false'.
    In this case, 'require "bugsnag"' in a Rails initializer will run the
    'config.before_initialize' before the rest of the Railtie has been
    executed. This results in the 'event_subscription' method being
    undefined as it was declared below the line that calls it
    
    By moving it to the top of the file this is no longer a problem
    imjoehaines committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    13aa40e View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. Merge pull request #666 from bugsnag/fix-railtie-undefined-method-error

    Fix `NoMethodError` in Bugsnag Railtie
    imjoehaines authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    5ef7cdc View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. Add #666 to changelog

    imjoehaines committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    f91fb24 View commit details
    Browse the repository at this point in the history
  2. Bump changelog version

    imjoehaines committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    ac30073 View commit details
    Browse the repository at this point in the history
  3. Bump version

    imjoehaines committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    e9dc941 View commit details
    Browse the repository at this point in the history