Sequel v5.24.0 Release Notes

Release Date: 2019-09-01 // over 4 years ago
    • โž• Add Database#skip_logging? private method designed for extensions to force query timing even if no logger is present (adam12) (#1640)

    • ๐Ÿ‘ Allow a hostname specified in a defaults_file in the mysql2 adapter, by not explicitly setting :host (sapio-bdeamer) (#1638)

    • ๐Ÿ’Ž Convert all database array types to Ruby arrays in the jdbc adapter (jeremyevans)

    • Add static_cache_cache plugin for caching rows for static_cache models to a file to avoid database queries during model initialization (jeremyevans)

    • ๐Ÿ”Œ Add :cache_file plugin option to pg_auto_constraint_validations plugin, for caching metadata to a file for faster initialization (jeremyevans)

    • Support :unique_deferrable and :primary_key_deferrable column options (jeremyevans)

    • Support :generated_always_as column option on PostgreSQL 12+ (jeremyevans)