Sequel 3.41.0 Released

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

  • A connection_validator extension has been added to transparently handle disconnected database connections.
  • Sequel.delay has been added for generic delayed execution.
  • Uniqueness validation now correctly handles nil values.
  • Foreign key parsing is now supported on Microsoft SQL Server.
  • Sequel now treats clob columns as strings instead of blobs.