Sequel v5.59.0 Release Notes

Release Date: 2022-08-01 // over 1 year ago
    • Set :allow_eager association option to false for instance specific associations without eager loaders (jeremyevans)

    • Add require_valid_schema plugin for checking that model classes have schema parsed as expected (jeremyevans)

    • Model classes created from aliased expressions and literal strings no longer use the simple table optimization (jeremyevans)

    • Model code that does not swallow connection errors will now also not swallow disconnect errors (jeremyevans) (#1892)

    • Add is_json and is_not_json methods to the pg_json_ops extension, for the PostgreSQL 15+ IS [NOT] JSON operator (jeremyevans)

    • ๐Ÿ‘Œ Support :security_invoker view option on PostgreSQL 15+, for views where access uses permissions of user instead of owner (jeremyevans)

    • ๐Ÿ‘Œ Support :nulls_distinct index option on PostgreSQL 15+, for NULLS [NOT] DISTINCT (jeremyevans)

    • ๐Ÿ‘Œ Support sequel-postgres-pr driver in the postgres adapter (jeremyevans)