Skip to content

Commit

Permalink
chore: Updates for release 1.4.12 (#1324)
Browse files Browse the repository at this point in the history
  • Loading branch information
cd-rite authored Jul 16, 2024
1 parent 39de02c commit 483454b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
4 changes: 2 additions & 2 deletions api/source/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/source/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stig-management-api",
"version": "1.4.11",
"version": "1.4.12",
"description": "An API for managing evaluations of Security Technical Implementation Guide (STIG) assessments.",
"main": "index.js",
"scripts": {
Expand Down
17 changes: 17 additions & 0 deletions release-notes.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
1.4.12
-----

Changes:

- (API) feat: “Anonymized Deployment Details” report enhancements
- (UI/API) feat: Date/time added to filenames for exported/generated files
- (API) fix: Asset updates without collectionId property preserves labels
- (API) fix: default_rev and stats updated when current STIG revision is removed
- (API) fix: Resolved issue preventing new deployments from using alternative DB user
- (build) fix: resolved issue building images with uglify.js
- (UI/API) feat: Default review history records setting for new Collections set to 5
- (UI/API) feat: Max review history records setting limited to 15
- (build) chore: dependency updates
- **Includes database migration to update settings for existing Collections to reflect the new Review History cap where appropriate. No history is altered as part of the migration, history entries will be trimmed to new max as Reviews are subsequently updated.**


1.4.11
-----

Expand Down

0 comments on commit 483454b

Please sign in to comment.