Skip to content
Compare
Choose a tag to compare
@namoscato namoscato released this 22 May 19:31
· 33 commits to main since this release
2dd1ab5

Features

Expose column permission changes #221

Column and computed field permission changes are now summarized below the existing permission tables.

Expanding the summary enumerates the changed column names across operation and role. Changes that are consistent across roles will be vertically merged for readability.

For example:

10 added column permissions
insert select update
manager ➕ name ➕ created_at
➕ id
➕ last_login_at
➕ name
➕ name
user

Output job summary #224

The change_html output is now additionally written as a GitHub Actions Job Summary and displayed on the summary page of a workflow run.

Internal