Skip to content

Commit

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

Changes:

- (UI/API) feat: New enhanced Application Info report available to Application Managers
- (API) feat: support custom jwt assertion claim (#1401)
- (API) feat: handle ported MySQL version string when enforcing minimum version (#1398)
- (docs) Clarifications and updates
- (tests) New testing framework implemented with Mocha/Chai
- (API) chore: dependency updates
- (build) refactor: simplified workflow names
- (info) New contact information for Application Info and Security Policy reports: RMF_Tools@us.navy.mil
- **NOTE:** The "Experimental" Export/Import Data feature that used to share the "App Info" tab must now be enabled explicitly with an Environment Variable (`STIGMAN_EXPERIMENTAL_APPDATA=true`). When enabled, it will have its own node in the Application Management NavTree. See the documentation for more details.

1.4.15
-----

Expand Down

0 comments on commit 4ab815e

Please sign in to comment.