Skip to content

Releases: gocardless/statesman

v12.1.0

05 Jan 15:18
20f4fd8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v12.0.0...v12.1.0

v12.0.0

30 Nov 14:45
bb28d45
Compare
Choose a tag to compare

What's Changed

Full Changelog: v11.0.0...v12.0.0

v11.0.0

03 Nov 15:58
9a4e17d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v10.2.3...v11.0.0

v10.2.3

02 Aug 10:09
3c70691
Compare
Choose a tag to compare

What's Changed

Full Changelog: v10.2.2...v10.2.3

v10.2.2

21 Apr 15:13
455a21d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v10.2.1...v10.2.2

v10.2.1

03 Apr 16:36
3101b07
Compare
Choose a tag to compare

What's Changed

  • Handle the case where the cache is empty by @zerc in #508

Full Changelog: v10.2.0...v10.2.1

v10.2.0

03 Apr 10:12
da1996d
Compare
Choose a tag to compare

What's Changed

  • Update rspec-github requirement from ~> 2.3.1 to ~> 2.4.0 by @dependabot in #484
  • Sorbet compatible queries by @stephenbinns in #498
  • Update rubocop and enable new cops by @stephenbinns in #497
  • Update rspec-rails requirement from ~> 3.1 to ~> 6.0 by @Tabby in #501
  • Update pg requirement from >= 0.18, <= 1.3 to >= 0.18, <= 1.5 by @Tabby in #502
  • Make sure nil is accepted as cached value by @zerc in #505

New Contributors

Full Changelog: v10.1.0...v10.2.0

v10.1.0

10 Mar 15:35
58a02d1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v10.0.0...v10.1.0

v10.0.0

17 May 10:11
a358f63
Compare
Choose a tag to compare

Added

  • Added support for Ruby 3.1 #462
  • Added remove_state and remove_transitions methods to Statesman::Machine #464

Breaking changes

  • Removed support for Ruby 2.5 and 2.6 #462

v9.0.1

04 Feb 17:51
0fc95f7
Compare
Choose a tag to compare
  • Deprecate ActiveRecord::Base.default_timezone in favour of ActiveRecord.default_timezone #446