Skip to content

Latest commit

 

History

History
588 lines (272 loc) · 30.1 KB

CHANGELOG.md

File metadata and controls

588 lines (272 loc) · 30.1 KB

1.3.4 (2023-08-03)

Bug Fixes

  • improve message to output: meta not displayed (#250) (ed58962)

1.3.3 (2023-02-24)

Bug Fixes

  • support for workspaces with directory(s) that do not contain known manifests #244 (#245) (315b08b)

1.3.2 (2023-02-23)

Bug Fixes

  • improved handling when the User you are connecting to Nexus Lifecycle does not have enough permissions + updated docs (#243) (9cb94a5)

1.3.1 (2023-02-23)

Bug Fixes

1.3.0 (2023-02-16)

Features

1.2.5 (2022-08-19)

Bug Fixes

  • Deduplicate components when building SBOM (#237) (80d35d4)

1.2.4 (2022-06-16)

Bug Fixes

  • updated dependencies and removed console.log calls (1391895)

1.2.3 (2022-01-17)

Bug Fixes

  • change so that gradlew has priority over gradle (#228) (8f6fea2), closes #227

1.2.2 (2022-01-13)

Bug Fixes

  • redeploy with new token, tweak badge (275882e)

1.2.1 (2022-01-13)

Bug Fixes

  • add missing support for testRuntimeClasspath (#225) (28d4b67)

1.2.0 (2021-10-20)

Features

  • add ability to exlude Development Dependencies for supported ecosystems (Gradle, Maven, NPM, Poetry) (61a95f5)

1.1.6 (2021-10-19)

Bug Fixes

  • bump hosted-git-info and path-parse dependency versions to mitigate known vulnerabilities (#219) (6129fc1)

1.1.5 (2021-10-19)

Bug Fixes

  • updated parsing logic for mvn dependency:tree output to exclude items reported as " ommitted for " (#218) (ed96b91)

1.1.4 (2021-10-19)

Bug Fixes

1.1.3 (2021-10-19)

Bug Fixes

  • bump @sonatype/react-shared-components which includes removal of node-sass (#216) (eb44f3c)

1.1.2 (2021-10-18)

Bug Fixes

1.1.1 (2021-10-18)

1.1.0 (2021-10-18)

Features

  • attempt to force v1.1.0 (ace5cf5)

1.0.29 (2021-04-16)

Bug Fixes

  • add logging to Gradle to get more information (9af2a65)

1.0.28 (2021-04-16)

Bug Fixes

  • Golang build error, and minor tweak to Gradle (330c5cb)

1.0.27 (2021-04-16)

Bug Fixes

  • Golang Improvement: Use go list -m -json all so we get the replace stuff on the easy (#198) (b27bd7a)

1.0.26 (2021-04-16)

Bug Fixes

1.0.25 (2021-03-31)

Bug Fixes

1.0.24 (2021-03-26)

Bug Fixes

  • Ensure url is set if loaded from config (#196) (e1f1dcf)

1.0.23 (2021-03-24)

Bug Fixes

  • Merge Process Environment on Exec Calls (#192) (7eaa72f)

1.0.22 (2021-03-23)

Bug Fixes

  • Get application specific config from a .sonatype-config file (#188) (f9c7079)

1.0.21 (2021-03-15)

Bug Fixes

  • Pick up username or token from environment variables (#187) (a2c4f84)

1.0.20 (2021-02-12)

Bug Fixes

1.0.19 (2021-02-11)

Bug Fixes

  • handling trailing slash for iq report url (#183) (fcd2490)

1.0.18 (2021-02-11)

Bug Fixes

  • why not give someone the report url (3631991)

1.0.17 (2021-02-11)

Bug Fixes

  • Gradle - minimal format implementation (#182) (dc48891)

1.0.16 (2021-02-03)

Bug Fixes

1.0.15 (2021-02-03)

Bug Fixes

  • just a tiny newline to test something (b728de9)

1.0.14 (2021-02-03)

Bug Fixes

1.0.13 (2021-01-26)

Bug Fixes

  • these extra commands and events were from the original template and can be removed (ab8b33b)

1.0.12 (2021-01-22)

Bug Fixes

  • Add poetry.lock file to the theseAreTheLockFilesIKnow array in ConanUtils.ts (#179) (9780711)

1.0.11 (2021-01-21)

Bug Fixes

  • Refresh IQ stuff when App ID is changed (#178) (49a9028)

1.0.10 (2021-01-20)

Bug Fixes

  • Better error from a bad application ID response (#177) (57e4cc8)

1.0.9 (2021-01-14)

Bug Fixes

1.0.8 (2021-01-14)

Bug Fixes

  • Handle semicolons in auto-generated requirements.txt files (#175) (2a43863)

1.0.7 (2021-01-14)

Bug Fixes

  • better error message for a project where we cannot find a manifest to scan (e729d9b)

1.0.6 (2021-01-14)

Bug Fixes

1.0.5 (2021-01-14)

Bug Fixes

  • webpack bundle and goodbye node_modules (55287f1)

1.0.4 (2021-01-14)

Bug Fixes

1.0.3 (2021-01-14)

Bug Fixes

  • prune before anything else, so we are down to the smallest list of dependencies needed (a809a6f)

1.0.2 (2021-01-14)

Bug Fixes

  • run npm i to ensure dependencies are there, but still avoid npm list (94ad6fc)

1.0.1 (2021-01-14)

Bug Fixes

  • See if we can bypass bad npm list command (55de861)

1.0.0 (2021-01-14)

0.8.3 (2020-12-18)

Bug Fixes

0.8.2 (2020-12-08)

Bug Fixes

  • CWE-20: Improper Input Validation (fixes #140) (2450e60)

0.8.1 (2020-12-08)

Bug Fixes

  • 127: policyViolations of undefined when loading a python project with requirements.txt (f1b4585)

0.8.0 (2020-10-22)

Features

  • Allow for strict SSL to be controlled by config (#133) (739bebe)

0.7.8 (2020-10-20)

Bug Fixes

    1. update mvn dep:tree to support multi-module projects. 2) add dedupe logic to the component list (#99) (afaa7f4)

0.7.7 (2020-10-09)

Bug Fixes

  • Add in ability to publish to Open VSX (#126) (6421d21)

0.7.6 (2020-10-06)

Bug Fixes

  • Trim trailing slash on construction of IQRequestService for #122 (#123) (d580634)

0.7.5 (2020-09-15)

Bug Fixes

0.7.4 (2020-04-01)

Bug Fixes

0.7.3 (2020-03-10)

Bug Fixes

  • update changelog.md to 0.7.2 (bfc1057)
  • update package-lock.json to 0.7.2 (bbfe78e)
  • update package.json for 0.7.2 manually (78e11aa)
  • update semantic-release git to 7.10.0-beta for now (c7ca635)
  • Updating getWorkspaceRoot (#84) (1dafca8)

0.7.2 (2020-02-21)

Bug Fixes

  • make it work for both, why not (9f14d50)
  • Update CircleCI to newer node (12a25db)
  • version history fixed for newer IQ clients (62f9348)

0.7.1 (2019-12-17)

Bug Fixes

0.7.0 (2019-12-17)

Features

  • sorting: default sort policy descending (#75) (9a6e209)

0.6.6 (2019-12-13)

Bug Fixes

0.6.5 (2019-12-13)

Bug Fixes

0.6.4 (2019-12-13)

Bug Fixes

  • Fix link for VS Code Marketplace badge (4d44b6d)

0.6.3 (2019-12-13)

0.6.2 (2019-12-13)

0.6.1 (2019-12-13)

Bug Fixes

0.6.0 (2019-12-11)

Features

  • Improve UX of Scans, etc... so that the user knows what is going on (#69) (d7a68d0)

0.5.3 (2019-12-10)

0.5.2 (2019-12-10)

Bug Fixes

  • Workspace rootPath deprecation, move to new method and leave comment on why (65d035c)

0.5.1 (2019-12-10)

Bug Fixes

  • some more robust handling of npm list, yarn list, etc... (e5822a1)

0.5.0 (2019-12-10)

Features

  • Show what we can for people using dep in the Golang world (#64) (7c9b1e9)

0.4.4 (2019-12-10)

Bug Fixes

  • we do not really use jquery, but update the version to fake out everything (affa8e1)

0.4.3 (2019-12-10)

Bug Fixes

  • choose your master, Elvis wins (9e29038)

0.4.2 (2019-12-10)

Bug Fixes

  • remove empty reject so we get some info (2e06f9f)

0.4.1 (2019-12-10)

Bug Fixes

  • throw error on npm issues (7aca28c)

0.4.0 (2019-12-09)

Features

0.3.1 (2019-12-02)

Bug Fixes

0.3.0 (2019-11-26)

Features

0.2.6 (2019-11-26)

Bug Fixes

  • match types with vs code engine (8e30a3e)

0.2.5 (2019-11-26)

Bug Fixes

  • just do a tiny release to see if R works when packaged (#62) (b8d4241)

0.2.4 (2019-11-26)

Bug Fixes

  • to use typing instead of old package to fix a DepShield issue (#60) (21a61d1)

0.2.3 (2019-11-26)

Bug Fixes

  • temp fix to PyPI for IQ to get results, set extension to tar.gz for now (25eed9d)

0.2.2 (2019-11-25)

Bug Fixes

0.2.1 (2019-11-25)

0.2.0 (2019-11-25)

Features

  • Add RubyGems OSS Index capability (d187ae4)

0.1.3 (2019-11-22)

Bug Fixes

0.1.2 (2019-11-22)

0.1.1 (2019-11-22)

0.1.0 (2019-11-22)

0.0.5 (2019-11-22)

0.0.4 (2019-11-22)

0.0.2 (2019-06-13)

0.0.1 (2019-05-30)

  • Initial release of Sonatype Nexus IQ VS Code Extension with GUI
  • NPM scanning
  • Security details
  • Version history
  • License Id
  • link to Wikipedia license article