Releases: gocardless/coach
Releases · gocardless/coach
v4.1.0
What's Changed
- Add support for Rails 8.1. Drop support for Rails 7.0, 7.1 and Ruby 3.1 by @JoeSouthan in #139
New Contributors
- @jamiecobbett made their first contribution in #138
Full Changelog: v4.0.1...v4.1.0
v4.0.1
What's Changed
- Update commander requirement from ~> 4.5 to >= 4.5, < 6.0 by @dependabot in #131
Full Changelog: v4.0.0...v4.0.1
v4.0.0
What's Changed
- Remove support for Ruby < 3.1 and Rails < 7.0 by @JoeSouthan in #132
Full Changelog: v3.0.1...v4.0.0
v3.0.1
v3.0.0
v2.3.0
v2.2.1 (2020-02-06)
v2.2.0 (2020-01-08)
- #68 Add
coachCLI and add documentation to README
v2.1.0 (2019-11-14)
v2.0.0
Breaking changes
- #70 The following deprecated event names have been removed:
coach.handler.startcoach.middleware.startcoach.middleware.finishcoach.handler.finishcoach.request
- #56 Support for Ruby 2.2 and 2.3 has been dropped. See our compatibility policy for more information.
Other changes
- #59 Request data included in the request.coach event includes a
session_ipfield which replaces the erroneously namedsession_id. The latter is deprecated and will be removed in a future release. - #60 Add
Middleware.requires?, which behaves likeMiddleware.provides?but for requirements. - #52 Add
duration_secondsto statistic logging. Thedurationfield is now deprecated and will be removed in a future release.