Skip to content

Releases: microsoft/component-detection

v1.1.6

09 May 18:13
0bab2ee
Compare
Choose a tag to compare

⚙️ Changes

  • Enable GoCliDetector by default. Using env variable 'DisableGoCliDetector=true" to manually disable GoCliDetector. by @RushabhBhansali (#113)

v1.1.5

02 May 22:18
7bf1182
Compare
Choose a tag to compare

⚙️ Changes

🧰 Maintenance

v1.1.4

25 Apr 22:34
6e1d270
Compare
Choose a tag to compare

🚀 New Features

  • Go CLI detector enhancement (go list -m all) by @grvillic (#105)

v1.1.3

13 Apr 22:58
164770f
Compare
Choose a tag to compare

🐛 Bug Fixes

🧰 Maintenance

  • Bump shogo82148/actions-upload-release-asset from 1.6.1 to 1.6.2 by @dependabot (#101)
  • Bump actions/upload-artifact from 2 to 3 by @dependabot (#99)

v1.1.2

06 Apr 22:44
54dbb56
Compare
Choose a tag to compare

⚙️ Changes

  • Bug Fix: While parsing maven scope, discard left-over string if present. by @RushabhBhansali (#96)

v1.1.1

06 Apr 20:24
3a17feb
Compare
Choose a tag to compare

⚙️ Changes

  • Added dependencyScope detection for maven components by @rbhansali1991 (#87)
  • chore: enable dependabot for github-actions by @JamieMagee (#86)
  • Fix Vcpkg test by @grvillic (#91)
  • refactor(linux): use a smaller image to test base image annotations by @JamieMagee (#90)

🧰 Maintenance

v1.1.0

01 Apr 21:58
a990db1
Compare
Choose a tag to compare

⚙️ Changes

  • Initial implementation of SPDX22 Detector by @ByAgenT (#81)

🚀 New Features

  • Initial implementation of VcpkgDetector and VcpkgComponent by @ras0219-msft (#52)

v1.0.15

25 Mar 00:06
ee44b89
Compare
Choose a tag to compare

⚙️ Changes

  • Migrate IPyPiClient cache to LRU MemoryCache by @cobya (#80)

v1.0.14

24 Mar 22:33
2d5a418
Compare
Choose a tag to compare

⚙️ Changes

  • docs: document environment variables by @JamieMagee (#84)
  • Normalize Podfile.lock Git Uris to support git@ by @cobya (#78)
  • fix: log a warning when duplicate components are found in a yarn.lock by @JamieMagee (#77)

v1.0.13

11 Mar 04:28
be81563
Compare
Choose a tag to compare

⚙️ Changes

  • Move from PackageUrl package to packageurl-dotnet by @dfederm (#71)

🐛 Bug Fixes

  • Support case-insensitive on non-Windows OSs. by @boumenot (#75)