Skip to content

Releases: gocardless/coach

v0.5.1

21 Aug 07:57
Compare
Choose a tag to compare

v0.5.0

07 Aug 09:17
Compare
Choose a tag to compare

Small changes to how Coach publishes ActiveSupport::Notification events, so that the coach.handler.finish event is 'instrumented' instead of just published. This better allows instrumentation tools to plugin to Coach.

Minor bump rather than patch because if a user is simply subscribing, then they may see the coach.handler.finish event fire twice (once at the start, with no instrumentation values, once at the end with duration etc). In most cases this won't cause issues, as the argument values will still be the same.

v0.4.6

02 Aug 09:40
Compare
Choose a tag to compare
  • #22 Publish ActiveSupport notifications even on errors