Skip to content

1.1.0

Choose a tag to compare

@csmig csmig released this 18 Nov 23:12
· 652 commits to main since this release
e9ab8cf

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:

  • resultComment is renamed to detail
  • actionComment is renamed to comment
  • action is removed
  • status value 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.