Skip to content

Commit

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

Changes:


- (App) Added a service worker to handle streaming downloads.
- (API) Added new endpoints to return datasets related to "unreviewed" rules for Assets.
- (API) Enhance request body for archive endpoints.
- (API) XCCDF export and parser changes
- (OAS) Updates to OAS to better define acceptable requests.
- (API/OAS) Updates to pre-calculated statistics for STIG/Assets. Now includes totals for every possible result and status state, as well as totals for those states with "resultEngine" data.


1.2.13
-----

Expand Down

0 comments on commit 180b202

Please sign in to comment.