Sequel 4.7.0 Released

Sequel 4.7.0 was released today! Full release notes are available, but here are some highlights:

  • Alternatives have been added for the more complex virtual row block methods.
  • An update_or_create plugin has been added, for updating a record if it exists, or creating a new one if it does not.
  • Sequel now automatically rolls back transactions in killed threads on ruby 2.0+.