Skip to content

Releases: derrickreimer/sequenced

v4.0.0

16 Aug 14:16
2c279c0
Compare
Choose a tag to compare

What's Changed

  • Drop official support Ruby 2.6 or older
  • Drop official support Rails 5.1 or older
  • Migrate from Travis CI to GitHub Actions
  • Include Sequenced when ActiveRecord loads (#52)
  • Use HTTPS in Gemfile by @olleolleolle in #44
  • Avoid DEPRECATED in MiniTest: use assert_nil by @olleolleolle in #43
  • chore: add links to PRs in CHANGELOG by @olleolleolle in #46
  • Migrate to GitHub Actions by @excid3 in #53
  • Switch CI badge to GitHub Actions by @excid3 in #54
  • Delay inclusion of Sequenced until ActiveRecord is loaded by @louim in #52

New Contributors

Full Changelog: v3.2.0...v4.0.0

Version 3.2.0

29 Jan 14:59
Compare
Choose a tag to compare
  • Support non-default primary key columns (set via primary_key=) (#41)
  • Fix issue with Postgres adapter check when using a subclassed adapter (#42)

Version 3.0.0

28 Nov 18:04
Compare
Choose a tag to compare
  • Add thread-safety for PostgreSQL

Version 2.0.0

24 Oct 17:30
Compare
Choose a tag to compare
v2.0.0

Release 2.0.0 [ci skip]

Version 1.6.0

10 Apr 17:36
Compare
Choose a tag to compare

Move generation callback from before_save to before_validation to allow validations to utilize the sequential id

Version 1.5.0

26 Dec 17:18
Compare
Choose a tag to compare
v1.5.0

Version 1.5.0