1.1.0
Commits:
- ui: styling tweaks (#517)
- docs: consolidated some redundant docs, added info about collection settings, updated screenshots (#514)
- feat: update UI labels (#513)
- feat: review status handling (#511)
Includes breaking changes to the OpenAPI definition that affect clients such as STIG Manager Watcher. Some properties of the schemas for Review... and ReviewHistory... have been changed, renamed or removed:
resultCommentis renamed todetailactionCommentis renamed tocommentactionis removedstatusvalue can be either a string or an object. See the definition for details.
Includes a MySQL migration that changes the schema for tables review and reviewHistory.
- The running time of the migration depends on the number of records in those tables.
- The migration also drops the small, static table
action. - We recommend backing up the database before updating to any release with a database migration.