Skip to content

Releases: gocardless/statesman

v9.0.0

10 Aug 09:59
b226cdf
Compare
Choose a tag to compare

Added

  • Added Ruby 3.0 support

Breaking changes

  • Removed Ruby 2.4 support

v7.2.0

19 May 16:10
c11e039
Compare
Choose a tag to compare
  • Inverse order of writes for MySQL adapters to prevent deadlocks

v7.1.0

10 Feb 16:11
6305991
Compare
Choose a tag to compare
  • Fix to_s on TransitionFailedError & GuardFailedError. .message and
    .to_s diverged when from and to accessors where added in v4.1.3

v7.0.1

08 Jan 20:12
c05fa58
Compare
Choose a tag to compare
  • Fix deprecation warning with Ruby 2.7 #386

v7.0.0

08 Jan 16:47
d55113e
Compare
Choose a tag to compare

Breaking changes

v6.0.0

19 Dec 11:32
1113a2b
Compare
Choose a tag to compare

Breaking changes

v5.2.0

18 Dec 10:46
375a96e
Compare
Choose a tag to compare

v5.2.0, 17th December 2019

  • Issue most_recent_transition_join query as a single-line string #381

V5.1.0

05 Dec 14:27
3c370ad
Compare
Choose a tag to compare
  • 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 and after_guard_failure callbacks @credric-cordenier

v5.0.0

11 Nov 14:42
398a4a2
Compare
Choose a tag to compare

Adds new syntax and restrictions to ActiveRecordQueries PR#358.
With the introduction of this, defining self.transition_class or self.initial_state is deprecated and will be removed in the next major release.

v4.1.4

11 Nov 14:08
d5b6f26
Compare
Choose a tag to compare

Reverts #358 which was included in a minor release instead of a major.