Skip to content

Commit 88536ec

Browse files
Preparing to release 3.1.0
1 parent 589ce45 commit 88536ec

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

docs/_posts/2018-06-19-v3.1.0.md

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: v3.1.0
3+
type: major
4+
---
5+
6+
**Features:**
7+
8+
* Support for advanced auditing workflow to easily triage findings
9+
* Support for external repositories to retrieve additional component metadata from
10+
* Support for SPDX 3.1 license IDs
11+
* NVD mirroring support for Dependency-Check (and other) clients
12+
* Support for out-of-date version detection (rubygems, maven, and npm)
13+
* Enhanced API to (optionally) autocreate project on bom/scan upload
14+
* Better support for Dependency-Check "relatedDependencies"
15+
* Added individual component metrics (independent of dependency metrics)
16+
* Added per project and per component overview with metrics and refresh support
17+
* Specific table columns can now be sorted with full pagination support
18+
* Improved error logging when issues are encountered during BoM and scan processing
19+
* Enhanced LDAP integration to support strong authentication mechanisms and configurable user formats
20+
* General performance improvements on multi-core machines
21+
* Minor enhancements to user interface
22+
23+
**Fixes:**
24+
* Fixed defect that prevented paginated results on project tag searches
25+
* Fixed defect affecting GAV identifiers in Dependency-Check Gradle/CLI reports not being in parenthesis
26+
27+
**Upgrade Notes:**
28+
29+
* The VULNERABILITY_ANALYSIS permission was introduced in this release. Existing users that need the
30+
ability to audit findings will need this permission added to their account or through their team membership.
31+
* MySQL now requires ANSI_QUOTES to be added to the SQL mode. Refer to
32+
[Database Support]({{ site.baseurl }}{% link _docs/getting-started/database-support.md %}) for details.

0 commit comments

Comments
 (0)