Skip to content

v0.9.0

Compare
Choose a tag to compare
@shzlw shzlw released this 21 Jul 15:38
· 84 commits to master since this release

Breaking Changes & Upgrade Steps

  • A new databse table needs to be loaded in order to support row level security.

    ./sqlite3 poli.db
    
    -- File is located at upgrade/poli_upgrade_v0.9.0.sql
    sqlite> .read poli_upgrade_v0.9.0.sql

New Features

  • User attributes can be defined at per user level and be used in dynamic query to support row level security.
  • The selected component can be moved by using arrow key in order to provide more precise control.
  • New option to enable/disable auto filtering on report level.
  • New option to toggle table pagination.

Improvements

  • When filters are modified, the color of the "apply filters" button will be changed to show indication.
  • When the report view is loaded with url parameters from drill through, the filter values will be applied immediately.

Bug Fixes

  • Fix an issue that the report group modification doesn't update the user report cache.
  • Fix an issue that the user with viewer role cannot save canned report.