You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Print thread backtraces on SIGINFO/SIGPWR (#1830) sobrinho
Added Suggestion messages that will show all the snippets for all message based formatters (#1870) luke-hill
Changed
Heavy refactor to the internals for message building (Used in formatters - should be no noticeable change)
(#1853luke-hill)
Simplify attachment handling in the MessageBuilder and #attach method
Fixed
When someone calls #attach with a hashified output (Instead of JSON); call #to_json before attaching as a stringified JSON response to avoid errors (#1787luke-hill)
Altered the concept of how BeforeAll and AfterAll hooks would run. They now attempt to all run before continuing test execution (#1857brasmusson)
Internal refactor to MessageBuilder class to send envelopes through event bus (Should be no noticeable change)
Updated cucumber-compatibility-kit to v24
This has only been partially completed so far (With approx 20% of all events refactored)
Internal refactor to emit direct message envelopes instead of building messages and then converting them to envelopes (Should be no noticeable change)
Introduced new base events class which is slightly more intuitive and leans less on old ruby standards (Should be no noticeable change)