Scenic v1.5.0 Release Notes

Release Date: 2019-02-09 // about 5 years ago
  • โž• Added

    • create_view can now be passed materialized: { no_data: true } to create the materialized view without populating it. Generators have been updated to accept a --no-data option.

    ๐Ÿ›  Fixed

    • Passing cascade: true when refreshing a materialized view will no longer error when the view in question has no dependencies.
    • ๐Ÿ›  Fixed runtime deprecation warnings when using pg 0.21 and newer.
    • ๐Ÿ›  Fixed a cascading refresh issue when the name of the view to trigger the refresh is a substring of one of its dependencies.