Sequel 4.47.0 Released
Sequel 4.47.0 was released today! Full release notes are available, but here are some highlights:
- Database#with_server in the server_block extension now supports a second argument for the read only default server.
- Model.default_association_type_options has been added for custom defaults per association type.
- Database#views on PostgreSQL now supports a :materialized option to return materialized views.