Releases: gocardless/coach
Releases · gocardless/coach
v0.5.1
- https://github.com/gocardless/coach/pull/26 Add started_at to the request event metadata.
v0.5.0
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.