Sequel 3.35.0 Released

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

  • Many thread-safety issues were fixed on ruby implementations that don’t use a global interpreter lock.
  • A dirty plugin was added for getting original values of columns after changing the columns.
  • Database#create_table now respects an :as option for creating a table from a dataset.
  • The features deprecated in 3.34.0 have been removed.