Skip to content

v1.1.0

Choose a tag to compare

@calebhearth calebhearth released this 08 Jan 20:57
· 153 commits to main since this release
075ab9f

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.

Full Changelog