Releases: honeycombio/beeline-ruby
Releases · honeycombio/beeline-ruby
v2.7.0
Improvements
- add
error
anderror_detail
fields to spans fromActiveSupport::Notification
events that contain an exception (#166) | @leviwilson
Maintenance
- Add issue and PR templates (#165) | @vreynolds
- Add OSS lifecycle badge (#164) | @vreynolds
- Add community health files (#163) | @vreynolds
v2.6.0
2.6.0 2021-07-23
Added
- Allow setting different notification handling logic for specific events (#152) | @lirossarvet
v2.5.0
v2.4.2
v2.4.1
Fixes
- Updates Redis event-field filter to handle string keys in options in addition to symbol keys. (#147) @cupakromer
Maintenance
- Expanded on the Rails 5.2 example. (#141) @robbkidd
- Added a test case for current behavior of event emitted for an exception raised in Rails. (@132) @vreynolds
v2.4.0
Added
- Add support for HTTP Accept-Encoding header (#125) @irvingreid
- Add with_field, with_trace_field wrapper methods (#51) @ajvondrak
v2.3.0
v2.2.0
New things:
- refactor parsers/propagators, add w3c and aws parsers and propagators (#104) @katiebayes
Tiny fix:
- Adjusted a threshold that should resolve the occasional build failures (#107) @katiebayes
v2.1.2
Improvements:
- reference current span in
start_span
(#105) @rintaun - switch trace and span ids over to w3c-supported formats (#100) @katiebayes