All Versions
60
Latest Version
Avg Release Cycle
43 days
Latest Release
315 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v4.1.2 Changes
August 17, 2019๐ This is a patch bump before we properly update statesman to drop support for older Rails/Ruby versions in the upcoming 5.0.0 release.
- โ Add support for Rails 6 @greysteil
-
v4.1.1 Changes
July 06, 2019 -
v4.1.0 Changes
April 10, 2019- Add better support for mysql (and others) in
transition_conflict_error?
@greysteil (https://github.com/gocardless/statesman/pull/342)
- Add better support for mysql (and others) in
-
v4.0.0 Changes
February 22, 2019- ๐ฎ Forces Statesman to use a new transactions with
requires_new: true
(https://github.com/gocardless/statesman/pull/249) - ๐ Fixes an issue with
after_commit
transition blocks that where being executed even if the transaction rolled back. (patch by @matid)
- ๐ฎ Forces Statesman to use a new transactions with
-
v3.5.0 Changes
November 02, 2018- Expose
most_recent_transition_join
- ActiveRecordsor
requires that both sides of the query match up. Exposing this methods makes things easier if one side of theor
usesin_state
ornot_in_state
. (patch by @adambutler) - ๐ท Various Readme and CI related changes.
- Expose
-
v3.4.1 Changes
February 14, 2018- โก๏ธ When unsetting the
most_recent
flag during a transition, don't assume that transitions have anupdated_at
attribute, but rather allow the "updated timestamp column" to be re-configured or disabled entirely (patch by @timrogers)
- โก๏ธ When unsetting the
-
v3.4.0 Changes
February 12, 2018- โก๏ธ When unsetting the
most_recent
flag during a transition, don't assume that transitions have anupdated_at
attribute, but rather allow the "updated timestamp column" to be re-configured or disabled entirely (patch by @timrogers)
- โก๏ธ When unsetting the
-
v3.3.0 Changes
January 05, 2018- Touch
updated_at
on transitions when unsettingmost_recent
flag (patch by @NGMarmaduke) - ๐ Fix
force_reload
for ActiveRecord models with loaded transitions (patch by @jacobpgn)
- Touch
-
v3.2.0 Changes
November 28, 2017- ๐ Allow specifying metadata with
Machine#allowed_transitions
(patch by @vvondra)
- ๐ Allow specifying metadata with
-
v3.1.0 Changes
September 01, 2017- โ Add support for Rails 5.0.x and 5.1.x (patch by @kenchan0130 and @timrogers)
- โ Run tests in CircleCI instead of TravisCI (patch by @timrogers)
- โก๏ธ Update Rubocop and fix offences (patch by @timrogers)