Skip to content

Releases: gocardless/statesman

Rails 6 support (patch only)

17 Aug 16:31
3236f2a
Compare
Choose a tag to compare

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.

Bug fixes for index detection and metadata access

06 Jul 09:13
ed89e74
Compare
Choose a tag to compare
  • Fix statesman index detection for indexes that start t-z @hmarr
  • Correct access of metadata via state_machine @glenpike

Add better support for mysql (and others) in transition_conflict_error?

10 Apr 08:32
fdab116
Compare
Choose a tag to compare

Use real transactions inside statesman

22 Feb 13:33
f79357b
Compare
Choose a tag to compare
  • #338 - Fix issue with after_commit transitions being run even if the transaction fails.
  • #249 - Enforces nested transactions inside statesman

Expose most_recent_transition_join

02 Nov 11:13
50640ee
Compare
Choose a tag to compare

v3.4.1

14 Feb 16:40
0a05a0b
Compare
Choose a tag to compare
  • When unsetting the most_recent flag during a transition, don't assume that transitions have an updated_at attribute, but rather allow the "updated timestamp column" to be re-configured or disabled entirely (patch by @timrogers)

v3.4.0

12 Feb 13:05
dbb3a75
Compare
Choose a tag to compare
  • When unsetting the most_recent flag during a transition, don't assume that transitions have an updated_at attribute, but rather allow the "updated timestamp column" to be re-configured or disabled entirely (patch by @timrogers)

v3.3.0

05 Jan 12:54
05bda59
Compare
Choose a tag to compare
  • Touch updated_at on transitions when unsetting most_recent flag (patch by @NGMarmaduke)
  • Fix force_reload for ActiveRecord models with loaded transitions (patch by @jacobpgn)

v3.2.0

28 Nov 10:18
c12a303
Compare
Choose a tag to compare
  • Allow specifying metadata with Machine#allowed_transitions
    (patch by @vvondra)

v3.1.0

01 Sep 13:04
Compare
Choose a tag to compare