Scenic v1.1.0 Release Notes

Release Date: 2016-01-08 // over 8 years ago
  • โž• Added

    • โž• Added support for updating materialized view definitions while maintaining existing indexes that are still applicable after the update.
    • โž• Added support for refreshing materialized views concurrently (requires Postgres 9.4 or newer).

    ๐Ÿ›  Fixed

    • The schema dumper will now dump views and materialized views together in the order they are returned by Postgres. This fixes issues when loading views that depend on other views via rake db:schema:load.
    • ๐Ÿ‘ Scenic now works on [supported versions of Postgres] older than 9.3.0. Attempts to use database features not supported by your specific version of Postgres will raise descriptive errors.
    • ๐Ÿ›  Fixed inability to dump materialized views in Rails 5.0.0.beta1.

    ๐Ÿ‘ [supported versions of Postgres]: http://www.postgresql.org/support/versioning/