All Versions
76
Latest Version
Avg Release Cycle
52 days
Latest Release
323 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v4.8.0 Changes
March 16, 2021๐ Fixed
- ๐ Suppress any error output from the
git rev-parse
command. (#394)
โ Added
- ๐ Support deployment tracking in code (#397, @danleyden)
- ๐ Suppress any error output from the
-
v4.7.3 Changes
February 10, 2021๐ Fixed
- ๐ Don't enable Lambda plugin in non-Lambda execution environments
-
v4.7.2 Changes
August 17, 2020๐ Fixed
- โ Remove usage of
ActiveRecord::Base.connection
(thanks @jcoyne for testing) - Check for UTF-8 in ActiveRecord breadcrumb exclusion filter
- โ Remove usage of
-
v4.7.1 Changes
August 11, 2020๐ Fixed
- ActiveRecord SQL Breadcrumb event pulls adapter from supplied connection, allowing for multiple databases.
- ๐ Fix Rails deprecation of
ActionDispatch::ParamsParser::ParseError
- Deal with invalid UTF-8 byte sequences during SQL obfuscation
- ๐ Fix Ruby 2.7 deprecation notice in sql.rb
-
v4.7.0 Changes
June 02, 2020๐ Fixed
- Alias
Notice#controller=
asNotice#component=
- ๐ Fix Rails 6.1 deprecation warning with
ActiveRecord::Base.connection_config
- ๐ Fix agent where breadcrumbs.enabled = true and local_context = true
โ Added
- Add
honeybadger_skip_rails_load
Capistrano option to skip rails load on deployment notification (#355) -@NielsKSchjoedt
- Alias
-
v4.6.0 Changes
March 12, 2020๐ Fixed
- ๐ Fixed issue where Sidekiq.attempt_threshold was triggering 2 attempts ahead of the setting
- Dupe notify opts before mutating (#345)
๐ Changed
- 0๏ธโฃ Breadcrumbs on by default
- โ Added Faktory plugin -@scottrobertson
-
v4.5.6 Changes
January 08, 2020๐ Fixed
- ๐ Fix remaining Ruby 2.7 deprecation warnings
-
v4.5.5 Changes
January 07, 2020๐ Fixed
- โ Replace empty
Proc.new
with explicit block param to suppress warnings in Ruby 2.7
- โ Replace empty
-
v4.5.4 Changes
December 09, 2019๐ Fixed
- ๐ Re-released to remove vendor cruft
-
v4.5.3 Changes
December 09, 2019๐ Fixed
- ๐ท Include Context in Notices for failed Resque jobs