Skip to content

Commit

Permalink
chore: 1.4.13 updates (NUWCDIVNPT#1344)
Browse files Browse the repository at this point in the history
  • Loading branch information
cd-rite authored Jul 30, 2024
1 parent fa6fd98 commit 9a3d020
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 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.12",
"version": "1.4.13",
"description": "An API for managing evaluations of Security Technical Implementation Guide (STIG) assessments.",
"main": "index.js",
"scripts": {
Expand Down
15 changes: 14 additions & 1 deletion release-notes.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
1.4.13
-----

Changes:

- (API) feat: More “Anonymized Deployment Details” report enhancements
- (UI/API) fix: Enforce elevate=true parameter for Reference STIG imports
- (UI) feat: Added load mask to Deployment Details report
- (UI) feat: Sort labels in column filters
- (UI) refactor: Adjust rendering for invalid asset labels
- (UI) refactor: Remove unneeded labels projection from initial Collections request
- (UI) refactor: Suppress unneeded requests for dashboard data when first loaded
- (API) chore: dependency updates

1.4.12
-----

Expand All @@ -14,7 +28,6 @@ Changes:
- (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 9a3d020

Please sign in to comment.