Skip to content

Commit 1780361

Browse files
authored
Merge pull request #1615 from blackducksoftware/dev/dterry/11-1-release-notes
update release notes for 11.1
2 parents deaae29 + 5ec3152 commit 1780361

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

documentation/src/main/markdown/currentreleasenotes.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818

1919
## Version 11.1.0
2020

21+
### New features
22+
23+
* The Component Location Analysis feature has been extended to the Cargo package manager.
24+
2125
### Changed features
2226

2327
* When using the `detect.excluded.detectors` property, any fallback Detectors will now we executed if the primary Detector is excluded. Previously, entire sets of Detectors would be excluded.
@@ -26,3 +30,8 @@
2630

2731
* (IDETECT-4874) Improved support for multibyte characters in project names, version names, and code location names during package manager scans.
2832
* (IDETECT-4880) The `.bridge` directory will now be excluded by default from Detector and Signature Scans.
33+
* (IDETECT-4897) [detect_product_short] now looks for headers in a case-insensitive fashion when performing multipart binary uploads.
34+
* (IDETECT-4707) The PIP Native Inspector now appropriately handles package names containing a dot character.
35+
* (IDETECT-4864) The UV Detector now appropriately runs even if the optional field `[tool.uv] manage = true` is not specified.
36+
* (IDETECT-4760) Any dependencies listed in a Gradle dependency tree as a `(c)` dependency constraint will no longer be identified as dependencies unless they also appear elsewhere in the tree.
37+

0 commit comments

Comments
 (0)