Sequel 4.1.0 Released
Sequel 4.1.0 was released today! Full release notes are available, but here are some highlights:
- mysql2 streaming is now supported via Dataset#stream.
- Database#run and #« accept placeholder literal strings.
- You can now provide options when creating check constraints.
- The prepared_statements plugin no longer breaks instance_filters or update_primary_key.