Skip to content

Commit

Permalink
chore: updates for 1.4.17 (#1417)
Browse files Browse the repository at this point in the history
  • Loading branch information
cd-rite authored Oct 22, 2024
1 parent 2556826 commit 16301a3
Show file tree
Hide file tree
Showing 3 changed files with 15 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.16",
"version": "1.4.17",
"description": "An API for managing evaluations of Security Technical Implementation Guide (STIG) assessments.",
"main": "index.js",
"scripts": {
Expand Down
12 changes: 12 additions & 0 deletions release-notes.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
1.4.17
-----

Changes:

- (UI/API) feat: New, more capable App Data Export/Import feature
- (API) feat: Handle duplicate CCI elements in Rules from latest DISA Reference STIGs
- (API) feat: add index for asset/collection state columns in database for better performance
- (docs) Clarifications and updates for new feature

- **NOTE:** This release includes a database migration that adds an index for the ``state`` columns in the ``asset`` and ``collection`` tables.

1.4.16
-----

Expand Down

0 comments on commit 16301a3

Please sign in to comment.