All Versions
93
Latest Version
Avg Release Cycle
44 days
Latest Release
1040 days ago
Changelog History
Page 1
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 -
v13.0.0 Changes
January 18, 2022 -
v12.0.0 Changes
September 22, 2021๐ฅ Breaking changes:
๐ง 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
- โฌ๏ธ Bumped
-
v11.0.3 Changes
May 13, 2021- ๐ Fixed
Sneakers
integration when 3rd party code monkey-patchesSneakers::Worker#process_work
(#1164) - ๐ Fixed
ActionCable
integration when 3rd party code monkey-patchesActionCable::Channel::Base#perform_action
(#1165) - ๐ Fixed
Resque
integration when 3rd party code monkey-patchesResque::Job#perform
(#1166) - ๐ Fixed
Rake
integration when 3rd party code monkey-patchesRake::Task#execute
(#1167)
- ๐ Fixed
-
v11.0.2 Changes
May 12, 2021- ๐ Fixed
HTTP::Client
performance breakdown when 3rd party code monkey-patchesHTTP::Client#perform
(#1162)
- ๐ Fixed
-
v11.0.1 Changes
October 20, 2020 -
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 -
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)