All Versions
93
Latest Version
Avg Release Cycle
44 days
Latest Release
1040 days ago

Changelog History
Page 1

  • v13.0.2 Changes

    May 20, 2022
    • ๐Ÿ›  Fixed support of APM on Rails 7+, where the reported time of a performance breakdowns and queries malformed, resulting in the complete rejection of the performance breakdowns or queries by the backend. This improves on the fix introduced in v13.0.1 (#1227)
  • v13.0.1 Changes

    May 13, 2022
    • ๐Ÿ›  Fixed support of APM on Rails 7+, where the reported time of a route was malformed, resulting in the complete rejection of the route stats by the backend (#1223)
    • ๐Ÿ›  Fixed bug where Rails 6+ apps that don't require ActiveRecord crash when Airbrake is installed (#1224)
  • v13.0.0 Changes

    January 18, 2022

    ๐Ÿ’ฅ Breaking changes:

    • โฌ‡๏ธ Dropped support for Ruby 2.5 (#1208)

    ๐Ÿ› Bug fixes:

    • ๐Ÿ›  Fixed APM not working on Rails 7 due to NoMethodError (undefined method `glob?' for nil:NilClass) (#1211)
  • v12.0.0 Changes

    September 22, 2021

    ๐Ÿ’ฅ Breaking changes:

    • โฌ‡๏ธ Dropped support for Ruby 2.3 (#1180)
    • โฌ‡๏ธ Dropped support for Ruby 2.4 (#1180)

    ๐Ÿšง Maintenance:

    • โฌ†๏ธ Bumped airbrake-ruby requirement to ~> 6.0 (#1181)

    Other changes:

    • ๐Ÿš… Rails generator no longer embeds project id & project key into the generated initializer file. Set environment variables instead.

    Before:

      % rails g airbrake PROJECT_ID PROJECT_KEY
    

    After:

      export AIRBRAKE_PROJECT_ID=<PROJECT ID>
      export AIRBRAKE_PROJECT_KEY=<PROJECT KEY>
    
      rails g airbrake
    
  • v11.0.3 Changes

    May 13, 2021
    • ๐Ÿ›  Fixed Sneakers integration when 3rd party code monkey-patches Sneakers::Worker#process_work (#1164)
    • ๐Ÿ›  Fixed ActionCable integration when 3rd party code monkey-patches ActionCable::Channel::Base#perform_action (#1165)
    • ๐Ÿ›  Fixed Resque integration when 3rd party code monkey-patches Resque::Job#perform (#1166)
    • ๐Ÿ›  Fixed Rake integration when 3rd party code monkey-patches Rake::Task#execute (#1167)
  • v11.0.2 Changes

    May 12, 2021
    • ๐Ÿ›  Fixed HTTP::Client performance breakdown when 3rd party code monkey-patches HTTP::Client#perform (#1162)
  • v11.0.1 Changes

    October 20, 2020
    • ๐Ÿ›  Fixed rake airbrake::deploy crashing with NoMethodError: undefined method `level' for nil:NilClass when the RAILS_LOG_TO_STDOUT environment variable is set (#1129)
    • โฌ†๏ธ Bumped airbrake-ruby requirement to ~> 5.1 (#1133)
  • v11.0.0 Changes

    August 17, 2020

    ๐Ÿ’ฅ Breaking changes:

    • โฌ‡๏ธ Dropped support for Rails v3.2 (#1118)
    • โฌ‡๏ธ Dropped support for Ruby 2.1 (#1119)
    • โฌ‡๏ธ Dropped support for Ruby 2.2 (#1120)

    ๐Ÿ› Bug fixes:

    • ๐Ÿš… Rails APM: fixed double slash in front of a route name when mounting engines at / (#1111)
    • ๐Ÿš… Rails: fixed broken initialization for some apps due to the load order of initializers (#1112)

    ๐Ÿšง Maintenance:

    • โฌ†๏ธ Bumped airbrake-ruby requirement to ~> 5.0 (#1068)

    ๐Ÿ”‹ Features:

    • ๐Ÿš… Rails APM: made it possible to enable/disable APM at runtime (#1112)
  • v10.0.5 Changes

    June 17, 2020
    • ๐Ÿ›  Fixed deprecation warning about "connection_config" on Rails 6.1+ (#1098)
    • ๐Ÿ›  Fixed the blacklist_keys deprecation warning in Rails generator (#1099)
  • v10.0.4 Changes

    May 21, 2020
    • ๐Ÿš… Rails APM: fixed support for "catch-all" routes, which grouped all matching routes as one, instead of reporting those routes separately (#1092)