Releases: gocardless/statesman
Releases · gocardless/statesman
v9.0.0
Added
- Added Ruby 3.0 support
Breaking changes
- Removed Ruby 2.4 support
v7.2.0
v7.1.0
- Fix
to_s
onTransitionFailedError
&GuardFailedError
..message
and
.to_s
diverged whenfrom
andto
accessors where added in v4.1.3
v7.0.1
v7.0.0
Breaking changes
- Drop official support for Rails 4.2, 5.0 and 5.1, following our compatibility policy.
v6.0.0
Breaking changes
- Drop official support for Ruby 2.2 and 2.3 following our compatibility policy.
v5.2.0
V5.1.0
- Correct
Statesman::Adapters::ActiveRecordQueries
error text @Bramjetten - Removes duplicate
map
call Isaac Seymour - Update changelog with instructions of how to use
ActiveRecordQueries
added
in v5.0.0 - Pass exception into
after_transition_failure
andafter_guard_failure
callbacks @credric-cordenier