Sequel 4.19.0 Released

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

  • Model#get_column_value and #set_column_value have been added for getting/setting column values.
  • A column_conflicts plugin has been added to automatically handle column names that conflict with existing method names.
  • An accessed_column plugin has been added which records which columns have been accessed for an instance.
  • Model#cancel_action has been added for canceling the action inside before hooks.